CutPaper.functionC constructor

const CutPaper.functionC({
  1. CuttingShape cuttingShape,
  2. required int n,
})

Preset cutting position + (n × vertical motion unit) to the paper cutting position, and executes paper cut when it reaches the autocutter position after printing and feeding

Implementation

const factory CutPaper.functionC({CuttingShape cuttingShape, required int n}) = _FunctionC;