chiark / gitweb /
Add the ability to edit the nextobject.gcode
authordaid <daid303@gmail.com>
Tue, 24 Apr 2012 10:03:03 +0000 (12:03 +0200)
committerdaid <daid303@gmail.com>
Tue, 24 Apr 2012 10:03:03 +0000 (12:03 +0200)
Cura/gui/alterationPanel.py

index 43408f04b2764f43a324a9793fd915ac521391a0..c102f19b1f502ca2797f362935c9f82410f36acf 100644 (file)
@@ -7,7 +7,7 @@ class alterationPanel(wx.Panel):
        def __init__(self, parent):\r
                wx.Panel.__init__(self, parent,-1)\r
 \r
-               self.alterationFileList = ['start.gcode', 'end.gcode', 'support_start.gcode', 'support_end.gcode', 'replace.csv']\r
+               self.alterationFileList = ['start.gcode', 'end.gcode', 'support_start.gcode', 'support_end.gcode', 'nextobject.gcode', 'replace.csv']\r
                self.currentFile = None\r
 \r
                self.textArea = wx.TextCtrl(self, style=wx.TE_MULTILINE|wx.TE_DONTWRAP|wx.TE_PROCESS_TAB)\r