1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 09:49:59 +02:00
This commit is contained in:
Justin Lin
2020-09-30 10:27:50 +08:00
parent ee8200b687
commit a38e48dd25
9 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
use <matrix/m_rotation.scad>;
use <experimental/mz_blocks.scad>;
use <experimental/mz_walls.scad>;
use <experimental/mz_square_walls.scad>;
use <ptf/ptf_sphere.scad>;
r = 10;
@@ -60,7 +60,7 @@ module sphere_maze() {
p_offset = [block_width * rows, pole_offset, 0];
mr = m_rotation(90);
walls = mz_walls(blocks, rows, columns, block_width, bottom_border = false);
walls = mz_square_walls(blocks, rows, columns, block_width, bottom_border = false);
for(wall_pts = walls) {
rxpts = [
for(p = wall_pts)