1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-05 06:17:32 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:05:09 +08:00
parent 9797e9ba71
commit ee709a6620
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
* *
**/ **/
include <__comm__/__frags.scad>; use <__comm__/__frags.scad>;
function shape_ellipse(axes) = function shape_ellipse(axes) =
let( let(

View File

@@ -1,5 +1,5 @@
include <unittest.scad>; use <unittest.scad>;
include <shape_ellipse.scad>; use <shape_ellipse.scad>;
module test_shape_ellipse() { module test_shape_ellipse() {
echo("==== test_shape_ellipse ===="); echo("==== test_shape_ellipse ====");