MrDraw/Cura/gui
2012-05-16 14:12:05 +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 Add experimental dwindle, so we can check it out. 2012-05-14 16:01:55 +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 Move extruder offset and extruder head size to preferences. 2012-04-29 11:35:36 +02:00
preview3d.py Extra sanity check on the GCode layer Z view height, in rare cases layers are empty and cause problems. 2012-05-16 12:10:56 +02:00
printWindow.py Added home button icon 2012-05-11 10:14:25 +02:00
projectPlanner.py Add show log result to project planner. Make sure the final move on the project planner has cleared all objects. Make the clearance beween objects higher when moving in between objects in the project planner. 2012-05-16 14:12:05 +02:00
simpleMode.py Bring simple mode window up to speed with the rest 2012-05-07 16:26:29 +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