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
2020-08-21Remove unused copy functions for PyLine and GLineIgor Yeremin
2020-08-11Render G2/G3 arcs in 3D view by interpolating them as line segmentsIgor Yeremin
2020-04-24Make the Printrun project own GCoder filesRock Storm
2018-02-13Python 3: Return strs (not bytes) from our cythonized moduleMiro HronĨok
2014-04-04Add LightGcode implementation which stores as little as possibleGuillaume Seguin
2013-07-06Use libc.string imports instead of custom declarationsGuillaume Seguin
2013-06-15Add memory leak warningGuillaume Seguin
2013-06-15Store current_tool in the upper bits of status to save 8 more bytesGuillaume Seguin
2013-06-15Don't parse S and P parameters for all glines as it's a minor parameterGuillaume Seguin
2013-06-15Heavily refactor gcoder to trim memory consumption againGuillaume Seguin
2013-06-14No need for C++ anymore in gcoder_line as we no longer use bool varsGuillaume Seguin
2013-06-14Smarter field ordering in gcoder_line, though it might not change anythingGuillaume Seguin
2013-06-12Reuse bitarray for boolean propertiesGuillaume Seguin
2013-06-12Use a single array of bits to store None/non-None statusGuillaume Seguin
2013-06-12Don't mark GLine hidden members as publicGuillaume Seguin
2013-06-12Mostly revert 099c68ef89 as we can do it in a cleaner way nowGuillaume Seguin
2013-06-12Rewrite gcoder_line to use properties instead of hacking setattrGuillaume Seguin
2013-06-12Add a lighter-but-slower Cython-based gcoder Line implementationGuillaume Seguin