OctoPrint/Cura/gui
Ferdi van der Werf 956b6ad33d Probably fixes #17 issue
On OSX spp.Destroy() causes an segfault, sizer.Remove(app) removes app
from the form but tries to call spp.Destroy() afterwards.
By hiding and detaching I created a workaround for the OSX problem.
This solution needs testing on Windows and Linux.
2012-04-09 01:26:37 +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 Added extra fan control. Advanced setting to enabled/disable fan. And expert setting to set the fan start layer and fan speed. 2012-04-02 16:09:56 +02:00
configBase.py Fixes #1 issue 2012-04-08 22:30:49 +02:00
configWizard.py Split gui to gui and util directories. 2012-03-28 14:26:40 +02:00
expertConfig.py Updated advanced window (old name) to expert window (new name), was already called expert config in the GUI, just refactor in the code 2012-04-06 14:41:38 +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 Add temperature control to print window 2012-04-04 17:02:22 +02:00
mainWindow.py Probably fixes #17 issue 2012-04-09 01:26:37 +02:00
opengl.py Split up some OpenGL stuff from preview3d. Added swapXZ and swapYZ for rotating on the platform 2012-04-05 22:35:52 +02:00
preferencesDialog.py Updated print window with statistics about the print. Filament used, and estimated print time. 2012-04-03 12:06:02 +02:00
preview3d.py Split up some OpenGL stuff from preview3d. Added swapXZ and swapYZ for rotating on the platform 2012-04-05 22:35:52 +02:00
printWindow.py Add bottom layer thickness. Fix bug with line with in 3D preview (was not calculated from layer thickness) 2012-04-05 16:50:59 +02:00
simpleMode.py Change default support material amount to 50%, this seems to make the support a lot easier to remove, without affecting quality. 2012-04-05 18:00:22 +02:00
sliceProgessPanel.py Fixed progress bar error when slicing with skin enabled. 2012-04-07 16:27:22 +02:00
validators.py Split gui to gui and util directories. 2012-03-28 14:26:40 +02:00