1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-09 06:11:01 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-28 09:52:16 +08:00
parent 948d4aafae
commit 72c5ddafec
8 changed files with 27 additions and 39 deletions

View File

@@ -1,10 +1,8 @@
include <in_shape.scad>;
include <shape_taiwan.scad>;
include <pixel/px_line.scad>;
include <pixel/px_polyline.scad>;
include <pixel/px_sphere.scad>;
include <pixel/px_cylinder.scad>;
include <pixel/px_polygon.scad>;
use <shape_taiwan.scad>;
use <pixel/px_polyline.scad>;
use <pixel/px_sphere.scad>;
use <pixel/px_cylinder.scad>;
use <pixel/px_polygon.scad>;
module blocks(points) {
for(pt = points) {