mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
rename
This commit is contained in:
@@ -7,9 +7,9 @@ cell_width = 15;
|
|||||||
road_width = 6;
|
road_width = 6;
|
||||||
$fn = 4; // [4, 8, 12]
|
$fn = 4; // [4, 8, 12]
|
||||||
|
|
||||||
3dmaze_mickey();
|
maze3d_mickey();
|
||||||
|
|
||||||
module 3dmaze_mickey() {
|
module maze3d_mickey() {
|
||||||
function mask_sphere(face_radius) =
|
function mask_sphere(face_radius) =
|
||||||
let(
|
let(
|
||||||
range = [-face_radius * 1.5: face_radius * 1.5 - 1],
|
range = [-face_radius * 1.5: face_radius * 1.5 - 1],
|
Reference in New Issue
Block a user