Removed Z endcap endstop.

This commit is contained in:
Revar Desmera
2019-02-22 23:51:49 -08:00
committed by GitHub
parent cfbb3937cb
commit 490f7ec4f9

View File

@@ -27,35 +27,6 @@ module rail_z_endcap()
if (wall_style == "corrugated")
corrugated_wall(h=rail_height, l=w-0.1, thick=joiner_width, strut=5);
}
// Endstop clip
fwd((endstop_depth+2)/2) {
left((z_joiner_spacing-joiner_width-endstop_thick-2+0.05)/2-5) {
up(rail_height-(endstop_length+2*2)/2) {
difference() {
left(5/2) cube([endstop_thick+2+5, endstop_depth+2, endstop_length+2*2], center=true);
left(2/2) back(2/2) {
cube([endstop_thick+2*printer_slop+0.05, endstop_depth+0.05, endstop_length+2*printer_slop], center=true);
cube([endstop_thick+2*printer_slop-2, endstop_depth+10, endstop_length+2*printer_slop-1], center=true);
}
}
down(endstop_length/2+2+endstop_thick*2/2+5/2-0.05) {
left((endstop_thick+2)/2+5) {
right_half() trapezoid([0.05, 0.05], [2*(endstop_thick+2+5), endstop_depth+2], h=endstop_thick*2+5, center=true);
}
}
zspread(endstop_hole_spacing) {
right(endstop_thick/2-1.5/2+0.05) {
back(endstop_depth/2+2/2-endstop_hole_inset) {
scale([0.5, 1, 1]) {
sphere(d=endstop_screw_size, center=true, $fn=8);
}
}
}
}
}
}
}
}
// Clear space for joiners.