Commit graph

10 commits

Author SHA1 Message Date
Ferdi van der Werf
fbc9af3233 Fixes #95
wx.EVT_KILL_FOCUS is not fired on OSX, so we have to use a different
event to save. I thought EVT_STC_CHANGE of wx.stc would be a good
choice.
See http://www.yellowbrain.com/stc/events.html#EVT_STC_CHANGE

Altered gcodeTextArea slightly to use the new gcodeTextArea on OSX as
well.
2012-05-11 02:31:18 +02:00
daid
7f57669280 Move extruder switching GCode to profile instead of hardcoded. 2012-05-07 17:42:46 +02:00
daid
9385aa8c25 Move gcode formated text to own file. 2012-05-02 17:54:29 +02:00
daid
a5237fea44 Very basic syntax highlight for comments in the GCode editor for start/end code. 2012-05-02 17:15:55 +02:00
daid
b6492df81e Add the ability to edit the nextobject.gcode 2012-04-24 12:03:03 +02:00
daid
cfadc75e9c Add alteration files to profile ini. (Note, this broke Slic3r support) 2012-04-23 18:02:30 +02:00
daid
7ec27fec92 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
daid
9966bbf6f4 Fix start.gcode saving when the tab is opened for the first time. 2012-03-30 09:49:28 +02:00
daid
405f4880cd Split gui to gui and util directories. 2012-03-28 14:26:40 +02:00
daid
8b3b3e5076 Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
Renamed from Cura/newui/alterationPanel.py (Browse further)