Changes

Created page with "<includeonly><div class="infobox infobox-float-{{{float|right}}}"> <div class="name">{{{name}}}</div> <div class="printer-thumb">[[File:{{{image}}}]]</div> {| !Slicer |[{{{sli..."
<includeonly><div class="infobox infobox-float-{{{float|right}}}">
<div class="name">{{{name}}}</div>
<div class="printer-thumb">[[File:{{{image}}}]]</div>
{|
!Slicer
|[{{{slicerLink}}} {{{slicerName}}}]
|-
!Build Volume
|{{{buildWidth}}} × {{{buildDepth}}} × {{{buildHeight}}}&nbsp;mm
|-
!Compatible materials
|{{{materials}}}
|-
!Minimum Layer Height
|{{{minLayerHeight}}}&nbsp;mm
|-
!Heated Build Plate
|{{{heatedBuildPlate}}}
|-
!More Information
|[{{{moreInformation}}} {{{name}}}]
|}
</div><nowiki/></includeonly><noinclude>
<templatedata>
{
"params": {
"name": {
"type": "line",
"required": true,
"label": "Name",
"example": "Ultimaker 2+",
"autovalue": "",
"description": "Full name of the printer"
},
"image": {
"type": "wiki-file-name",
"required": true,
"label": "Image",
"example": "myimage.png",
"description": "Name of the image displayed in the info box"
},
"materials": {
"type": "content",
"required": true,
"label": "Materials",
"example": "PLA, ABS",
"description": "List of materials usable on this machine"
},
"minLayerHeight": {
"label": "Minimum Layer Height (mm)",
"type": "number",
"autovalue": "",
"required": true,
"default": "0.2",
"description": "Printer's minimum (smallest) layer height"
},
"heatedBuildPlate": {
"label": "Heated Build Plate",
"description": "Does this printer have a heated build plate?",
"type": "boolean",
"required": true
},
"slicerLink": {
"label": "Slicer URL",
"example": "https://ultimaker.com/cura",
"type": "url",
"required": true,
"description": "URL to the download *page* of the slicer (not a direct link)"
},
"slicerName": {
"label": "Slicer Name",
"example": "Cura",
"type": "string",
"required": true,
"description": "Full name of the main slicer used with this printer"
},
"float": {
"label": "Float",
"description": "Valid values are 'none', 'left', or 'right'.",
"example": "left",
"type": "string",
"default": "right",
"autovalue": "right"
},
"buildWidth": {
"label": "Build Width",
"description": "Build volume width, in mm",
"example": "200",
"type": "number",
"default": "200",
"autovalue": "",
"required": true
},
"buildDepth": {
"label": "Build Depth",
"description": "Build volume depth, in mm",
"example": "200",
"default": "200",
"autovalue": "",
"required": true
},
"buildHeight": {
"label": "Build Height",
"description": "Build volume height, in mm",
"example": "200",
"default": "200",
"autovalue": "",
"required": true
},
"moreInformation": {
"label": "More Information",
"description": "URL to the printer settings page",
"type": "url"
}
},
"format": "block",
"paramOrder": [
"name",
"image",
"slicerName",
"slicerLink",
"buildWidth",
"buildDepth",
"buildHeight",
"materials",
"minLayerHeight",
"heatedBuildPlate",
"float",
"moreInformation"
]
}
</templatedata>
</noinclude>
MakerRepo Administrators, MakerRepo Staff
531

edits