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 (Collapse)Author
2018-02-13Python 3: Fix shebangsMiro Hrončok
* convert to python3 * only have shebangs + exec bits in files that have something to execute
2018-02-13Python 3: Remove u from unicode literals (u"...")Miro Hrončok
Automatically by: python-modernize -wnf lib2to3.fixes.fix_unicode This fixer also renames unicode to str, which was done before.
2018-02-13Python 3: raw_input -> inputMiro Hrončok
Fixed by: python-modernize -wnf lib2to3.fixes.fix_raw_input
2018-02-13Python 3: Fix the print() functionMiro Hrončok
Change generated by: python-modernize -wnf lib2to3.fixes.fix_print
2018-02-13Python 3: Fix except syntaxMiro Hrončok
Change generated by: python-modernize -wnf lib2to3.fixes.fix_except
2014-04-03Flake8 cleanupGuillaume Seguin
2012-07-31Initial work towards a setup.py build systemGuillaume Seguin
2011-12-03Greatly improved calibrateextruder.pyNathan Zadoks
2011-06-23Made -p work >_<Nathan Zadoks
2011-06-23Added a little error handling to the connection bitNathan Zadoks
2011-06-23Trying to fix cold extrusionNathan Zadoks
2011-06-23Gave extruder calibration script slightly more sensible defaults.Nathan Zadoks
2011-05-12Added extruder calibration program.Nathan Zadoks