1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

reduce deps

This commit is contained in:
Justin Lin 2020-01-27 16:45:11 +08:00
parent 32fd8a3e21
commit 606aba22a9

View File

@ -1,6 +1,6 @@
include <rounded_square.scad>;
include <part/joint_T.scad>;
include <shape_taiwan.scad>;
use <rounded_square.scad>;
use <part/joint_T.scad>;
use <shape_taiwan.scad>;
rows = 3; // [2:100]
cube_width = 20;