1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-24 23:25:51 +02:00
This commit is contained in:
Justin Lin
2020-01-26 20:44:55 +08:00
parent 8eabde6be9
commit f749e4808a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
include <unittest.scad>;
include <pixel/px_line.scad>;
include <pixel/px_polyline.scad>;
use <unittest.scad>;
use <pixel/px_polyline.scad>;
module test_px_polyline() {
echo("==== test_px_polyline ====");