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

View File

@ -2217,7 +2217,7 @@ Note that modules that drill holes will return a 2D object if ```h``` is set to
|:--- |:--- |
| ```render_2D_sheet(type, color = false)``` | Extrude a 2D sheet template and give it the correct colour |
| ```render_sheet(type, color = false)``` | Render a sheet in the correct colour after holes have been subtracted |
| ```sheet(type, w, d, corners = [0, 0, 0, 0])``` | Draw speified sheet |
| ```sheet(type, w, d, corners = [0, 0, 0, 0])``` | Draw specified sheet |
| ```sheet_2D(type, w, d, corners = [0, 0, 0, 0])``` | 2D sheet template with specified size and optionally rounded corners |
![sheets](tests/png/sheets.png)