Wiki source code of 3D Printing
Version 61.1 by Josh McGee on 2025/11/19 11:02
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
22.1 | 1 | = **Slicing** = |
| |
18.1 | 2 | |
| |
19.1 | 3 | {{include page="Workflows/3D Printing/Slicing"/}} |
| |
18.1 | 4 | |
| |
19.1 | 5 | |
| |
23.1 | 6 | = **Preparing To Print** = |
| |
19.1 | 7 | |
| |
35.3 | 8 | {{include page="Workflows/3D Printing/Preparing To Print"/}} |
| |
19.1 | 9 | |
| |
24.1 | 10 | = **Preparing To Print** = |
| 11 | |||
| 12 | Follow the printing guide for your 3d printer: | ||
| 13 | |||
| |
35.1 | 14 | ??? ADD SOME KIND OF TOC SUBTREE HERE ??? |
| |
36.1 | 15 | |
| 16 | |||
| |
37.1 | 17 | {{velocity}} |
| |
55.1 | 18 | #macro(list3DPrintersSubpages) |
| 19 | #set($wikiName = $xcontext.database) | ||
| 20 | #set($parentRef = $services.model.createDocumentReference( | ||
| 21 | $wikiName, | ||
| |
61.1 | 22 | ['Areas', 'Upstairs', '3D Printing'], |
| |
57.1 | 23 | 'WebHome' |
| |
55.1 | 24 | )) |
| 25 | #set($parentDoc = $xwiki.getDocument($parentRef)) | ||
| |
54.1 | 26 | #set($children = $parentDoc.getChildren()) |
| |
51.1 | 27 | |
| |
54.1 | 28 | #if(!$children || $children.isEmpty()) |
| |
55.1 | 29 | No subpages found under [[Areas.Upstairs.3D Printers]]. |
| |
52.1 | 30 | #else |
| |
54.1 | 31 | #foreach($childRef in $children) |
| 32 | #set($childDoc = $xwiki.getDocument($childRef)) | ||
| 33 | * [[$childDoc.getDisplayTitle()>>$childDoc]] | ||
| |
37.1 | 34 | #end |
| 35 | #end | ||
| 36 | #end | ||
| 37 | |||
| |
55.1 | 38 | #list3DPrintersSubpages() |
| |
37.1 | 39 | {{/velocity}} |
| 40 | |||
| |
38.1 | 41 | |
| |
57.1 | 42 |