1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-15 09:44:02 +02:00

Fixed cavity smaller than nut trap bug on Sturdy and Huxley.

This commit is contained in:
Chris Palmer
2016-01-06 12:27:01 +00:00
parent 69a8c8bc53
commit 10b0233719

View File

@@ -54,7 +54,7 @@ module bar_clamp(d, h, w, switch = false, yaxis = false) {
cavity_l = stem - 2 * wall;
cavity_h = h - nut_trap_meat - nut_trap_depth;
cavity_w = w - 2 * wall;
cavity_w = max(w - 2 * wall, nut_trap_flat_radius(nut) * 2);
sbracket_length = -y_switch_x(w) + 4;
sbracket_thickness = 7;