mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Add missing material_bed_temp_prepend
This commit is contained in:
parent
f5d6c6024e
commit
f2a44bec8d
1 changed files with 10 additions and 0 deletions
|
@ -95,6 +95,16 @@
|
|||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"material_bed_temp_prepend":
|
||||
{
|
||||
"label": "Include build plate temperature",
|
||||
"description": "Whether to include build plate temperature commands at the start of the gcode. When the start_gcode already contains build plate temperature commands Cura frontend will automatically disable this setting.",
|
||||
"default_value": true,
|
||||
"type": "bool",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"machine_width":
|
||||
{
|
||||
"label": "Machine width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue