mvnmgrx/kiutils

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

ValtersJZ opened this issue · 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)