This commit is contained in:
Remi Rampin 2024-03-07 12:50:51 -05:00
parent 706d99485d
commit b762376295
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
include <Round-Anything/polyround.scad>
module _end_of_customizer_vars() {}
$fn = $preview ? 30 : 60;
module jar() {
cylinder(100, 40, 40);
}