mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 11:10:01 +01:00
modify dep
This commit is contained in:
parent
cad5623248
commit
6d858125c2
@ -1,6 +1,3 @@
|
||||
include <in_shape.scad>;
|
||||
include <pixel/px_polyline.scad>;
|
||||
|
||||
function px_polygon(points, filled = true) =
|
||||
filled ?
|
||||
let(
|
||||
|
@ -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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user