- 14 Jun, 2013 4 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
This also reverts to wx.SHAPED for the gviz packing, and specifies a minimum size with the correct aspect ratio.
-
- 13 Jun, 2013 7 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
The print thread must always respawn the sender thread when ending (the change introduced by 9c55957e was checking stop_send_thread, which is set to False by _start_sender, so it never got it). Instead of adding more logic, let's just always respawn the thread and kill it immediately.
-
Guillaume Seguin authored
-
- 12 Jun, 2013 15 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
D1plo1d authored
-
D1plo1d authored
Removing bluetooth serial devices from the default connections because bluetooth serial ports persist on OSX and get in the way of connecting to real printers (very few, if any of which are bluetooth).
-
D1plo1d authored
By setting printing to false and not restarting the sender thread when the print_thread exits in the disconnect method this should allow printcore to disconnect even if the print thread is running. In particular this makes it possible to ctrl+c out of prontserve durring an m109 where it previously errored out and hung with the following error: Can't read from printer (disconnected?) (SerialException): device reports readiness to read but returned no data (device disconnected?)
-
D1plo1d authored
-
D1plo1d authored
-
D1plo1d authored
-
D1plo1d authored
-
D1plo1d authored
Exiting with an error when prontserve fails to connect on startup. Exiting properly if ctrl+c is pressed durring prontserve startup.
-
- 11 Jun, 2013 7 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
D1plo1d authored
Overriding confirm in prontserve so that it doesn't become unresponsive. It doesn't prompt the user like pronsole but it at least functions.
-
D1plo1d authored
-
D1plo1d authored
-
D1plo1d authored
-
D1plo1d authored
Preventing Prontserve's temperature polling from sending a new request until a response is received for the previous request.
-
- 10 Jun, 2013 7 commits
-
-
D1plo1d authored
-
D1plo1d authored
-
Rob Gilson authored
Added printing flag to get_jobs command list
-
Geordie Bilkey authored
-
D1plo1d authored
Removing the static name from pronserve's dns-sd records that was causing naming conflicts on multi-printer networks.
-
D1plo1d authored
-
D1plo1d authored
-