1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 20:40:28 +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

@@ -8,9 +8,10 @@
* *
**/ **/
include <__comm__/__to3d.scad>; use <__comm__/__to3d.scad>;
include <__comm__/__to2d.scad>; use <__comm__/__to2d.scad>;
include <__comm__/__lines_from.scad>; use <__comm__/__lines_from.scad>;
use <pixel/px_line.scad>;
function px_polyline(points) = function px_polyline(points) =
let( let(

View File

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