mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 07:16:36 +02:00
spacing = 1.35
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user