Template:PrinterInfobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
|{{{useCases}}} | |{{{useCases}}} | ||
|- | |- | ||
! | !More Information | ||
|[{{{ | |[{{{moreInformation}}} {{{name}}}] | ||
|} | |} | ||
</div><nowiki/></includeonly><noinclude> | </div><nowiki/></includeonly><noinclude> | ||
Line 111: | Line 111: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "moreInformation": { | ||
"label": " | "label": "More Information", | ||
"description": "URL to the printer settings page", | |||
"description": "URL to the printer settings page | "type": "url" | ||
"type": " | |||
} | } | ||
}, | }, | ||
Line 136: | Line 130: | ||
"heatedBuildPlate", | "heatedBuildPlate", | ||
"float", | "float", | ||
" | "moreInformation" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 23:43, 22 June 2022
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Full name of the printer
| Line | required |
Image | image | Name of the image displayed in the info box
| File | required |
Slicer Name | slicerName | Full name of the main slicer used with this printer
| String | required |
Slicer URL | slicerLink | URL to the download *page* of the slicer (not a direct link)
| URL | required |
Build Width | buildWidth | Build volume width, in mm
| Number | required |
Build Depth | buildDepth | Build volume depth, in mm
| Unknown | required |
Build Height | buildHeight | Build volume height, in mm
| Unknown | required |
Materials | materials | List of materials usable on this machine
| Content | required |
Minimum Layer Height (mm) | minLayerHeight | Printer's minimum (smallest) layer height
| Number | required |
Heated Build Plate | heatedBuildPlate | Does this printer have a heated build plate? | Boolean | required |
Float | float | Valid values are 'none', 'left', or 'right'.
| String | optional |
More Information | moreInformation | URL to the printer settings page | URL | optional |