1
0
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:
Justin Lin
2021-08-21 12:37:02 +08:00
parent bfa3d6b8ff
commit aeb9dec141

View File

@@ -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);