Changes

no edit summary
Line 1: Line 1: −
<includeonly><div class="infobox infobox-float-{{{float}}}">
+
<includeonly><div class="infobox infobox-float-{{{float|right}}}">
 
<div class="name">{{{name}}}</div>
 
<div class="name">{{{name}}}</div>
 
<div class="printer-thumb">[[File:{{{image}}}]]</div>
 
<div class="printer-thumb">[[File:{{{image}}}]]</div>
Line 27: Line 27:  
"label": "Name",
 
"label": "Name",
 
"example": "Ultimaker 2+",
 
"example": "Ultimaker 2+",
"autovalue": ""
+
"autovalue": "",
 +
"description": "Full name of the printer"
 
},
 
},
 
"image": {
 
"image": {
Line 33: Line 34:  
"required": true,
 
"required": true,
 
"label": "Image",
 
"label": "Image",
"example": "myimage.png"
+
"example": "myimage.png",
 +
"description": "Name of the image displayed in the info box"
 
},
 
},
 
"materials": {
 
"materials": {
Line 39: Line 41:  
"required": true,
 
"required": true,
 
"label": "Materials",
 
"label": "Materials",
"example": "PLA, ABS"
+
"example": "PLA, ABS",
 +
"description": "List of materials usable on this machine"
 
},
 
},
 
"minLayerHeight": {
 
"minLayerHeight": {
Line 46: Line 49:  
"autovalue": "",
 
"autovalue": "",
 
"required": true,
 
"required": true,
"default": "0.2"
+
"default": "0.2",
 +
"description": "Printer's minimum (smallest) layer height"
 
},
 
},
 
"heatedBuildPlate": {
 
"heatedBuildPlate": {
Line 58: Line 62:  
"example": "https://ultimaker.com/cura",
 
"example": "https://ultimaker.com/cura",
 
"type": "url",
 
"type": "url",
"required": true
+
"required": true,
 +
"description": "URL to the download *page* of the slicer (not a direct link)"
 
},
 
},
 
"slicerName": {
 
"slicerName": {
Line 64: Line 69:  
"example": "Cura",
 
"example": "Cura",
 
"type": "string",
 
"type": "string",
"required": true
+
"required": true,
 +
"description": "Full name of the main slicer used with this printer"
 
},
 
},
 
"float": {
 
"float": {
Line 72: Line 78:  
"type": "string",
 
"type": "string",
 
"default": "right",
 
"default": "right",
"autovalue": "right",
+
"autovalue": "right"
"required": true
   
},
 
},
 
"buildWidth": {
 
"buildWidth": {
MakerRepo Administrators, MakerRepo Staff, Bureaucrats, Administrators
295

edits