@@ -224,6 +224,7 @@ connector_bracket_tab_slop = 0.1;
224
224
225
225
mounting_hole_inset = m4_button_head_diameter/2 + 2 ;
226
226
227
+ echo (kerf_width= kerf_width);
227
228
echo (enclosure_height= enclosure_height);
228
229
echo (enclosure_height_upper= enclosure_height_upper);
229
230
echo (enclosure_height_lower= enclosure_height_lower);
@@ -238,6 +239,7 @@ echo(front_window_upper=front_window_upper);
238
239
echo (front_window_lower= front_window_lower);
239
240
echo (front_window_height= front_window_lower+ front_window_upper);
240
241
echo (front_forward_offset= front_forward_offset);
242
+ echo (connector_bracket_length= connector_bracket_length);
241
243
242
244
243
245
module standard_m4_bolt(nut_distance=-1) {
@@ -1082,15 +1084,17 @@ if (render_3d) {
1082
1084
spool_strut();
1083
1085
translate ([2 , 32 , thickness])
1084
1086
spool_strut();
1085
- translate ([35 , spool_strut_width/2 + 3 , thickness])
1086
- spool_strut();
1087
- translate ([91 , 22 , thickness])
1088
- spool_strut();
1087
+ translate ([enclosure_height - spool_strut_length - kerf_width, spool_strut_width/2 , thickness])
1088
+ rotate ([0 , 0 , 180 ])
1089
+ spool_strut();
1090
+ translate ([enclosure_height, spool_strut_width/2 , thickness])
1091
+ rotate ([0 , 0 , 180 ])
1092
+ spool_strut();
1089
1093
1090
1094
// Connector brackets cut out of right side
1091
- translate ([enclosure_height_upper - backstop_bolt_vertical_offset/3 , enclosure_length + kerf_width + enclosure_length_right - connector_bracket_width - 3 , thickness])
1095
+ translate ([enclosure_height_upper - backstop_bolt_vertical_offset/2 - connector_bracket_length/ 2 , enclosure_length + kerf_width + enclosure_length_right/ 2 - connector_bracket_width - kerf_width/ 2 , thickness])
1092
1096
connector_bracket();
1093
- translate ([enclosure_height_upper - 2 * backstop_bolt_vertical_offset/3 , enclosure_length + kerf_width + connector_bracket_width + 3 , thickness])
1097
+ translate ([enclosure_height_upper - backstop_bolt_vertical_offset/2 + connector_bracket_length/ 2 , enclosure_length + kerf_width + enclosure_length_right/ 2 + connector_bracket_width + kerf_width/ 2 , thickness])
1094
1098
rotate ([0 , 0 , 180 ])
1095
1099
connector_bracket();
1096
1100
0 commit comments