Zebra iMZ320 image printing feeds too much paper

前端 未结 2 1613
旧巷少年郎
旧巷少年郎 2020-12-16 08:28

I\'m trying to use the Link-OS SDK to send images to a Zebra iMZ320 printer using the GraphicsUtil class in XCode for iOS.

-(void)printImage:(UIImage *)image         


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 08:57

    I can't comment but i have to add this here. As to the best of my knowledge the accepted answer is not a parameter that is saved in the printer. It will reset every time you power cycle the printer.

    To have the above method working you need to send the setvar command each time you poweron and connect to your printer or it will be reset.

    This is at least found to be true with Zebra iMZ220 running firmware V73.19.13Z (Currently the latest version).

    I also noted that you can configure the media type with the Zebra Config Utility (v1.1.9.1122). Here under "Configure printer settings" you can set Journal/Black Mark/Gap sense. You can also setup the feed length after printing. BUT if you save the file and send it to the printer and have a look at the config file there are no config for the media type or feed length in there.

    Zebra support has not yet been able to recognize they have a problem or point to a solution. :/

提交回复
热议问题