mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 08:44:20 +02:00
refactor deps
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <line3d.scad>;
|
use <function_grapher.scad>;
|
||||||
include <polyline3d.scad>;
|
|
||||||
include <hull_polyline3d.scad>;
|
|
||||||
include <function_grapher.scad>;
|
|
||||||
|
|
||||||
module test_function_grapher_faces(points, faces) {
|
module test_function_grapher_faces(points, faces) {
|
||||||
pts = [
|
pts = [
|
||||||
|
Reference in New Issue
Block a user