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
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
2013-05-29Improve hostname detection and use hostname:port formatGuillaume Seguin
2013-05-29Fix typo in printcore.pyGuillaume Seguin
2013-05-28Merge branch 'experimental' of github.com:kliment/Printrun into experimentalGuillaume Seguin
2013-05-27Made IP connection errors emit the same kind of error as serial connection er...Kliment Yanev
2013-05-27fixed the error with reverting to the old logging behaviourElias
2013-05-27Fetched from Kliment and mergen in ethernetElias
2013-05-27implented ethernet in printcore for the experimental branchElias
2013-05-27recommitted the old file, made a boo-boo before..Elias
2013-05-27moved ethernet enabled file to experimentalElias
2013-05-26Add improved ETA computation (untested yet)Guillaume Seguin
2013-05-23Use arrays for storing layer/line ids instead of an heavy list of tuplesGuillaume Seguin
2013-05-22Fix typo in printcore.pyGuillaume Seguin
2013-05-22Add printsend callback to printcore and pronterfaceGuillaume Seguin
2013-05-20Move GCodeAnalyzer.py to printrun/Guillaume Seguin
2013-05-20Initial untested implementation of gcoder-based printing.Guillaume Seguin
2013-05-19Use a fixed-size deque for storing the logGuillaume Seguin
2013-05-18Cleanup (replace a for loop & list copy by a simple pop)Guillaume Seguin
2013-05-16Merge git://github.com/sbliven/Printrun into experimentalGuillaume Seguin
2013-04-25Initialize analyzer earlier in printcore.pyKliment Yanev
2013-04-24More little adjustments to printcore.py outputAlessandro Ranellucci
2013-04-08Fix exception with join thread in printfsantini
2013-04-08Merge branch 'core_mods' into experimental - implementation of pausefsantini
2013-04-08Host commands start with ;@fsantini
2013-04-08Indentation fixes, limit calculationsFrancesco Santini
2013-04-07Pause code working;fsantini
2013-04-06Bugfixes in the analyzerfsantini
2013-03-14Indentation fixes, start pronterface modificationfsantini
2013-02-18[printcore] Have pirnt_thread rejoin execution thread once print completes.Kaz Walker
2013-02-18Switched to using "not" instead of ! modifier.Kaz Walker
2013-02-18[printcore] Switched to use Python if syntax and not Ruby's.Kaz Walker
2013-02-18[printcore] fixed typo.Kaz Walker
2013-02-18[printcore] Added checking to pause and resume function.Kaz Walker
2013-01-13Bugfix: printcore.py -s was generating garbage outputAlessandro Ranellucci
2012-09-05Merge branch 'experimental' into connection-reworkGuillaume Seguin
2012-08-11New fix for the not-received-M105 issueGuillaume Seguin
2012-08-11Increase serial read timeout for initial connection loopGuillaume Seguin