We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97a7cd commit 02c4b74Copy full SHA for 02c4b74
render-pcb.sh
@@ -51,10 +51,9 @@ echo $output_path
51
52
mkdir -p $output_path
53
echo "rendering top"
54
-$KICAD_CLI pcb render --side top --background $background -o $output_path/top.png $kicad_pcb > /dev/null
55
-
+$KICAD_CLI pcb render --side top --background $background -o $output_path/top.png $kicad_pcb
56
echo "rendering bottom"
57
-$KICAD_CLI pcb render --side bottom --background $background -o $output_path/bottom.png $kicad_pcb > /dev/null
+$KICAD_CLI pcb render --side bottom --background $background -o $output_path/bottom.png $kicad_pcb
58
59
if [[ -n "$animation" ]]; then
60
echo "rendering animation"
0 commit comments