Safer rounded enclosure

This commit is contained in:
2026-01-03 09:07:42 +01:00
parent 9d6b8f6ddb
commit 2747df0265
2 changed files with 26 additions and 26 deletions

View File

@@ -2,5 +2,5 @@ use <fabula_enclosure.scad>
$fn=32;
translate([0, -50, 0]) box();
translate([0, 50, 0]) rotate([180, 0, 0]) cap();
translate([0, -60, 0]) box();
translate([0, 60, 0]) rotate([180, 0, 0]) cap();