1.0.12
This commit is contained in:
@@ -397,7 +397,7 @@ public class EpsonPrinter : IEpsonPrinter
|
||||
public async Task CutAsync(bool fullCut=true)
|
||||
{
|
||||
_logger?.LogInformation("Cutting paper");
|
||||
await SendRawAsync(EpsonCommands.CutPaperFull);
|
||||
await SendRawAsync(fullCut ? EpsonCommands.CutPaperFull : EpsonCommands.CutPaperPartial);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user