added 'Extruder Wipe Temperature' and "Bed Remove Part Temperature" to Slice Settings
This commit is contained in:
parent
e37dbd29ef
commit
13c8091fbc
5 changed files with 40 additions and 0 deletions
|
|
@ -983,6 +983,20 @@
|
|||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "degrees"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "extruder_wipe_temperature",
|
||||
"PresentationName": "Extruder Wipe Temperature",
|
||||
"HelpText": "The temperature the extruder will be when extruder wipes.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "degrees"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "bed_remove_part_temperature",
|
||||
"PresentationName": "Bed Remove Part Temperature",
|
||||
"HelpText": "The temperature the bed temperature will be set to when part is to be removed.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "degrees"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "thin_walls",
|
||||
"PresentationName": "Thin Walls",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue