mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 03:34:42 +02:00
remove re-asigned
This commit is contained in:
@@ -15,8 +15,6 @@ module test_hull_polyline2d() {
|
|||||||
assertEqual(line_width, radius * 2);
|
assertEqual(line_width, radius * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
$fn = 4;
|
|
||||||
|
|
||||||
hull_polyline2d(
|
hull_polyline2d(
|
||||||
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]],
|
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]],
|
||||||
width = 1
|
width = 1
|
||||||
|
Reference in New Issue
Block a user