1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 20:11:50 +02:00

change params

This commit is contained in:
Justin Lin
2021-06-15 20:36:57 +08:00
parent 6303d19cbf
commit 9f44991ccf

View File

@@ -3,9 +3,9 @@ beginning_radius = 7.5;
fn = 4; fn = 4;
number_of_polygons = 10; number_of_polygons = 10;
height = 20; height = 20;
thickness = 1.5; thickness = 1;
spacing = 0.5 * thickness; spacing = thickness;
slope = 1.2; slope = 0.825;
base_height = height * 1.75; base_height = height * 1.75;
fidget_polygon(model, beginning_radius, fn, number_of_polygons, height, thickness, spacing, slope, base_height); fidget_polygon(model, beginning_radius, fn, number_of_polygons, height, thickness, spacing, slope, base_height);