Successful difference print
This commit is contained in:
parent
c46afa3cbd
commit
313d8d4bcc
24
CFTubes.scad
24
CFTubes.scad
|
@ -247,25 +247,6 @@ module ubass_tuner() {
|
||||||
translate([0, -middle_of_thread_to_tab_screw]) circle(d=d_thread, $fn=72);
|
translate([0, -middle_of_thread_to_tab_screw]) circle(d=d_thread, $fn=72);
|
||||||
}
|
}
|
||||||
|
|
||||||
// difference() {
|
|
||||||
// linear_extrude(max_thread) difference() {
|
|
||||||
// offset(4, 3) tuner_footprint();
|
|
||||||
// holes();
|
|
||||||
// }
|
|
||||||
// translate([0,0,max_thread-0.2]) linear_extrude(1) {
|
|
||||||
// translate([-3.5,-2]) text(str(d_screw), size=2.5);
|
|
||||||
// translate([ -1, -5]) rotate(30) text(str(d_screw_tab), size=2.5);
|
|
||||||
// translate([-4, -10]) rotate(90) text(str(middle_of_thread_to_tab_screw), size=2.5);
|
|
||||||
// translate([-9.5,-19.5]) text(str(d_thread), size=2.5);
|
|
||||||
// translate([-10,-27]) rotate(90) text(str(d_wormshaft_collar_max), size=2.5);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// translate([0,0,max_thread]) linear_extrude(10) difference() {
|
|
||||||
// offset(4, 3) tuner_footprint();
|
|
||||||
// tuner_footprint();
|
|
||||||
// translate([0, middle_of_tab_screw_to_wormshaft]) square([100, d_wormshaft_collar_max+0.3], center=true);
|
|
||||||
// }
|
|
||||||
|
|
||||||
module tuner_clearance(clearance=11) {
|
module tuner_clearance(clearance=11) {
|
||||||
clear_color = [1,0,0,0.6];
|
clear_color = [1,0,0,0.6];
|
||||||
// 21mm is roughly the height of the disassembled tuner from body to top of thread, 22mm should be safe
|
// 21mm is roughly the height of the disassembled tuner from body to top of thread, 22mm should be safe
|
||||||
|
@ -302,7 +283,10 @@ module ubass_tuner() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tuner_clearance();
|
difference() {
|
||||||
|
linear_extrude(17) offset(4, 3, $fn=72) tuner_footprint();
|
||||||
|
mirror([1, 0, 0]) tuner_clearance();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo(fret_scale_length(0) - fret_scale_length(8)); // 225.724
|
echo(fret_scale_length(0) - fret_scale_length(8)); // 225.724
|
||||||
|
|
Loading…
Reference in New Issue