tray fix + hole fixes

This commit is contained in:
2026-04-15 16:15:09 +02:00
parent 060b8efdfc
commit b803db7f71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ def main() -> None:
raise SystemExit(f"Missing file: {tray_scad}")
render_scad(pot_scad, OUT_DIR / "pot.stl", base_radius, wall_height, wall_height_tray)
render_scad(tray_scad, OUT_DIR / "tray.stl", base_radius, wall_height, wall_height_tray)
render_scad(tray_scad, OUT_DIR / "tray.stl", base_radius+10, wall_height, wall_height_tray)
print("\nDone.")