You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing this! Using your source, I have created a virtual printer that allows an industrial ink-jet printer to act like a label printer, streamlining the process of printing barcodes onto parts directly from an ERP.
Now, I would like to add the ability to cancel jobs partway through. Is this a feature you can add, or can you tell me where to start? In particular, how to set up printServer.py to listen for a job cancellation signal while self.printCallbackFn(buf) is running?
The text was updated successfully, but these errors were encountered:
@liamclegg can you write down the detailed steps on how to install the virtual printer using these files please,I am facing difficulties in the steps to follow
Thank you for sharing this! Using your source, I have created a virtual printer that allows an industrial ink-jet printer to act like a label printer, streamlining the process of printing barcodes onto parts directly from an ERP.
Now, I would like to add the ability to cancel jobs partway through. Is this a feature you can add, or can you tell me where to start? In particular, how to set up printServer.py to listen for a job cancellation signal while self.printCallbackFn(buf) is running?
The text was updated successfully, but these errors were encountered: