mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-02 19:22:48 +02:00
rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use <matrix/m_rotation.scad>;
|
||||
use <maze/mz_blocks.scad>;
|
||||
use <maze/mz_square_blocks.scad>;
|
||||
use <maze/mz_square_walls.scad>;
|
||||
use <ptf/ptf_sphere.scad>;
|
||||
|
||||
@@ -51,7 +51,7 @@ module sphere_maze() {
|
||||
|
||||
|
||||
size = [rows * block_width, columns * block_width + pole_offset * 2];
|
||||
blocks = mz_blocks(
|
||||
blocks = mz_square_blocks(
|
||||
[1, 1],
|
||||
rows, columns,
|
||||
y_circular = true
|
||||
|
Reference in New Issue
Block a user