1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 09:49:59 +02:00

add convexity

This commit is contained in:
Justin Lin
2022-05-02 14:55:19 +08:00
parent a341c1f855
commit de00c9d2aa
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ use <square_maze.scad>;
maze_rows = 10;
cell_width = 40;
wall_thickness = 20;
fn = 24;
fn = 36;
shadow = "YES"; // [YES, NO]
wall_height = 2;
@@ -16,7 +16,7 @@ module stereographic_projection_maze2(maze_rows, cell_width, wall_thickness, fn,
square_maze(maze_rows, cell_width, wall_thickness);
}
stereographic_extrude(shadow_side_leng = length, $fn = fn)
stereographic_extrude(shadow_side_leng = length, $fn = fn, convexity = 10)
maze();
if(shadow == "YES") {