mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-12 09:58:38 -05:00
Typo
This commit is contained in:
parent
4b1d6298e4
commit
881a032aa3
@ -74,7 +74,7 @@ module sheet_2D(type, w, d, corners = [0, 0, 0, 0]) { //! 2D sheet template with
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module sheet(type, w, d, corners = [0, 0, 0, 0]) //! Draw speified sheet
|
module sheet(type, w, d, corners = [0, 0, 0, 0]) //! Draw specified sheet
|
||||||
linear_extrude(height = sheet_thickness(type), center = true)
|
linear_extrude(height = sheet_thickness(type), center = true)
|
||||||
sheet_2D(type, w, d, corners);
|
sheet_2D(type, w, d, corners);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user