Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openfixture.scad
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ module base_side ()
translate ([support_offset, head_y / 6, 0])
mirror ([0, 1, 0])
tng_n (head_y / 3, 2);
translate ([support_offset + mat_th / 2, head_y / 12, 0])
translate ([support_offset + mat_th / 2, mat_th * 3, 0])
tnut_hole ();

// Second cross bar support
Expand Down Expand Up @@ -605,9 +605,9 @@ module base_front_support ()
tng_p (y, 2);

// Remove female tnuts
translate ([0, y / 4, 0])
translate ([0, mat_th * 3, 0])
tnut_female (1, length = screw_thr_len - mat_th);
translate ([x, y / 4, 0])
translate ([x, mat_th * 3, 0])
rotate ([0, 0, 180])
tnut_female (1, length = screw_thr_len - mat_th);
}
Expand Down