Difference between revisions of "Template:PrinterInfobox"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
!Compatible materials | !Compatible materials | ||
|{{{materials}}} | |{{{materials}}} | ||
+ | |- | ||
+ | !Minimum Layer Height | ||
+ | |{{{minLayerHeight}}} | ||
+ | |- | ||
+ | ! Heated Build Plate | ||
+ | |{{{heatedBuildPlate}}} | ||
|} | |} | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
− | |||
− | |||
− | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 19: | Line 22: | ||
"name": { | "name": { | ||
"type": "line", | "type": "line", | ||
− | "required": true | + | "required": true, |
+ | "label": "Name", | ||
+ | "example": "Ultimaker 2+", | ||
+ | "autovalue": "" | ||
}, | }, | ||
"image": { | "image": { | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
− | "required": true | + | "required": true, |
+ | "label": "Image", | ||
+ | "example": "myimage.png" | ||
}, | }, | ||
"buildVolume": { | "buildVolume": { | ||
"type": "string", | "type": "string", | ||
− | "required": true | + | "required": true, |
+ | "label": "Build Volume", | ||
+ | "example": "200 mm × 200 mm × 200 mm" | ||
}, | }, | ||
"materials": { | "materials": { | ||
"type": "content", | "type": "content", | ||
+ | "required": true, | ||
+ | "label": "Materials", | ||
+ | "example": "PLA, ABS" | ||
+ | }, | ||
+ | "minLayerHeight": { | ||
+ | "label": "Minimum Layer Height", | ||
+ | "type": "number", | ||
+ | "autovalue": "0.2", | ||
+ | "required": true | ||
+ | }, | ||
+ | "heatedBuildPlate": { | ||
+ | "label": "Heated Build Plate", | ||
+ | "description": "Does this printer have a heated build plate?", | ||
+ | "type": "boolean", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
− | "format": "block" | + | "format": "block", |
+ | "paramOrder": [ | ||
+ | "name", | ||
+ | "image", | ||
+ | "buildVolume", | ||
+ | "materials", | ||
+ | "minLayerHeight", | ||
+ | "heatedBuildPlate" | ||
+ | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 00:01, 6 December 2018
{{{name}}}
[[File:{{{image}}}]]
Build Volume | {{{buildVolume}}} |
---|---|
Compatible materials | {{{materials}}} |
Minimum Layer Height | {{{minLayerHeight}}} |
Heated Build Plate | {{{heatedBuildPlate}}} |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| Line | required |
Image | image | no description
| File | required |
Build Volume | buildVolume | no description
| String | required |
Materials | materials | no description
| Content | required |
Minimum Layer Height | minLayerHeight | no description
| Number | required |
Heated Build Plate | heatedBuildPlate | Does this printer have a heated build plate? | Boolean | required |