restyle code

This commit is contained in:
2026-05-07 14:53:47 +02:00
parent 2074bd832e
commit 961793c975
8 changed files with 59 additions and 67 deletions

View File

@@ -3,9 +3,9 @@ use <../Box-Lid.scad>
difference() {
union() {
lid(178, 38);
translate([92.95, 21.2, 0]) cube([85.1, 16.8, 2], false); // frame area around card pocket
boxLid(178, 38);
translate([ 92.95, 21.2, 0 ]) cube([ 85.1, 16.8, 2 ], false); // frame area around card pocket
}
translate([96.75, 26, -1]) cube([81.4, 13, 41], false); // clean area for card pocket
translate([ 96.75, 26, -1 ]) cube([ 81.4, 13, 41 ], false); // clean area for card pocket
}