On print complete text show printer name

This commit is contained in:
Lars Brubaker 2022-01-27 16:49:46 -08:00
parent e5684e6437
commit 55a6f0fdc7
22 changed files with 39 additions and 31 deletions

View file

@ -628,7 +628,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
case "SD Card Row Item Collection":
if (ApplicationController.Instance.DragDropData.View3DWidget?.Printer is PrinterConfig printer)
{
testRunner.DoubleClickByName($"{printer.Settings.GetValue(SettingsKey.printer_name)} Row Item Collection");
testRunner.DoubleClickByName($"{printer.PrinterName} Row Item Collection");
testRunner.Delay();