cut method

void cut()

cut paper

Implementation

void cut() {
  _bytes.addAll(_generator.cut());
  _preview.cut();
}