Adding support for turning on and off extruder long run reset

This commit is contained in:
Lars Brubaker 2017-11-30 09:43:14 -08:00
parent 8abd1bbdfc
commit a0557ed6c0
5 changed files with 12 additions and 2 deletions

View file

@ -91,6 +91,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new MappedSetting("raft_fan_speed_percent", "raftFanSpeedPercent"),
new MappedSetting("retract_length_tool_change", "retractionOnExtruderSwitch"),
new MappedSetting("retract_restart_extra_toolchange", "unretractExtraOnExtruderSwitch"),
new MappedToBoolString("reset_long_extrusion", "resetLongExtrusion"),
new MappedSetting("skirt_distance", "skirtDistanceFromObject"),
new MappedSetting("slowdown_below_layer_time", "minimumLayerTimeSeconds"),
new MappedSetting("support_air_gap", "supportAirGap"),