-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pronterface GUI becomes unresponsive while printing, need to kill the app #1302
Comments
As expected:
|
hroncok
added a commit
to hroncok/Printrun
that referenced
this issue
Jan 26, 2023
…m is unicode related Fixes kliment#1302
hroncok
added a commit
to hroncok/Printrun
that referenced
this issue
Jan 26, 2023
…m is unicode related Fixes kliment#1302
Interesting, I don't see it for Python 3.10 on windows. I plan to switch to Python 3.11, so I should better look for it too. |
hroncok
added a commit
to hroncok/Printrun
that referenced
this issue
Jan 26, 2023
…m is unicode related Fixes kliment#1302
The console needs to be visible and the number of lines (?) already printed must be > 20000. My Luzbot Mini spams the console with messages like:
...a lot. I don't think this happens often. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks. I've finally dusted off my Lulzbot Mini and decided to use the Fedora-packaged Pronterface on Fedora 37 (2.0.0rc8 with #1224 and #1262, Python 3.11.1, wxpython 4.2.0, pyserial 3.5, Xfce and hence X11 and not Wayland).
Pronterface allows me to connect to the printer, manually control it and start the print.
After several minutes of printing, while working on other stuff when the Pronterface window is not visible on my desktop when I switch back, the GUI is unresponsive -- in fact, the window is "empty" (it keeps the content of whatever was on the screen before I switched to it). The print however goes on. When the print is finished, the app remains unresponsive.
The terminal I used to start the Pronterface is riddled with Attempted to write invalid text to console, which could be due to an invalid baudrate (but my baudrate is OK).
Considering this is printed on any exception, I suspect something is happening there:
Printrun/printrun/pronterface.py
Lines 778 to 779 in 8fd9b8b
I will log the actual exception and see if I debug this further. I have a strong suspicion this will turn out to be yet another float/int issue.
My cat looking at the ongoing print (not really relevant)
The text was updated successfully, but these errors were encountered: