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
The Olivetti 900X in this video prints in both directions: https://www.youtube.com/watch?v=SpOyk6n5WTw
Obviously this needs to be done in software, but if more than one line are to be printed and are buffered somewhere or passed to the print function, it could do just a new line , no carriage return and print the next line in reverse.
8DH
Rückwärtsdruck OFF
Rückwärtsdruck aus (*); Vorwärtsdruck (Zeichendruck, dann Vorschub)
8EH
Rückwärtsdruck ON
Rückwärtsdruck ein (*); Rückwärtsdruck (erst Vorschub rückwärts, dann Zeichendruck)
The text was updated successfully, but these errors were encountered:
#53 is merged, but def _fast_print(self, text) is not a fully-fledged part of the API, yet.
I'll add some tests, rename the method (remove leading "_"), and propose a pull request here, soon.
Also, I'll try to fix the current bug that for odd-numbered line input, fast_print will ignore the last line, because of the way the lines are zipped into pairs:
The Olivetti 900X in this video prints in both directions:
https://www.youtube.com/watch?v=SpOyk6n5WTw
Obviously this needs to be done in software, but if more than one line are to be printed and are buffered somewhere or passed to the print function, it could do just a new line , no carriage return and print the next line in reverse.
The text was updated successfully, but these errors were encountered: