mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-28 01:29:54 +02:00
Removed the height parameter from linear_extrude
This commit is contained in:
@@ -22,7 +22,7 @@ use <../utils/quadrant.scad>
|
||||
|
||||
|
||||
module quadrants() {
|
||||
linear_extrude(height = eps)
|
||||
linear_extrude(eps)
|
||||
quadrant(10, 4);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user