hole pattern change

This commit is contained in:
2026-04-15 16:29:12 +02:00
parent b803db7f71
commit 95a11e7600
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -55,6 +55,8 @@ def main() -> None:
if not SCAD_DIR.exists():
raise SystemExit(f"Missing SCAD directory: {SCAD_DIR}")
print("Dimensions less than 20mm will result in unusable stl files.\n")
base_radius = ask_float("Flower pot radius (base_radius) in mm: ")
wall_height = ask_float("Flower pot height (wall_height) in mm: ")
wall_height_tray = ask_float("Tray height (wall_height_tray) in mm: ")