1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-19 21:51:57 +02:00

refactor deps

This commit is contained in:
Justin Lin 2020-01-27 16:04:27 +08:00
parent c8dbc4bce0
commit 9797e9ba71
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@
*
**/
include <__comm__/__frags.scad>;
include <__comm__/__pie_for_rounding.scad>;
use <__comm__/__frags.scad>;
use <__comm__/__pie_for_rounding.scad>;
function shape_cyclicpolygon(sides, circle_r, corner_r) =
let(

View File

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