Difference between revisions of "Template:PrinterInfobox"
Jump to navigation
Jump to search
m |
|||
(17 intermediate revisions by 3 users not shown) | |||
Line 17: | Line 17: | ||
!Heated Build Plate | !Heated Build Plate | ||
|{{{heatedBuildPlate}}} | |{{{heatedBuildPlate}}} | ||
+ | |- | ||
+ | !More Information | ||
+ | |[{{{moreInformation}}} {{{name}}}] | ||
|} | |} | ||
</div><nowiki/></includeonly><noinclude> | </div><nowiki/></includeonly><noinclude> | ||
Line 104: | Line 107: | ||
"autovalue": "", | "autovalue": "", | ||
"required": true | "required": true | ||
+ | }, | ||
+ | "moreInformation": { | ||
+ | "label": "More Information", | ||
+ | "description": "URL to the printer settings page", | ||
+ | "type": "url" | ||
} | } | ||
}, | }, | ||
Line 118: | Line 126: | ||
"minLayerHeight", | "minLayerHeight", | ||
"heatedBuildPlate", | "heatedBuildPlate", | ||
− | "float" | + | "float", |
+ | "moreInformation" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 18:22, 4 June 2024
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 |