From 463c620cc3053428ecf7ca6360477992b9538978 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sun, 29 Jan 2023 06:41:47 +0000 Subject: [PATCH] Made a new row of PCBs in the test. --- tests/PCBs.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/PCBs.scad b/tests/PCBs.scad index b0e184b..23856fa 100644 --- a/tests/PCBs.scad +++ b/tests/PCBs.scad @@ -39,6 +39,12 @@ module pcbs() { translate([0, -pcb_width(perfboards[$i]) / 2]) pcb_assembly(perfboards[$i], 5 + $i, 3); + translate([0, 125]) + layout([for(p = big_pcbs) spacing(p)], 0) + translate([0, pcb_length(big_pcbs[$i]) / 2]) + rotate(90) + pcb_assembly(big_pcbs[$i], 5 + $i, 3); + for(p = pcbs_not_shown) hidden() pcb(p);