Revise naming to match behavior
This commit is contained in:
parent
570539724f
commit
8d4547d706
13 changed files with 14 additions and 14 deletions
|
|
@ -187,7 +187,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
this.AddChild(new HorizontalSpacer());
|
||||
|
||||
int hotendCount = printer.Settings.Helpers.NumberOfTools();
|
||||
int hotendCount = printer.Settings.Helpers.HotendCount();
|
||||
if (!printer.Settings.GetValue<bool>(SettingsKey.sla_printer))
|
||||
{
|
||||
for (int extruderIndex = 0; extruderIndex < hotendCount; extruderIndex++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue