do not discover while printing
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Inspectron.Epson.PrintServer.Printers.Utils;
|
||||
using Inspectron.Epson.PrintServer.PrintServices;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Inspectron.Epson.PrintServer.Printers;
|
||||
|
||||
@@ -37,6 +38,8 @@ public class TM_U220IITranslated : IPrinter
|
||||
{
|
||||
if (command.IsCut)
|
||||
{
|
||||
await _printer.FeedLinesAsync(10);
|
||||
await Task.Delay(200 * 5);
|
||||
await _printer.CutAsync(false);
|
||||
await Task.Delay(200);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user