3
dxf.py
3
dxf.py
@ -99,6 +99,7 @@ class Buglump:
|
|||||||
command = "dxf2gcode -a"
|
command = "dxf2gcode -a"
|
||||||
process = Popen(command, stdout=PIPE, stderr=PIPE, shell=True)
|
process = Popen(command, stdout=PIPE, stderr=PIPE, shell=True)
|
||||||
output, error = process.communicate()
|
output, error = process.communicate()
|
||||||
|
print output
|
||||||
|
|
||||||
def on_file_convert(self, input_file, data=None):
|
def on_file_convert(self, input_file, data=None):
|
||||||
if len(self.input_file) > 0:
|
if len(self.input_file) > 0:
|
||||||
@ -128,6 +129,8 @@ class Buglump:
|
|||||||
self.aboutdialog.hide()
|
self.aboutdialog.hide()
|
||||||
|
|
||||||
# Setup Tab
|
# Setup Tab
|
||||||
|
def on_layers_cbo_changed(self, data=None):
|
||||||
|
pass
|
||||||
|
|
||||||
# Preferences Tab
|
# Preferences Tab
|
||||||
def on_revert_prefrences(self, data=None):
|
def on_revert_prefrences(self, data=None):
|
||||||
|
Reference in New Issue
Block a user