mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-18 06:38:14 +01:00
rename
This commit is contained in:
parent
abe2fe661a
commit
f6de4f31d4
@ -13,7 +13,7 @@ phi_step = 0.05;
|
||||
rows = 6;
|
||||
wall_thickness = 1.25;
|
||||
filled = true;
|
||||
filled_thicnkess = wall_thickness * .25;
|
||||
filled_thickness = wall_thickness * .25;
|
||||
|
||||
torus_knot_maze();
|
||||
|
||||
@ -65,7 +65,7 @@ module torus_knot_maze() {
|
||||
|
||||
if(filled) {
|
||||
path_extrude(
|
||||
shape_square(size = [rows, filled_thicnkess]),
|
||||
shape_square(size = [rows, filled_thickness]),
|
||||
path,
|
||||
closed = true,
|
||||
method = "EULER_ANGLE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user