Closed mvnmgrx closed 1 year ago
3D-models may have a hide token which is currently not parsed. The Model class throws an exception as the S-Expression does not have the correct type.
hide
Model
Some example:
(footprint "footprints:DP9700" (layer "F.Cu") (tstamp 71a3d5a8-0576-436c-9616-dfd44ac398e3) (model "${KIPRJMOD}/etherlight-librarys/3dmodels/DP9700.step" hide (offset (xyz 6.35 -0.3 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) )
3D-models may have a
hide
token which is currently not parsed. TheModel
class throws an exception as the S-Expression does not have the correct type.Some example: