1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00
This commit is contained in:
Justin Lin
2022-04-10 14:40:01 +08:00
parent 402cbb268d
commit 29fc7ca2ad

View File

@@ -7,9 +7,9 @@ cell_width = 15;
road_width = 6;
$fn = 4; // [4, 8, 12]
3dmaze_mickey();
maze3d_mickey();
module 3dmaze_mickey() {
module maze3d_mickey() {
function mask_sphere(face_radius) =
let(
range = [-face_radius * 1.5: face_radius * 1.5 - 1],