Fixed foot_cross

Footboard bar makes a T.
This commit is contained in:
sjc
2026-05-18 13:57:26 -04:00
parent 73f5f4cf48
commit 37ed22028c
2 changed files with 5 additions and 2 deletions

View File

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