1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 03:34:42 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 15:59:07 +08:00
parent 6ed6b39777
commit 803de57be9

View File

@@ -8,7 +8,7 @@
*
**/
include <__comm__/__frags.scad>;
use <__comm__/__frags.scad>;
module rounded_extrude(size, round_r, angle = 90, twist = 0, convexity = 10) {
is_flt = is_num(size);