Removed debug echos
This commit is contained in:
2
box.scad
2
box.scad
@@ -118,7 +118,6 @@ module box_edge(ps=PROFILE_SIZE, l=10, orient=ORIENT_Z, jh = JOINER_H,jw = JOINE
|
|||||||
psoff = ps/2 - wl - wt;
|
psoff = ps/2 - wl - wt;
|
||||||
face_off = ((ps+psoff)/4);
|
face_off = ((ps+psoff)/4);
|
||||||
orient_and_align([ps,ps,l], orient=orient, align=align, orig_orient=ORIENT_Z) left(ps/2) fwd(ps/2) {
|
orient_and_align([ps,ps,l], orient=orient, align=align, orig_orient=ORIENT_Z) left(ps/2) fwd(ps/2) {
|
||||||
echo("here");
|
|
||||||
difference() {
|
difference() {
|
||||||
linear_extrude(height=l, center=true)
|
linear_extrude(height=l, center=true)
|
||||||
profile(flx=flx, fly=true, wx=wx, wy=true);
|
profile(flx=flx, fly=true, wx=wx, wy=true);
|
||||||
@@ -131,7 +130,6 @@ module box_edge(ps=PROFILE_SIZE, l=10, orient=ORIENT_Z, jh = JOINER_H,jw = JOINE
|
|||||||
zrot(-45)back(face_off*sqrt(2)-.01)pc4M10_clear(orient=ORIENT_Y,align=V_BACK);
|
zrot(-45)back(face_off*sqrt(2)-.01)pc4M10_clear(orient=ORIENT_Y,align=V_BACK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo("here");
|
|
||||||
if (hm) right(face_off)back(face_off)zrot(45)hinge_mount();
|
if (hm) right(face_off)back(face_off)zrot(45)hinge_mount();
|
||||||
if (iy) back(ps-wl/2)right(wt)yrot(-90) thread_insertM3(bl=5+wt, bz=-wt-2, $die=true);
|
if (iy) back(ps-wl/2)right(wt)yrot(-90) thread_insertM3(bl=5+wt, bz=-wt-2, $die=true);
|
||||||
if (ix && flx )
|
if (ix && flx )
|
||||||
|
|||||||
Reference in New Issue
Block a user