mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 16:26:47 +02:00
modify dep
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
include <in_shape.scad>;
|
|
||||||
include <pixel/px_polyline.scad>;
|
|
||||||
|
|
||||||
function px_polygon(points, filled = true) =
|
function px_polygon(points, filled = true) =
|
||||||
filled ?
|
filled ?
|
||||||
let(
|
let(
|
||||||
|
@@ -3,6 +3,7 @@ module test_px_polygon() {
|
|||||||
echo("==== test_px_polygon ====");
|
echo("==== test_px_polygon ====");
|
||||||
|
|
||||||
include <unittest.scad>;
|
include <unittest.scad>;
|
||||||
|
include <in_shape.scad>;
|
||||||
include <pixel/px_line.scad>;
|
include <pixel/px_line.scad>;
|
||||||
include <pixel/px_polyline.scad>;
|
include <pixel/px_polyline.scad>;
|
||||||
include <pixel/px_polygon.scad>;
|
include <pixel/px_polygon.scad>;
|
||||||
|
Reference in New Issue
Block a user