tscircuit / jscad-electronics

jscad functions for creating components for electronics
https://jscad-electronics.vercel.app
0 stars 1 forks source link

Fix Z Axis, (use zAxisUp in all fixtures) #17

Closed seveibar closed 1 week ago

seveibar commented 2 weeks ago

We want to make X/Y the plane of the board, instead of Y being up. This makes it match tscircuit/footprinter

  1. add zAxisUp
  2. Adjust anywhere where we have e.g. [pad.x, 0, pad.y] to [pad.x, pad.y, 0]
  3. Fixing where we used the z axis
homie-gg[bot] commented 2 weeks ago

Here are some pull requests that might be helpful reference for this task: