Fixed test

Refactored to NumberOfHotEnds
This commit is contained in:
Lars Brubaker 2016-12-07 16:26:35 -08:00
parent dbd2c20398
commit f4633a582f
5 changed files with 10 additions and 5 deletions

View file

@ -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));