mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 13:31:30 +02:00
change param value
This commit is contained in:
@@ -7,12 +7,12 @@ use <experimental/ptf_c2sphere.scad>;
|
||||
$fn = 48;
|
||||
|
||||
radius = 36;
|
||||
thickness = 2.5;
|
||||
spacing = 2.5;
|
||||
thickness = 2;
|
||||
spacing = 3;
|
||||
drill_angle = 38;
|
||||
support_thickness = 1;
|
||||
|
||||
engraved = true; // [true, false], warning: previewing is very slow when it's true.
|
||||
engraved = false; // [true, false], warning: previewing is very slow when it's true.
|
||||
|
||||
fidget_ball_fern_leaf(radius, thickness, spacing, drill_angle, support_thickness);
|
||||
|
||||
|
Reference in New Issue
Block a user