enum EposCutType

How the printer should cut the feed

Members

Feed = "feed"

Feed before cutting.

FeedFullCut = "feed_full_cut"

Didn't work on my printer

NoFeed = "no_feed"

Cut exactly where the printer is right now.

NoFeedFullCut = "no_feed_full_cut"

Didn't work on my printer

Reserve = "reserve"

TODO: Figure out behaviour

ReserveFullCut = "reserve_full_cut"

Didn't work on my printer

Usage

import { EposCutType } from "xml";