Make Fan and Retraction sections have header bar toggle

- Issue MatterHackers/MCCentral#3756
Add toggles to headers of Retraction and Fan settings sections
This commit is contained in:
John Lewin 2018-07-16 16:56:15 -07:00
parent f153ba1854
commit 75533b2509
2 changed files with 2 additions and 2 deletions

View file

@ -464,6 +464,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
{ "Skirt", "create_skirt" },
{ "Raft", "create_raft" },
{ "Brim", "create_brim" },
{ "Retraction", "enable_retractions" },
{ "Fan", "enable_fan" },
};
public SectionWidget CreateGroupSection(SettingsOrganizer.Group group)