negate x for pos
This commit is contained in:
parent
a4cc9678d3
commit
8f6199be90
|
@ -22,7 +22,7 @@ python "$DIR/fill-zones.py" "$IN.kicad_pcb"
|
|||
|
||||
kicad-cli pcb export gerbers --disable-aperture-macros -l "F.Cu,B.Cu,F.Paste,B.Paste,F.SilkS,B.SilkS,F.Mask,B.Mask,Edge.Cuts,In2.Cu,In1.Cu" --no-x2 --aux-origin "$IN.kicad_pcb" -o gerber/
|
||||
kicad-cli pcb export drill --map-format ps --drill-origin plot --excellon-zeros-format suppressleading "$IN.kicad_pcb" -o gerber/
|
||||
kicad-cli pcb export pos --format csv --units mm --use-drill-file-origin "$IN.kicad_pcb" -o "gerber/$IN-all-pos.csv"
|
||||
kicad-cli pcb export pos --format csv --units mm --use-drill-file-origin --bottom-negate-x "$IN.kicad_pcb" -o "gerber/$IN-all-pos.csv"
|
||||
|
||||
python "$DIR/export-vrml.py" "$IN.kicad_pcb" "$X" "$Y" "gerber/$IN.wrl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue