Make sure we can enable retractions

This commit is contained in:
Lars Brubaker 2020-12-29 14:15:42 -08:00
parent 23df72aa6d
commit a3aa6f7e38
2 changed files with 2 additions and 1 deletions

View file

@ -313,6 +313,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}),
("Retraction", new[]
{
SettingsKey.enable_retractions,
SettingsKey.retract_length,
SettingsKey.retract_restart_extra,
SettingsKey.retract_restart_extra_time_to_apply,