Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-26fixed typosfreddii
2018-02-13Python 3: Fix shebangsMiro Hrončok
2018-02-13Python 3: Fix the print() functionMiro Hrončok
2018-02-13Python 3: Fix except syntaxMiro Hrončok
2016-03-13Add or fix help messages for main scriptsRock Storm
2014-10-23WIP #561: restore stdstreams in printcore, don't butcher loggersGuillaume Seguin
2014-04-04Use LightGCode in printcoreGuillaume Seguin
2014-04-01Minor cleanup on printcoreGuillaume Seguin
2013-08-15CleanupGuillaume Seguin
2013-08-09Fix permissionsGuillaume Seguin
2013-08-09Update printcoreGuillaume Seguin
2013-08-09Move pronsole, printcore and pronterface to printrunGuillaume Seguin
2013-08-05Gracefully handle Analyzer errors (and thus buggy gcodes)Guillaume Seguin
2013-07-23Fix a shitton of flake8 warnings and errorsGuillaume Seguin
2013-07-16Gracefully handle EAGAIN in readline (#406)Guillaume Seguin
2013-07-14fix error with spaces in printcoreFelipe Acebes
2013-07-13Lock disconnect() tooGuillaume Seguin
2013-07-13Don't reset ETA estimator when using recover functionGuillaume Seguin
2013-06-28Remove unneeded space from print'sGuillaume Seguin
2013-06-23Improve socket error reportingGuillaume Seguin
2013-06-21Increase the number of waiting steps in listen_until_online (#401)Guillaume Seguin
2013-06-21Fix wrong indent and rework some logic (#401)Guillaume Seguin
2013-06-20Only flush TCP connections, not serial ones (fix #402)Guillaume Seguin
2013-06-19Minor change to revert to the pre df7622c behavior (#401)Guillaume Seguin
2013-06-18Heavily speedup print speed of exluded parts (#266)Guillaume Seguin
2013-06-17Initial excluder tool implementation (#266)Guillaume Seguin
2013-06-16Fix printing which was most likely broken since 8110107aGuillaume Seguin
2013-06-13Fix regression created by 9c55957Guillaume Seguin
2013-06-12Patching disconnect to stop the print_threadD1plo1d
2013-06-06Improve reporting of errors in printcore's connect()Guillaume Seguin
2013-06-06Disconnect Pronterface after 4 write failuresGuillaume Seguin
2013-06-04Nest print thread into a try blockGuillaume Seguin
2013-06-04Queue commands to send and use a separate thread to process themGuillaume Seguin
2013-06-04Use a Queue for priqueue instead of a pure listGuillaume Seguin
2013-06-04Whiespace cleanup + correctly decrease wait time in send and send_nowGuillaume Seguin
2013-06-04CleanupGuillaume Seguin
2013-06-03Lock connect() int printcore (harden against #153)printrun-20130604stableGuillaume Seguin
2013-06-02Attempt to improve serial error reporting to help fixing #386Guillaume Seguin
2013-06-02Fix disconnect action for TCP connectionsGuillaume Seguin
2013-06-02Whitespace cleanupGuillaume Seguin
2013-06-02Attempt at cleaning up resuming/restarting behaviorGuillaume Seguin
2013-05-30Handle socket errors in _sendGuillaume Seguin
2013-05-30Harden against network errorsGuillaume Seguin
2013-05-30distinguish serial exception@Gary Hodgson
2013-05-30more info for serial exceptionsGary Hodgson
2013-05-30Bring back SelectError on readsGuillaume Seguin
2013-05-29Remove deprecated codeGuillaume Seguin
2013-05-29Remove useless importGuillaume Seguin
2013-05-29Rework TCP support to make it closer to Serial supportGuillaume Seguin
2013-05-29Remove check on non existing variable "force"Guillaume Seguin