mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-17 18:46:17 +02:00
Fixed cavity smaller than nut trap bug on Sturdy and Huxley.
This commit is contained in:
@@ -54,7 +54,7 @@ module bar_clamp(d, h, w, switch = false, yaxis = false) {
|
|||||||
|
|
||||||
cavity_l = stem - 2 * wall;
|
cavity_l = stem - 2 * wall;
|
||||||
cavity_h = h - nut_trap_meat - nut_trap_depth;
|
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_length = -y_switch_x(w) + 4;
|
||||||
sbracket_thickness = 7;
|
sbracket_thickness = 7;
|
||||||
|
Reference in New Issue
Block a user