diff options
Diffstat (limited to 'mech/production.scad')
-rw-r--r-- | mech/production.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mech/production.scad b/mech/production.scad index 7ca3051..5d04fbd 100644 --- a/mech/production.scad +++ b/mech/production.scad @@ -23,8 +23,8 @@ module production() { translate([-t, -t, -t]) pcb_case_panel_back(pcb_dim, margins, t); - translate([dim[0], dim[1]+spacing, 0]) - rotate([0, -90, 0]) + translate([0, dim[1]+spacing, t]) + rotate([0, 90, 0]) translate([2*t-dim[0], -t, -t]) panel_front(pcb_dim, margins, t); |