Skip to content

Commit

Permalink
adjust detail based on render type
Browse files Browse the repository at this point in the history
  • Loading branch information
9R committed Sep 20, 2024
1 parent af80a95 commit 8eaa85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScadBox.scad
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$fn=20;
$fn= $preview ? 32 : 64;

/*[Part]*/
// Select part to render
Expand Down

0 comments on commit 8eaa85e

Please sign in to comment.