more work on layers

Signed-off-by: JT <john@localhost.localdomain>
This commit is contained in:
JT
2015-11-05 15:52:27 -06:00
parent 90c48ae594
commit 781d0f30ba

3
dxf.py
View File

@ -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):