Add $fn to customiser
This commit is contained in:
parent
37ccf2569e
commit
3b27220acc
2 changed files with 4 additions and 2 deletions
|
@ -37,3 +37,7 @@ screw_post_diameter_outer = 6.25;
|
||||||
screw_post_corner_height = 12.00;
|
screw_post_corner_height = 12.00;
|
||||||
// Top case middle screw post height
|
// Top case middle screw post height
|
||||||
screw_post_middle_height = 29.30;
|
screw_post_middle_height = 29.30;
|
||||||
|
|
||||||
|
/* [Render settings] */
|
||||||
|
// Number of facets on cylinders
|
||||||
|
$fn = 72;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
$fn = 72;
|
|
||||||
|
|
||||||
include <support.scad>
|
include <support.scad>
|
||||||
include <keyboard.scad>
|
include <keyboard.scad>
|
||||||
include <logo.scad>
|
include <logo.scad>
|
||||||
|
|
Loading…
Add table
Reference in a new issue