Update fdm anchor

This commit is contained in:
2024-04-03 19:44:22 -04:00
parent 570118d6c2
commit 3951ab08df
2 changed files with 9 additions and 7 deletions

View File

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