2.9 x 13 mm was a little too short, use 2.9 x 16 mm instead

pull/9/head
Glen Chung 2013-10-16 23:43:18 +08:00
parent fe85003b84
commit 403360142b
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}
}
}