ignatio
Results
1
comments of
ignatio
If using customizer.scad edit the following: ``` module spacebar() { $inverted_dish = true; $dish_type = "sideways cylindrical"; 6_25u() stabilized(mm=50) children(); } ``` To: ``` module spacebar() { $inverted_dish = true;...