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

refactor deps

This commit is contained in:
Justin Lin
2020-01-28 10:08:01 +08:00
parent 72c5ddafec
commit 00118ed183
13 changed files with 30 additions and 32 deletions

View File

@@ -1,6 +1,5 @@
include <line2d.scad>;
include <stereographic_extrude.scad>;
include <square_maze.scad>;
use <stereographic_extrude.scad>;
use <square_maze.scad>;
maze_rows = 10;
block_width = 40;