1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00

ready for preview

This commit is contained in:
Justin Lin
2020-03-24 17:12:21 +08:00
parent 8e58f5a850
commit ec0c1fa9ae
22 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ use <hull_polyline2d.scad>;
use <util/rand.scad>;
use <experimental/mz_blocks.scad>;
use <experimental/mz_walls.scad>;
use <experimental/ptf_circle.scad>;
use <ptf/ptf_circle.scad>;
use <experimental/pnoise2.scad>;
module noisy_circle_maze(start, r_blocks, block_width, wall_thickness, origin_offset, noisy_factor) {