1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 13:50:05 +01:00

spacing = 1.35

This commit is contained in:
Justin Lin 2022-09-26 07:07:19 +08:00
parent 78a23c0a12
commit c1d1997714

View File

@ -3,7 +3,7 @@ beginning_radius = 7.5;
number_of_polygons = 6;
height = 15;
thickness = 1;
spacing = 1.25;
spacing = 1.35;
slope = 0.58;
central_scale = 1;
@ -61,7 +61,7 @@ module fidget_pumpkin(beginning_radius, n, height, thickness, spacing, slope, ce
module half() {
translate([0, 0, -half_height]) {
//translate([0, 0, -4])
//translate([0, 0, -4.5])
difference() {
linear_extrude(half_height, scale = s[0])
scale(central_scale)