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

@ -209,6 +209,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new VisibleButNotMappedToEngine("", "has_sd_card_reader"),
new VisibleButNotMappedToEngine("", "z_can_be_negative"),
new VisibleButNotMappedToEngine("", "show_reset_connection"),
new VisibleButNotMappedToEngine("", "extruder_wipe_temperature"),
new VisibleButNotMappedToEngine("", "bed_remove_part_temperature"),
//retractionOnExtruderSwitch=14.5
new MapItem("retractionOnExtruderSwitch", "retract_length_tool_change"),