-
How to get dimensions in gerbers to be in mm? |
Beta Was this translation helpful? Give feedback.
Answered by
set-soft
Sep 8, 2022
Replies: 1 comment 1 reply
-
Hi @tox104 ! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tox104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tox104 !
KiCad 6 has some "magic dimensions" that are computed by KiCad (not fixed).
These dimensions can be set to a particular unit, but can be automatic (I think this is the default).
The Python API can't control it, but KiBot can adjust them using the global option
units
. So try to defineunits: millimeters
in the global section.