Add $fn to customiser

This commit is contained in:
XANTRONIX 2023-11-26 13:34:32 -05:00
parent 37ccf2569e
commit 3b27220acc
2 changed files with 4 additions and 2 deletions

View file

@ -37,3 +37,7 @@ screw_post_diameter_outer = 6.25;
screw_post_corner_height = 12.00;
// Top case middle screw post height
screw_post_middle_height = 29.30;
/* [Render settings] */
// Number of facets on cylinders
$fn = 72;

View file

@ -1,5 +1,3 @@
$fn = 72;
include <support.scad>
include <keyboard.scad>
include <logo.scad>