1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 19:54:29 +02:00

add test_px_circle

This commit is contained in:
Justin Lin
2019-06-20 08:36:51 +08:00
parent d6021374ba
commit 62840eb510
2 changed files with 15 additions and 1 deletions

View File

@@ -68,4 +68,5 @@ include <test_path_extrude.scad>;
// Pixel
include <test_px_line.scad>;
include <test_px_polyline.scad>;
include <test_px_polyline.scad>;
include <test_px_circle.scad>;

13
test/test_px_circle.scad Normal file

File diff suppressed because one or more lines are too long