mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 02:04:16 +02:00
use built-in angle
This commit is contained in:
@@ -95,6 +95,7 @@ module test_ring_extrude_not_closed() {
|
||||
[-2, -10]
|
||||
];
|
||||
|
||||
ring_extrude(shape_pts, radius = 50, angle = 180);
|
||||
ring_extrude(shape_pts, radius = 50, angle = 180, scale = 2);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user