2.9 x 13 mm was a little too short, use 2.9 x 16 mm instead
parent
fe85003b84
commit
403360142b
|
@ -44,13 +44,13 @@ translate([0,0,part_z/2]) difference() {
|
|||
} // End of difference() command
|
||||
|
||||
if(with_extra_parts) {
|
||||
// --- Self tapping screw 2.9 x 13 mm ---
|
||||
// --- Self tapping screw 2.9 x 16 mm ---
|
||||
color(Steel) {
|
||||
translate([0,0,-.2]) {
|
||||
translate([-smooth_rod_screw_sep,0,0])
|
||||
csk_bolt(2.9, 13);
|
||||
csk_bolt(2.9, 16);
|
||||
translate([smooth_rod_screw_sep,0,0])
|
||||
csk_bolt(2.9, 13);
|
||||
csk_bolt(2.9, 16);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue