mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 16:19:09 +08:00
JSON: machine_show_variants was never defined in fdmPrinter.json (CURA-494)
This commit is contained in:
parent
ff500e4315
commit
17e372820c
@ -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…
x
Reference in New Issue
Block a user