mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 21:41:41 +02:00
change param value
This commit is contained in:
@@ -7,12 +7,12 @@ use <experimental/ptf_c2sphere.scad>;
|
|||||||
$fn = 48;
|
$fn = 48;
|
||||||
|
|
||||||
radius = 36;
|
radius = 36;
|
||||||
thickness = 2.5;
|
thickness = 2;
|
||||||
spacing = 2.5;
|
spacing = 3;
|
||||||
drill_angle = 38;
|
drill_angle = 38;
|
||||||
support_thickness = 1;
|
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);
|
fidget_ball_fern_leaf(radius, thickness, spacing, drill_angle, support_thickness);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user