new receipt formats
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user