|
How to get dimensions in gerbers to be in mm? |
Answered by
set-soft
Sep 8, 2022
Replies: 1 comment 1 reply
|
Hi @tox104 ! |
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: millimetersin the global section.