Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
}
module BoxModelTest(){ ////toplevel
- linextr(0, 1) {
+ h = 0.5;
+ linextr(0, h + box_edge_z_hindent) {
BoxCavityEdgeModelPlan();
}
+ linextr(0, h) {
+ intersection(){
+ BoxCavityModelMainPlan();
+ union(){
+ for (m=[0,1]) {
+ mirror([m, 0])
+ for (x= [ 10 : 50: 300 ])
+ translate([x, 0])
+ square([5, 200], center=true);
+ }
+ }
+ }
+ }
+}
+module BoxModelHalfTestPrint(){ ////toplevel
+ intersection(){
+ BoxModelTest();
+ PlateSelect(false);
+ }
}
module OdAt(x,y) {