Set $fn
This commit is contained in:
parent
706d99485d
commit
b762376295
|
@ -1,5 +1,9 @@
|
||||||
include <Round-Anything/polyround.scad>
|
include <Round-Anything/polyround.scad>
|
||||||
|
|
||||||
|
module _end_of_customizer_vars() {}
|
||||||
|
|
||||||
|
$fn = $preview ? 30 : 60;
|
||||||
|
|
||||||
module jar() {
|
module jar() {
|
||||||
cylinder(100, 40, 40);
|
cylinder(100, 40, 40);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue