mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 21:58:26 +01:00
spacing = 1.35
This commit is contained in:
parent
78a23c0a12
commit
c1d1997714
@ -3,7 +3,7 @@ beginning_radius = 7.5;
|
|||||||
number_of_polygons = 6;
|
number_of_polygons = 6;
|
||||||
height = 15;
|
height = 15;
|
||||||
thickness = 1;
|
thickness = 1;
|
||||||
spacing = 1.25;
|
spacing = 1.35;
|
||||||
slope = 0.58;
|
slope = 0.58;
|
||||||
central_scale = 1;
|
central_scale = 1;
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ module fidget_pumpkin(beginning_radius, n, height, thickness, spacing, slope, ce
|
|||||||
|
|
||||||
module half() {
|
module half() {
|
||||||
translate([0, 0, -half_height]) {
|
translate([0, 0, -half_height]) {
|
||||||
//translate([0, 0, -4])
|
//translate([0, 0, -4.5])
|
||||||
difference() {
|
difference() {
|
||||||
linear_extrude(half_height, scale = s[0])
|
linear_extrude(half_height, scale = s[0])
|
||||||
scale(central_scale)
|
scale(central_scale)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user