kiutils icon indicating copy to clipboard operation
kiutils copied to clipboard

Error: Dimensions are not yet handled! Please report this bug along with the file being parsed.

Open ValtersJZ opened this issue 8 months ago • 0 comments

The error occurs when reading board layers. """ ERROR: failed to read C:\Users\valte\PycharmProjects\pcbpr_v2\data\pcb_repos\maxlab-io_tokay-lite-pcb\ai-camera-rev3\ai-camera-rev3.kicad_pcb (v6) using PCBParserKiCadV6Plus() Error: Dimensions are not yet handled! Please report this bug along with the file being parsed. """

For example, the error occurs with this file: https://github.com/maxlab-io/tokay-lite-pcb ai-camera-rev3/ai-camera-rev3.kicad_pcb

e.g.

from kiutils.board import Board

board = Board.from_file(layout_path, encoding="utf-8")
print(board.layers)

ValtersJZ avatar Nov 01 '23 11:11 ValtersJZ