Update fdm anchor
This commit is contained in:
@@ -19,8 +19,11 @@ $fa= ($preview) ? $fa : render_fa;
|
||||
module print_mount() {
|
||||
mesh_mount(bottom=true, top=false, orient=ORIENT_Y, align=V_CENTER);
|
||||
}
|
||||
back((260+5)/4)left((131+5)/2) fdm_anchor();
|
||||
fwd((260+5)/4)left((131+5)/2) zrot(90) fdm_anchor();
|
||||
back((260+5)/4)right((131+5)/2) zrot(-90) fdm_anchor();
|
||||
fwd((260+5)/4)right((131+5)/2) zrot(180) fdm_anchor();
|
||||
|
||||
yspread = 65;
|
||||
xspread = 66;
|
||||
back(yspread)left(xspread) fdm_anchor();
|
||||
fwd(yspread)left(xspread) zrot(90) fdm_anchor();
|
||||
back(yspread)right(xspread) zrot(-90) fdm_anchor();
|
||||
fwd(yspread)right(xspread) zrot(180) fdm_anchor();
|
||||
print_mount();
|
||||
|
||||
Reference in New Issue
Block a user