Changing nozzle1_inset to t0_inset

refactoring some surrounding code to talk about tool rather than nozzle
or hotend

figure it's better to do this change before we have any profiles with this set into them

issue: MatterHackers/MCCentral#5333
Consider if Tool nomenclature should be used instead of Nozzle
This commit is contained in:
LarsBrubaker 2019-04-20 21:03:05 -07:00
parent 2b00f83e06
commit 73ebdde9e5
17 changed files with 73 additions and 73 deletions

View file

@ -187,7 +187,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
this.AddChild(new HorizontalSpacer());
int hotendCount = printer.Settings.Helpers.NumberOfHotends();
int hotendCount = printer.Settings.Helpers.NumberOfTools();
if (!printer.Settings.GetValue<bool>(SettingsKey.sla_printer))
{
for (int extruderIndex = 0; extruderIndex < hotendCount; extruderIndex++)