mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
width default to 1
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
use <shape_arc.scad>;
|
use <shape_arc.scad>;
|
||||||
|
|
||||||
module arc(radius, angle, width, width_mode = "LINE_CROSS") {
|
module arc(radius, angle, width = 1, width_mode = "LINE_CROSS") {
|
||||||
polygon(shape_arc(radius, angle, width, width_mode));
|
polygon(shape_arc(radius, angle, width, width_mode));
|
||||||
}
|
}
|
Reference in New Issue
Block a user