Removed bracket.json
bracket.json was preventing values from being updated. It isn't needed in the current use case. Re-aligned foot_corner screw alignment
This commit is contained in:
@@ -85,7 +85,7 @@ module head_front() {
|
||||
blockz ], fillet=3,
|
||||
edges=EDGES_FRONT+EDGES_Y_ALL, align=V_FRONT+V_TOP);
|
||||
back(.01) platfoot();
|
||||
// Screw HolesXTFei 14 Inch Heavy Duty Platform Bed Frame
|
||||
// Screw Holes
|
||||
rx= platfoot_y + (16+LegOff)/2;
|
||||
bz = -40;
|
||||
bl = 58 - bz;
|
||||
@@ -122,7 +122,7 @@ module foot_front() {
|
||||
bl = 58 - bz;
|
||||
up(blockz/2)zspread(n=3, l=blockz-10)
|
||||
right(rx+LegOff) rotate([-90,0,0]) rotate([0,0,180]) m4s_clear(bl=bl, bz=bz, drop=true, sh=0);
|
||||
up(blockz/2)left(30) zspread(n=2, l=blockz-10) rotate([-90,0,0]) rotate([0,0,180]) m4s_clear(bl=bl, bz=bz, drop=true, sh=0);
|
||||
up(blockz/2)left(32) zspread(n=2, l=blockz-10) rotate([-90,0,0]) rotate([0,0,180]) m4s_clear(bl=bl, bz=bz, drop=true, sh=0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -261,7 +261,7 @@ if (part == "head_cross_front") {
|
||||
zt = plate ? footboard_y : 0;
|
||||
up(zt) xrot(rot) {
|
||||
foot_rear();
|
||||
if (mate) { fwd(headpost_x) left(LegOff) %foot_front(); }
|
||||
if (mate) { fwd(5+headpost_x) left(LegOff) %foot_front(); }
|
||||
}
|
||||
} else if (part == "both") {
|
||||
fwd(platfoot_y+LegGap+13) left(LegOff)head_front();
|
||||
|
||||
Reference in New Issue
Block a user