1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 16:04:46 +02:00
This commit is contained in:
Justin Lin
2020-01-26 20:45:02 +08:00
parent f749e4808a
commit dd7ed32f4c
2 changed files with 5 additions and 5 deletions

View File

@@ -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 ====");