MrDraw/Cura/gui
2012-05-21 10:50:52 +02:00
..
__init__.py Added my own STL loader, no longer using the one from Skeinforge. This one is 3 to 4 times faster. 2012-03-28 16:53:08 +02:00
alterationPanel.py Fixes #95 2012-05-11 02:31:18 +02:00
configBase.py The new GCode text editor with syntax highlight is very cool, but is causing problems on MacOS, so fall back to a simple textarea in that case. 2012-05-07 17:26:40 +02:00
configWizard.py Fixed some more problems with first run wizard. Made print window X/Y/Z move buttons work. 2012-05-10 21:29:42 +02:00
expertConfig.py Remove support margin setting, it is not really needed to configure this. 2012-05-18 09:52:12 +02:00
gcodeTextArea.py Remove plain textbox for GCode editing after patch from Pyro 2012-05-11 10:45:14 +02:00
icon.py Added icon to main window. Added win32 installer script, with drivers for Arduino Mega2560. 2012-04-02 14:43:39 +02:00
machineCom.py Fixed some more problems with first run wizard. Made print window X/Y/Z move buttons work. 2012-05-10 21:29:42 +02:00
mainWindow.py Bring simple mode window up to speed with the rest 2012-05-07 16:26:29 +02:00
opengl.py Generate 1 GCode layer per draw cycle, this keeps the UI responsive during the generation of display lists with huge GCode files. 2012-05-07 13:51:28 +02:00
preferencesDialog.py Updated the preference dialog so that is wider instead of very tall. Fixed the quickprint Z speed. 2012-05-19 11:03:38 +02:00
preview3d.py Ugly workaround for 3D preview not always refreshing on some ATI cards. 2012-05-18 10:26:13 +02:00
printWindow.py Release the steppers on a print cancel. Fixed #110 2012-05-21 10:50:52 +02:00
projectPlanner.py Abstract the 3D model related functions into a seperate class, and remove some duplicate code from the project planner and the 3D preview. 2012-05-18 10:10:51 +02:00
simpleMode.py Updated the preference dialog so that is wider instead of very tall. Fixed the quickprint Z speed. 2012-05-19 11:03:38 +02:00
sliceProgessPanel.py Move extruder switching GCode to profile instead of hardcoded. 2012-05-07 17:42:46 +02:00
toolbarUtil.py Keep the objects on the printer bed after autoplacing in project planner. Fixed #92 2012-05-07 17:36:41 +02:00
validators.py Added copy button to project planner, and cleaned up project planner code a bit. 2012-05-04 17:57:24 +02:00