Fixed test
Refactored to NumberOfHotEnds
This commit is contained in:
parent
dbd2c20398
commit
f4633a582f
5 changed files with 10 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
this.HAnchor = HAnchor.ParentLeftRight;
|
||||
|
||||
int numberOfHeatedExtruders = ActiveSliceSettings.Instance.Helpers.NumberOfExtruderHeaters();
|
||||
int numberOfHeatedExtruders = ActiveSliceSettings.Instance.Helpers.NumberOfHotEnds();
|
||||
|
||||
this.AddChild(new PresetSelectorWidget("Quality".Localize(), RGBA_Bytes.Yellow, NamedSettingsLayers.Quality, 0));
|
||||
this.AddChild(new GuiWidget(8, 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue