1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-25 07:31:20 +02:00
This commit is contained in:
Justin Lin
2020-01-26 18:05:27 +08:00
parent e2e6b9437c
commit 10a6727215
3 changed files with 58 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
include <unittest.scad>;
include <pixel/px_circle.scad>;
use <unittest.scad>;
use <pixel/px_circle.scad>;
module test_px_circle() {
echo("==== test_px_circle ====");