adapted kitchen to thermal printer

This commit is contained in:
EugeneTes
2026-01-20 13:32:05 +01:00
parent f3dc04f8ae
commit e5a44e5fde
4 changed files with 10 additions and 7 deletions

View File

@@ -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");
}