adapted kitchen to thermal printer
This commit is contained in:
@@ -52,7 +52,6 @@ public class TM_T30IIITranslated : IPrinter
|
||||
}
|
||||
|
||||
|
||||
await _printer.SetRedColor(command.IsRed);
|
||||
await _printer.SetEmphasized(command.IsBold);
|
||||
await _printer.PrintTextAsync(command.Text + "\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user