mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-16 20:36:42 +08: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
@ -25,6 +25,14 @@
|
|||||||
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
|
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
|
||||||
"default": true
|
"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": {
|
"machine_width": {
|
||||||
"description": "The width (X-direction) of the printable area.",
|
"description": "The width (X-direction) of the printable area.",
|
||||||
"default": 100
|
"default": 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user