This commit is contained in:
Chris Palmer 2019-07-21 17:39:42 +01:00
parent 4b1d6298e4
commit 881a032aa3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
sheet_2D(type, w, d, corners);