format&heroes
cleanup the formaat and make heroes box
This commit is contained in:
11
HeroesKeepOut/Box-Heroes-Lid.scad
Normal file
11
HeroesKeepOut/Box-Heroes-Lid.scad
Normal file
@@ -0,0 +1,11 @@
|
||||
include <BOSL2/std.scad>
|
||||
use <../Box-Lid.scad>
|
||||
|
||||
difference() {
|
||||
union() {
|
||||
lid(140, 38);
|
||||
translate([54.95, 21.2, 0]) cube([85.1, 16.8, 2], false); // frame area around card pocket
|
||||
}
|
||||
|
||||
translate([58.75, 26, -1]) cube([81.4, 13, 41], false); // clean area for card pocket
|
||||
}
|
||||
Reference in New Issue
Block a user