From 781d0f30baa3fa8502b9c07de7a9917dd7c02ed8 Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 5 Nov 2015 15:52:27 -0600 Subject: [PATCH] more work on layers Signed-off-by: JT --- dxf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dxf.py b/dxf.py index 36130ca..09e5cf6 100755 --- a/dxf.py +++ b/dxf.py @@ -99,6 +99,7 @@ class Buglump: command = "dxf2gcode -a" process = Popen(command, stdout=PIPE, stderr=PIPE, shell=True) output, error = process.communicate() + print output def on_file_convert(self, input_file, data=None): if len(self.input_file) > 0: @@ -128,6 +129,8 @@ class Buglump: self.aboutdialog.hide() # Setup Tab + def on_layers_cbo_changed(self, data=None): + pass # Preferences Tab def on_revert_prefrences(self, data=None):