mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 10:14:41 +02:00
add linear_extrude(wall_thickness)
This commit is contained in:
@@ -8,7 +8,8 @@ use <maze/mz_hamiltonian.scad>;
|
|||||||
cell_width = 5;
|
cell_width = 5;
|
||||||
wall_thickness = 1.75;
|
wall_thickness = 1.75;
|
||||||
|
|
||||||
maze_tai_chi(cell_width, wall_thickness);
|
linear_extrude(wall_thickness)
|
||||||
|
maze_tai_chi(cell_width, wall_thickness);
|
||||||
|
|
||||||
module maze_tai_chi(cell_width, wall_thickness) {
|
module maze_tai_chi(cell_width, wall_thickness) {
|
||||||
seed = 15;
|
seed = 15;
|
||||||
|
Reference in New Issue
Block a user