Fixed foot_cross
Footboard bar makes a T.
This commit is contained in:
@@ -177,7 +177,7 @@ module foot_cross_front() {
|
||||
difference() {
|
||||
cuboid([platmid_x+20, footcrossyz+10, z], fillet=3, align=V_FRONT);
|
||||
fwd(footcrossyz)cuboid([71, 50 , footcrossyz], align=V_BACK);
|
||||
fwd(footcrossyz)cuboid([footcrossyz, 50 , 71], align=V_BACK);
|
||||
fwd(footcrossyz)cuboid([footcrossyz, 50 , 71], align=V_BACK+V_TOP);
|
||||
back(0)xspread(n=2, l=platmid_x+10) zspread(n=2, l=z-10) rotate([90,0,0]) rotate([0,0,0]) #m4s_clear(bl=65, bz=-19, drop=false, sh=.20);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user