Changes

no edit summary
Line 8: Line 8:  
!Compatible materials
 
!Compatible materials
 
|{{{materials}}}
 
|{{{materials}}}
 +
|-
 +
!Minimum Layer Height
 +
|{{{minLayerHeight}}}
 +
|-
 +
! Heated Build Plate
 +
|{{{heatedBuildPlate}}}
 
|}
 
|}
 
</div>
 
</div>
 
<noinclude>
 
<noinclude>
=Samples=
  −
{{PrinterInfobox|image=Raise3D_N2_Plus.png|name=Raise3D N2 Plus|buildVolume=304.8&nbsp;mm × 304.8&nbsp;mm × 609.6&nbsp;mm|materials=PLA, ABS, PVA}}
  −
{{PrinterInfobox|image=Ultimaker2+.png|name=Ultimaker 2+|buildVolume=304.8&nbsp;mm × 304.8&nbsp;mm × 609.6&nbsp;mm|materials=PLA, NinjaFlex}}
   
<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&nbsp;mm × 200&nbsp;mm × 200&nbsp;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>
MakerRepo Administrators, MakerRepo Staff, Bureaucrats, Administrators
295

edits