cut method

void cut()

Cuts the paper. Uses full cut by default.

Implementation

void cut() {
  // GS V 66 0 – full cut
  _bytes.addAll([0x1D, 0x56, 0x42, 0x00]);
}