1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 18:00:01 +02:00
This commit is contained in:
Justin Lin
2020-12-08 18:04:34 +08:00
parent c0c016f998
commit a6264ced54
7 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
use <hull_polyline3d.scad>;
use <maze/mz_blocks.scad>;
use <maze/mz_square_blocks.scad>;
use <maze/mz_square_walls.scad>;
use <ptf/ptf_x_twist.scad>;
use <ptf/ptf_y_twist.scad>;
@@ -12,7 +12,7 @@ angle = 90;
axis = "X_AXIS"; // [X_AXIS, Y_AXIS]
// $fn = 24;
blocks = mz_blocks(
blocks = mz_square_blocks(
[1, 1],
rows, columns
);