mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
refactor deps
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__frags.scad>;
|
use <__comm__/__frags.scad>;
|
||||||
include <__comm__/__pie_for_rounding.scad>;
|
use <__comm__/__pie_for_rounding.scad>;
|
||||||
|
|
||||||
function shape_cyclicpolygon(sides, circle_r, corner_r) =
|
function shape_cyclicpolygon(sides, circle_r, corner_r) =
|
||||||
let(
|
let(
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <shape_cyclicpolygon.scad>;
|
use <shape_cyclicpolygon.scad>;
|
||||||
|
|
||||||
module test_shape_cyclicpolygon() {
|
module test_shape_cyclicpolygon() {
|
||||||
echo("==== test_shape_cyclicpolygon ====");
|
echo("==== test_shape_cyclicpolygon ====");
|
||||||
|
Reference in New Issue
Block a user