hole pattern change
This commit is contained in:
@@ -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: ")
|
||||
|
||||
Reference in New Issue
Block a user