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-11-17Pen, DrawLines and others take integers, fix a TypeError on Python 3.10+Miro Hrončok
2020-08-11Visualize moves with laser/spindle active as extrusionIgor Yeremin
2020-08-11Update arcpen width when zoomingIgor Yeremin
2020-08-11Fix type check error when rendering arcs in 2D viewIgor Yeremin
2020-06-07FIX: exception in on_settings_change when 3d view is disabledvolconst
2018-02-13Use isinstance() for type checkingMiro Hrončok
2018-02-13Python 3: next() is a functionMiro Hrončok
2018-02-13Python 3: Fix xrange and rangeMiro Hrončok
2018-02-13Python 3: Use spaces only, no tabsMiro Hrončok
2018-02-13Python 3: map() doesn't return listMiro Hrončok
2018-02-13Python 3: Standard library movesMiro Hrončok
2018-02-13Initial port to wxPython 4Miro Hrončok
2014-10-21Fix #576: use float32 precision for gvizGuillaume Seguin
2014-10-20Work in progress #576: Heavily optimize 2D viewer memory usage by using numpyGuillaume Seguin
2014-10-20Fix #586 by passing glines instead of raw gcodes to 2D viewerGuillaume Seguin
2014-04-05Fix #524: correctly set status text in gcviewGuillaume Seguin
2014-04-04Add "Edit layer" toolGuillaume Seguin
2014-04-04New feature: inject G-Code at beginning of layer in liveGuillaume Seguin
2014-04-03Fix crasher in 2D viewer by ignoring too small resizes #520Guillaume Seguin
2014-04-03Flake8 cleanupGuillaume Seguin
2014-03-30Add partial redrawing of 2D visualization (#423)Guillaume Seguin
2014-03-30Fix potential RuntimeError in gvizGuillaume Seguin
2014-03-30Continue work towards #423 by making gcview and gviz yieldyGuillaume Seguin
2014-03-30Apply b597639 to gvizGuillaume Seguin
2014-03-28Rename printrun.printrun_utils to printrun.utilsGuillaume Seguin
2014-03-27Move clearhilight() call to gviz.setlayer()Guillaume Seguin
2014-03-27Factorize code in gvizGuillaume Seguin
2014-03-27Rework gviz to avoid indexing layers by their ZGuillaume Seguin
2014-03-27Rename gviz.addgcode to addgcodehilight, remove non-highlight codepathsGuillaume Seguin
2013-11-12Better fix for #438Guillaume Seguin
2013-11-05Pass home position go gcoder.GCode instancesGuillaume Seguin
2013-11-04Use stateful parser for GCodes in 2D viewer as per #443Guillaume Seguin
2013-11-04Fix handling of sequential object plates in 2D viewerGuillaume Seguin
2013-11-04Factorize gviz init by calling clear()Guillaume Seguin
2013-11-03Merge branch '2dvizfixes'Guillaume Seguin
2013-10-20Harden against #438Guillaume Seguin
2013-10-15Refresh 2D view every 0.2s during viz loadingGuillaume Seguin
2013-08-18Open GCode files with rU flag to handle weird newline combinationsGuillaume Seguin
2013-07-23Fix a shitton of flake8 warnings and errorsGuillaume Seguin
2013-07-20CleanupGuillaume Seguin
2013-07-20Fix drawing of layer gauge in 2D viewerGuillaume Seguin
2013-07-20Heavily speedup 2D viewer loading speed by using gcoder correctly (#412)Guillaume Seguin
2013-07-18Fix main viewersGuillaume Seguin
2013-07-18Factor gviz/gcview frame UI and add layer slider to 2D viewerGuillaume Seguin
2013-07-06Update gviz to latest gcoder APIGuillaume Seguin
2013-06-16Improve gviz code a little bitGuillaume Seguin
2013-06-15Mark strings for translation in gvizGuillaume Seguin
2013-06-15Improve naming of gviz members: gviz->Gviz, window->GvizWindowGuillaume Seguin
2013-06-14More work on gviz. Factor out translations to the bitmap drawing.Guillaume Seguin
2013-06-14Improve gviz resizing behaviorGuillaume Seguin