mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-21 23:54:28 +08:00
JSON: description of new material_print_temp_wait and material_bed_temp_wait
This commit is contained in:
parent
8060ab02f9
commit
c493b64cb8
@ -18,9 +18,11 @@
|
|||||||
"default": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
|
"default": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
|
||||||
},
|
},
|
||||||
"material_bed_temp_wait": {
|
"material_bed_temp_wait": {
|
||||||
|
"description": "Whether to insert a command to wait until the bed temperature is reached at the start.",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"material_print_temp_wait": {
|
"material_print_temp_wait": {
|
||||||
|
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"machine_width": {
|
"machine_width": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user