More settings moved to GetValue
extruder_count bed_temperature
This commit is contained in:
parent
2ee52deea6
commit
773f6ddc9b
14 changed files with 28 additions and 37 deletions
|
|
@ -646,7 +646,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
|
||||
// put in a simulate extrusion checkbox
|
||||
if (ActiveSliceSettings.Instance.ExtruderCount() > 1)
|
||||
if (ActiveSliceSettings.Instance.GetValue<int>(SettingsKey.extruder_count) > 1)
|
||||
{
|
||||
CheckBox hideExtruderOffsets = new CheckBox("Hide Offsets", textColor: ActiveTheme.Instance.PrimaryTextColor);
|
||||
hideExtruderOffsets.Checked = gcodeViewWidget.HideExtruderOffsets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue