added 'Extruder Wipe Temperature' and "Bed Remove Part Temperature" to Slice Settings

This commit is contained in:
Gregory Diaz 2015-04-24 10:25:03 -07:00
parent e37dbd29ef
commit 13c8091fbc
5 changed files with 40 additions and 0 deletions

View file

@ -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",