JSON: machine_show_variants was never defined in fdmPrinter.json (CURA-494)

This commit is contained in:
Tim Kuipers 2015-12-09 16:28:31 +01:00
parent ff500e4315
commit 17e372820c

View File

@ -9,6 +9,10 @@
"add_pages": [],
"machine_settings": {
"machine_show_variants": {
"description": "Wether to show the different variants of this machine, which are described in separate json files.",
"default": false
},
"machine_start_gcode": {
"description": "Gcode commands to be executed at the very start - separated by \\n.",
"default": "G28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"