1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-28 23:40:16 +02:00

Heatshield spelling corrected and cable clearance sligtly bigger

This commit is contained in:
Chris Palmer
2012-04-03 11:21:29 +01:00
parent 78dc07f294
commit 2a1910ffaf
9 changed files with 19 additions and 21 deletions

View File

@@ -246,13 +246,12 @@ module y_heatshield() {
hull()
y_belt_anchor_holes()
cube([10, 10, 100],center =true);
}
translate([0, 0, sheet_thickness(Cardboard) / 2])
taped_area(FoilTape, 50, width, Y_carriage_depth, 5);
}
translate([0, Y_carriage_depth / 2, 0])
cube([ribbon_clamp_length(bed_ways, cap_screw), 60, 100], center = true);
cube([ribbon_clamp_length(bed_ways, cap_screw), 70, 100], center = true);
}
}