Difference between revisions of "Template:PrinterInfobox"
Jump to navigation
Jump to search
Line 74: | Line 74: | ||
"float": { | "float": { | ||
"label": "Float", | "label": "Float", | ||
− | "description": "Valid values are 'left' or 'right'.", | + | "description": "Valid values are 'none', 'left', or 'right'.", |
− | "example": " | + | "example": "left", |
"type": "string", | "type": "string", | ||
− | "autovalue": "" | + | "default": "right", |
+ | "autovalue": "right", | ||
+ | "required": true | ||
} | } | ||
}, | }, | ||
Line 91: | Line 93: | ||
"heatedBuildPlate", | "heatedBuildPlate", | ||
"float" | "float" | ||
− | ] | + | ] |
− | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 20:35, 7 June 2020
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| Line | required |
Image | image | no description
| File | required |
Slicer Name | slicerName | no description
| String | required |
Slicer URL | slicerLink | no description
| URL | required |
Build Volume | buildVolume | no description
| String | required |
Materials | materials | no description
| Content | required |
Minimum Layer Height (mm) | minLayerHeight | no description
| 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 | required |