Printrun/printrun
Guillaume Seguin db04449a2b Cleanup and speedup gviz
This commit mostly removes unused code and cleans some things up.
The main contribution is that instead of calling repaint() and Refresh(), we
now only mark the canvas as dirty and call Refresh(), which will do the repaint
just-in-time. This speeds things a lot when quickly changing layers or zooming,
as it does not repaint once per keyboard/mouse event but once per actual
Refresh, which makes it much smoother.
2013-05-16 15:31:32 +02:00
..
svg Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
SkeinforgeQuickEditDialog.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
__init__.py Initial work towards a setup.py build system 2012-07-31 10:51:17 +02:00
bmpDisplay.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
bufferedcanvas.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
calibrateextruder.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
gcoder.py Move gcoder.py into printrun module 2013-05-16 15:05:28 +02:00
gcview.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
graph.py Whitespace cleanup (extra newlines) on graph.py 2012-09-05 17:00:26 +02:00
gui.py Very minor cleanup 2013-05-16 15:27:41 +02:00
gviz.py Cleanup and speedup gviz 2013-05-16 15:31:32 +02:00
printrun_utils.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
projectlayer.py Semi-automated coding style cleanup 2012-08-08 09:38:48 +02:00
pronterface_widgets.py Rename macroed to MacroEditor 2012-09-05 17:30:28 +02:00
stltool.py More automated cleanup 2012-08-08 09:58:09 +02:00
stlview.py More automated cleanup 2012-08-08 09:58:09 +02:00
xybuttons.py More automated cleanup 2012-08-08 09:58:09 +02:00
zbuttons.py More automated cleanup 2012-08-08 09:58:09 +02:00
zscaper.py More automated cleanup 2012-08-08 09:58:09 +02:00