1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 11:10:01 +01:00

modify dep

This commit is contained in:
Justin Lin 2019-06-25 18:09:15 +08:00
parent cad5623248
commit 6d858125c2
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,3 @@
include <in_shape.scad>;
include <pixel/px_polyline.scad>;
function px_polygon(points, filled = true) =
filled ?
let(

View File

@ -3,6 +3,7 @@ module test_px_polygon() {
echo("==== test_px_polygon ====");
include <unittest.scad>;
include <in_shape.scad>;
include <pixel/px_line.scad>;
include <pixel/px_polyline.scad>;
include <pixel/px_polygon.scad>;