mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
JSON: PR fix: material_print_temp_prepend and material_bed_temp_prepend weren't in the json file
This commit is contained in:
parent
c493b64cb8
commit
94ee3882ad
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,14 @@
|
|||
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
|
||||
"default": true
|
||||
},
|
||||
"material_print_temp_prepend": {
|
||||
"description": "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting.",
|
||||
"default": true
|
||||
},
|
||||
"material_bed_temp_prepend": {
|
||||
"description": "Whether to include bed temperature commands at the start of the gcode. When the start_gcode already contains bed temperature commands Cura frontend will automatically disable this setting.",
|
||||
"default": true
|
||||
},
|
||||
"machine_width": {
|
||||
"description": "The width (X-direction) of the printable area.",
|
||||
"default": 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue