Changes

2,581 bytes added ,  12:39, 6 August 2020
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}}}
|}
</div><nowiki/></includeonly><noinclude>
<templatedata>
{
"params": {
"name": {
"type": "line",
"required": true,
"label": "Name",
"example": "Epilog Helix",
"autovalue": "",
"description": "Full name of the laser"
},
"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": "Acrylic, MDF",
"description": "List of materials usable on this machine"
},
"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": "610",
"type": "number",
"default": "610",
"autovalue": "",
"required": true
},
"buildDepth": {
"label": "Build Depth",
"description": "Build volume depth, in mm",
"example": "305",
"default": "305",
"autovalue": "",
"required": true
},
"buildHeight": {
"label": "Build Height",
"description": "Build volume height, in mm",
"example": "140",
"default": "140",
"autovalue": "",
"required": true,
"type": "number"
},
"powerSource": {
"label": "Power Source",
"description": "Type of source for this laser",
"example": "CO2",
"type": "string",
"required": true
},
"powerRating": {
"label": "Power Rating",
"description": "Wattage for the laser",
"example": "50W",
"type": "string",
"required": true
},
"maxResolution": {
"label": "Maximum Resolution",
"description": "Printer's maximum resolution (DPI)",
"example": "1200",
"type": "number",
"default": "1200",
"autovalue": "",
"required": true
}
},
"format": "block",
"paramOrder": [
"name",
"image",
"powerSource",
"powerRating",
"buildWidth",
"buildDepth",
"buildHeight",
"materials",
"maxResolution",
"float"
]
}
</templatedata>
</noinclude>
MakerRepo Administrators, MakerRepo Staff
794

edits