mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-20 06:02:05 +02:00
refactor deps
This commit is contained in:
parent
9797e9ba71
commit
ee709a6620
@ -8,7 +8,7 @@
|
||||
*
|
||||
**/
|
||||
|
||||
include <__comm__/__frags.scad>;
|
||||
use <__comm__/__frags.scad>;
|
||||
|
||||
function shape_ellipse(axes) =
|
||||
let(
|
||||
|
@ -1,5 +1,5 @@
|
||||
include <unittest.scad>;
|
||||
include <shape_ellipse.scad>;
|
||||
use <unittest.scad>;
|
||||
use <shape_ellipse.scad>;
|
||||
|
||||
module test_shape_ellipse() {
|
||||
echo("==== test_shape_ellipse ====");
|
||||
|
Loading…
x
Reference in New Issue
Block a user