Adding support for turning on and off extruder long run reset
This commit is contained in:
parent
8abd1bbdfc
commit
a0557ed6c0
5 changed files with 12 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue