Commit 31bef9d 1 parent 98e3c2c commit 31bef9d Copy full SHA for 31bef9d
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
48
48
KICAD_CLI=$( which kicad-cli || which kicad-cli-nightly)
49
49
50
- echo $output_path
50
+ echo " $output_path "
51
51
52
- mkdir -p $output_path
52
+ mkdir -p " $output_path "
53
53
echo " rendering top"
54
- $KICAD_CLI pcb render --side top --background $background -o $output_path /top.png $kicad_pcb
54
+ $KICAD_CLI pcb render --side top --background $background -o " $output_path /top.png" " $kicad_pcb "
55
55
echo " rendering bottom"
56
- $KICAD_CLI pcb render --side bottom --background $background -o $output_path /bottom.png $kicad_pcb
56
+ $KICAD_CLI pcb render --side bottom --background $background -o " $output_path /bottom.png" " $kicad_pcb "
57
57
58
58
if [[ -n " $animation " ]]; then
59
59
echo " rendering animation"
60
- kicad_animation.sh $animation $kicad_pcb $output_path
60
+ kicad_animation.sh $animation " $kicad_pcb " " $output_path "
61
61
fi
62
62
63
- ls $output_path
63
+ ls " $output_path "
You can’t perform that action at this time.
0 commit comments