1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

added include __frags.scad

This commit is contained in:
Justin Lin
2017-05-07 17:54:08 +08:00
parent f330fe0919
commit 52cbc3713a

View File

@@ -12,6 +12,8 @@
* *
**/ **/
include <__private__/__frags.scad>;
module arc(radius, angles, width, width_mode = "LINE_CROSS") { module arc(radius, angles, width, width_mode = "LINE_CROSS") {
w_offset = width_mode == "LINE_CROSS" ? [width / 2, -width / 2] : ( w_offset = width_mode == "LINE_CROSS" ? [width / 2, -width / 2] : (