mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 23:37:13 +02:00
fixed module name
This commit is contained in:
@@ -18,7 +18,7 @@ module arc(radius, angles, width, width_mode = "LINE_CROSS", fn = 24) {
|
||||
);
|
||||
|
||||
difference() {
|
||||
sector(radius + w_offset[0], angles, fn);
|
||||
sector(radius + w_offset[1], angles, fn);
|
||||
circular_sector(radius + w_offset[0], angles, fn);
|
||||
circular_sector(radius + w_offset[1], angles, fn);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user