fix placement of nuts

pull/9/head
Glen Chung 2013-10-20 23:54:42 +08:00
parent b213120327
commit 303f69f7e7
1 changed files with 2 additions and 2 deletions

View File

@ -312,9 +312,9 @@ module Z_carriage_extras(top_part=true, exploded_distance=0) {
echo("Non-Plastic Parts: 2 x M5 nut to attach Z_carriage top and bottom");
rotate([0,0,-90]) translate([-wall_height/2,-Z_threaded_pos,0])
translate([wall_height/2,wall_width-4,0]) color(Steel) {
translate([20,8,wall_thickness+0.8*5+0.5*exploded_distance]) rotate([180,0,0])
translate([20,8,-0.8*5-0.5*exploded_distance])
flat_nut(5);
translate([-20,8,wall_thickness+0.8*5+0.5*exploded_distance]) rotate([180,0,0])
translate([-20,8,-0.8*5-0.5*exploded_distance])
flat_nut(5);
}
}