diff --git a/src/box_extrude.scad b/src/box_extrude.scad index 72ae0ece..06ac65b7 100644 --- a/src/box_extrude.scad +++ b/src/box_extrude.scad @@ -22,6 +22,4 @@ module box_extrude(height, shell_thickness) { } } -box_extrude(height = 30, shell_thickness = 2) - text("XD", size = 40, font = "Cooper Black"); \ No newline at end of file