Commit graph

28 commits

Author SHA1 Message Date
daid303
c7c668685b Add a retraction enable setting. Add extrusion/retraction buttons in printer interface. (still needs images) Update the printer interface GUI with the actual temperture from the GCode when a temp change is send. 2012-10-03 15:11:35 +02:00
daid303
de78ee1d64 Large update to the config wizard, new style machine check (unfinished) 2012-10-02 16:06:47 +02:00
daid303
e49bc2c77f Open the serial port in the thread, so it no longer blocks the GUI during auto-detection. Add a 10 second write timeout, so we no longer get timeouts under windows. Remove the M109/M190 heatup wait time from the total printing time. 2012-10-02 10:58:57 +02:00
daid303
f6abc5c33a Fix the print window resizing (no longer move the cancel button). Fix the reporting of the M115 reply, was seen as a temperature report. 2012-10-01 15:14:47 +02:00
daid303
3bdba75b87 Add VIRTUAL serial port if you have the development version. 2012-10-01 14:58:08 +02:00
daid303
0a1cb67461 Add already elapsed printing and estimated remaining printing time. Fix the capture format config for win32. Add some spacing between the X/Y and Z in the jog tab. 2012-10-01 14:51:59 +02:00
daid303
718b685a72 Fix timelaps recording support 2012-10-01 14:36:47 +02:00
daid303
2ade97783a Add the option to show the machine log in case of an error,, also make the printer interface window larger by default. 2012-10-01 13:47:16 +02:00
daid
58693d422a Add some OpenCV support to webcam class (untested). 2012-09-26 13:19:12 +02:00
daid
5678f91617 . 2012-09-20 16:34:08 +02:00
daid
35f6ab8cf3 Added feature #201 - fixed #201 2012-09-10 15:49:50 +02:00
Daid
894ced9820 Add Z change reporting support, which fixes the timelaps movie recording. Add temperature requests every 5 seconds during printing. 2012-09-07 14:10:57 +02:00
Daid
2e01bbbe79 Fix the speed rate modify in the printing interface. 2012-09-07 12:04:55 +02:00
daid
68f1353e60 Fix pause support. 2012-09-06 17:24:34 +02:00
daid
9c47af5797 Major update on machine communication. Part 1, this breaks realtime speed tuning, pausing, M0/M1, height reporting and timelaps recording. But it is worth it. 2012-09-06 16:52:05 +02:00
daid
1f7924688d Update to exception handling in machineCom 2012-09-06 11:38:54 +02:00
daid
06fcf0dd07 Untested update to machine communication. This should improve auto detection as it no longer cycles trough a lot of resets. However, this will break the configuration wizard which will need an update. 2012-09-05 16:10:47 +02:00
Daid
4d6bc5efae Add webcam timelaps support for windows. 2012-09-02 14:27:24 +02:00
daid
16c8c4f588 Make serial port access more rebust. 2012-07-19 14:27:59 +02:00
daid
4be7a0b3c2 Missed return for previous fix 2012-07-11 09:41:26 +02:00
daid
32b321980f Add DTR toggle to baudrate detection code. Should fix #159 2012-07-11 09:40:34 +02:00
daid
34c6be63bd Add temperature graph to printer interface. 2012-07-10 17:04:37 +02:00
daid
1684c09cdb Add 230400 baudrate. 2012-07-09 10:50:32 +02:00
daid
25e68caae8 Added terminal tab to printer interface. 2012-07-06 13:27:06 +02:00
Daid
1f80cd34cf Added newer ultimaker firmware. Make linux version install the 115200 baud firmware by default, as PySerial for Linux does not support 250000. Added auto baudrate detection (untested). 2012-06-30 11:51:43 +02:00
daid
e4a36de053 Remove debug message. 2012-06-26 15:43:18 +02:00
daid
00f020fbac Add realtime speed controls to printer interface. 2012-06-26 15:42:56 +02:00
daid
1b360728e7 Add bed temperature control to printer interface. Only show when we get an bed temperatur reading. Fixed #124 2012-06-26 12:05:06 +02:00
Renamed from Cura/gui/machineCom.py (Browse further)