diff options
Diffstat (limited to 'body/body.scad')
| -rw-r--r-- | body/body.scad | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/body/body.scad b/body/body.scad index 580e107..6381a44 100644 --- a/body/body.scad +++ b/body/body.scad @@ -586,11 +586,13 @@ module m12_connectors(s = [1, 1, 1]) bcy = bottom_connector_y; m12tpd = m12_male_conn_body_thick_part_d; + echo("m12tpd: ", m12tpd); { // add outer m12 connectors //scale([1.05, 1, 1.05]) // scale([1.1, 1, 1.1]) + //translate([0, bwo + $tiny_padding, bcy + m12tpd + 5]) translate([0, bwo + $tiny_padding, bcy + m12tpd + 5]) scale(s) m12_female_connector(); @@ -665,7 +667,7 @@ module other() visualize_range(); laser_with_holder(); - %radxa(); + *radxa(); } module body_to_print() @@ -707,7 +709,7 @@ module body_to_print() } } -*union() +union() { other(); @@ -737,8 +739,10 @@ module body_to_print() laser_holder(); } -//m12_connectors(); -//m12_connectors_to_cut(); +color("blue", 0.5) +m12_connectors(); +color("green", 0.2) +m12_connectors_to_cut(); //radxa_body_cutter(); @@ -756,4 +760,4 @@ translate(back_bottom_side_hole_offset) hs = hole_side_left); color("yellow", 0.1) -*body_to_print();
\ No newline at end of file +body_to_print();
\ No newline at end of file |
