tscircuit / easyeda-converter

Convert easyeda JSON PCB footprints into tscircuit json
MIT License
2 stars 2 forks source link

Rotation off on C4355039 #16

Closed seveibar closed 3 months ago

seveibar commented 4 months ago

The 3d model's legs do not match the pads. Most likely due to not reading rotation properly from the .raweasy.json

image

seveibar commented 4 months ago

Note this is easily fixed by providing rotationOffset: { x: 0, y: 0, z: 180 }, but we need to be able to pull "180" from the bettereasy json data.