Fixing autorouting by ensuring the MCU footprint isn't rotated.
This commit is contained in:
parent
c86f9fb828
commit
b3a23f41dd
2 changed files with 2 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -20,7 +20,7 @@ output/pcbs/%.dsn: output/pcbs/%.kicad_pcb
|
|||
|
||||
output/routed_pcbs/%.ses: output/pcbs/%.dsn
|
||||
mkdir -p $(shell dirname $@)
|
||||
${container_cmd} run ${container_args} soundmonster/freerouting_cli:v0.1.0 java -jar /opt/freerouting_cli.jar -de $< -do $@
|
||||
${container_cmd} run ${container_args} soundmonster/freerouting_cli:v0.1.0 java -jar /opt/freerouting_cli.jar -us hybrid -de $< -do $@
|
||||
|
||||
output/routed_pcbs/%.kicad_pcb: output/routed_pcbs/%.ses output/pcbs/%.kicad_pcb
|
||||
mkdir -p $(shell dirname $@)
|
||||
|
@ -50,7 +50,5 @@ clean:
|
|||
all: \
|
||||
output/routed_pcbs/board-front.png \
|
||||
output/routed_pcbs/board-back.png \
|
||||
output/gerbers/top_plate/gerbers.zip \
|
||||
output/gerbers/bottom_plate/gerbers.zip \
|
||||
output/gerbers/board/gerbers.zip
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ points:
|
|||
columns:
|
||||
pinky:
|
||||
spread: 18
|
||||
rotate: 15
|
||||
rotate: 20
|
||||
origin: [0, -ky]
|
||||
key:
|
||||
bind: [0.1, 0.5 kx, 0.1, 0.1]
|
||||
|
|
Loading…
Reference in a new issue