mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
added include __frags.scad
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
*
|
||||
**/
|
||||
|
||||
include <__private__/__frags.scad>;
|
||||
|
||||
module arc(radius, angles, width, width_mode = "LINE_CROSS") {
|
||||
|
||||
w_offset = width_mode == "LINE_CROSS" ? [width / 2, -width / 2] : (
|
||||
|
Reference in New Issue
Block a user