chiark / gitweb /
Make error detection less "all inclusive" to fix #690
[cura.git] / Cura / util / machineCom.py
2014-01-06 daidMake error detection less "all inclusive" to fix #690
2014-01-06 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2014-01-05 daidMerge pull request #687 from hg42/fix-repetier-connect...
2014-01-05 hg42@gmx.netRepetier sends "wait" when idle, so we never get an...
2014-01-05 daidMerge pull request #681 from hg42/faster-virtualprinter
2014-01-04 hg42@gmx.netmake VirtualPrinter much faster
2013-10-28 daidDo not add the corrected error messages to the term...
2013-09-25 daidAdd multiple tabs for multiple machine configurations...
2013-09-19 daidMerge pull request #561 from hg42/allow-dropping-gcode
2013-09-19 daidMerge fix.
2013-09-18 daidFix storing of last auto detected serial port.
2013-09-18 daidSeperate the machine settings from the preference settings
2013-08-22 daidTry to implement the TCGETS2 patch for linux to workaro...
2013-08-22 daidRemove the start/end code tab for UltiGCode flavor.
2013-08-06 daidAdd minimal travel distance for retraction and option...
2013-08-05 daidAdd support for generating UltiGCode flavor of GCode.
2013-07-24 daidFix #508, only show /dev/tty devices in manual selectio...
2013-07-11 daidSmall fix for #277 Most likely RepetierFW will cause...
2013-07-09 daidShow a plane in the 3D window during printing to show...
2013-06-26 DaidMerge branch 'SteamEngine' of https://github.com/daid...
2013-06-26 daidMake serial port detection also work if the port is...
2013-05-17 daid303Copyright message needs to be after the __future__...
2013-05-17 daid303Add proper copyright statements.
2013-05-03 daid303Show multiple temperatures in the print dialog (this...
2013-04-29 daid303Update to the bed leveling wizard to allow insertion...
2013-04-23 daid303Only use cu.usb* for autodetect USB devices on MacOS.
2013-04-22 daid303Merge branch 'master' into SteamEngine
2013-04-17 daid303Merge branch 'master' into SteamEngine
2013-04-12 daid303Merge branch 'master' into SteamEngine
2013-04-04 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Make the print button functional.
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-28 daid303Re-slice on setting change. Better serial port auto...
2013-03-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2013-03-02 daid303Fixed #367
2013-02-25 daid303Slight update on the button layout, and possible help...
2013-01-01 daid303Add missing exception on error messages.
2012-12-17 daid303Merge branch 'master' of github.com:daid/Cura
2012-12-17 daid303Add bed leveling wizard.
2012-12-13 daidMerge pull request #288 from GreatFruitOmsk/master
2012-12-13 daidMerge pull request #287 from GreatFruitOmsk/master
2012-12-13 daid303Fixed #234
2012-12-06 daid303Fixed the imports.
2012-12-05 Ilya KulakovMerge remote-tracking branch 'upstream/master' into...
2012-12-04 daid303Improve the first run wizard with the communication...
2012-10-10 daid303Added Windows 7 progress in taskbar support.
2012-10-04 daid303Update how the printing time remaining estimate is...
2012-10-04 daid303Add extrude/retract images for printing interface....
2012-10-03 daid303Merge branch 'master' of github.com:daid/Cura
2012-10-03 daid303Add a retraction enable setting. Add extrusion/retracti...
2012-10-02 daid303Large update to the config wizard, new style machine...
2012-10-02 daid303Merge branch 'master' of github.com:daid/Cura
2012-10-02 daid303Open the serial port in the thread, so it no longer...
2012-10-01 daid303Fix the print window resizing (no longer move the cance...
2012-10-01 daid303Add VIRTUAL serial port if you have the development...
2012-10-01 daid303Add already elapsed printing and estimated remaining...
2012-10-01 daid303Fix timelaps recording support
2012-10-01 daid303Add the option to show the machine log in case of an...
2012-09-26 daidAdd some OpenCV support to webcam class (untested).
2012-09-25 DaidMerge branch 'master' of github.com:daid/Cura
2012-09-25 DaidDo a single write instead of two
2012-09-20 daid.
2012-09-10 daidAdded feature #201 - fixed #201
2012-09-07 DaidAdd Z change reporting support, which fixes the timelap...
2012-09-07 DaidFix the speed rate modify in the printing interface.
2012-09-06 daidFix pause support.
2012-09-06 daidMajor update on machine communication. Part 1, this...
2012-09-06 daidUpdate to exception handling in machineCom
2012-09-05 daidUntested update to machine communication. This should...
2012-09-02 DaidAdd webcam timelaps support for windows.
2012-07-19 daidMake serial port access more rebust.
2012-07-11 daidMissed return for previous fix
2012-07-11 daidAdd DTR toggle to baudrate detection code. Should fix...
2012-07-10 daidMerge branch 'master' of github.com:daid/Cura
2012-07-10 daidAdd temperature graph to printer interface.
2012-07-09 daidAdd 230400 baudrate.
2012-07-06 daidAdded terminal tab to printer interface.
2012-07-02 daidMerge branch 'master' of github.com:daid/Cura
2012-06-30 DaidAdded newer ultimaker firmware. Make linux version...
2012-06-26 daidRemove debug message.
2012-06-26 daidAdd realtime speed controls to printer interface.
2012-06-26 daidAdd bed temperature control to printer interface. Only...