mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-25 07:31:20 +02:00
use scad
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
*
|
||||
**/
|
||||
|
||||
use <in_shape.scad>;
|
||||
use <pixel/px_polyline.scad>;
|
||||
|
||||
function px_polygon(points, filled = false) =
|
||||
filled ?
|
||||
let(
|
||||
|
@@ -1,8 +1,5 @@
|
||||
include <unittest.scad>;
|
||||
include <in_shape.scad>;
|
||||
include <pixel/px_line.scad>;
|
||||
include <pixel/px_polyline.scad>;
|
||||
include <pixel/px_polygon.scad>;
|
||||
use <unittest.scad>;
|
||||
use <pixel/px_polygon.scad>;
|
||||
|
||||
module test_px_polygon() {
|
||||
echo("==== test_px_polygon ====");
|
||||
|
Reference in New Issue
Block a user