diff options
Diffstat (limited to 'body/body.scad')
| -rw-r--r-- | body/body.scad | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/body/body.scad b/body/body.scad index 1db4742..94d25c7 100644 --- a/body/body.scad +++ b/body/body.scad @@ -641,7 +641,7 @@ module radxa_body_cutter() translate([0, 0, 20]) translate([0, fwo - 13, radxa_zero_3e_pcb_h - 5]) rotate([90, 0, 0]) - *radxa_zero_3e_mount_plate_holes(); + radxa_zero_3e_mount_plate_holes(); translate([0, 0, 20]) translate([0, fwo, radxa_zero_3e_pcb_h - 5]) @@ -691,7 +691,7 @@ module other() } } -*union() +union() { other(); @@ -727,7 +727,7 @@ module other() } // printing body -difference() +*difference() { scanner_main_frame(); camera_hole(); |
