OSHPark, JLCPCB (others) do not support rotated macros
gerard-hm opened this issue · 2 comments
gerard-hm commented
gerard-hm commented
Turns out some Pcb houses do not support rotated instructions in macros.
We need to flip (rotate by 90 to the right) in some other way - we will swap macros arguments and rotate the coordinates instead.
This requires knowing specifics of macros. Built-in ones and RoundRect (as used by KiCad) are the only one supported.