Converted lots of get properties to methods in SettingsProfile
This commit is contained in:
parent
0ba8a78dc5
commit
895eea253c
40 changed files with 306 additions and 359 deletions
|
|
@ -402,7 +402,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
var settings = ActiveSliceSettings.Instance;
|
||||
|
||||
// Reset active slicer to MatterSlice when multi-extruder is detected and MatterSlice is not already set
|
||||
if (settings?.ExtruderCount > 1 && settings.ActiveSliceEngineType != SlicingEngineTypes.MatterSlice)
|
||||
if (settings?.ExtruderCount() > 1 && settings.ActiveSliceEngineType != SlicingEngineTypes.MatterSlice)
|
||||
{
|
||||
settings.ActiveSliceEngineType = SlicingEngineTypes.MatterSlice;
|
||||
ApplicationController.Instance.ReloadAll(null, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue