new receipt formats

This commit is contained in:
EugeneTes
2026-01-26 14:29:37 +01:00
parent 53cf40c5e3
commit 1125222cbe
13 changed files with 132 additions and 68 deletions

View File

@@ -394,7 +394,7 @@ public class EpsonPrinter : IEpsonPrinter
await SendRawAsync(EpsonCommands.FeedLines((byte)lines));
}
public async Task CutAsync()
public async Task CutAsync(bool fullCut=true)
{
_logger?.LogInformation("Cutting paper");
await SendRawAsync(EpsonCommands.CutPaperFull);