mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: machine_show_variants was never defined in fdmPrinter.json (CURA-494)
This commit is contained in:
parent
ff500e4315
commit
17e372820c
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue