mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
JSON: description of new material_print_temp_wait and material_bed_temp_wait
This commit is contained in:
parent
8060ab02f9
commit
c493b64cb8
1 changed files with 2 additions and 0 deletions
|
@ -18,9 +18,11 @@
|
|||
"default": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
|
||||
},
|
||||
"material_bed_temp_wait": {
|
||||
"description": "Whether to insert a command to wait until the bed temperature is reached at the start.",
|
||||
"default": true
|
||||
},
|
||||
"material_print_temp_wait": {
|
||||
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
|
||||
"default": true
|
||||
},
|
||||
"machine_width": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue