- small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta
- fixed multiple parameter 'outname' in the Tcl commands OpenGerber and OpenGcode - added more examples in the scripts Examples: isolate and cutout examples - updated the Italian translation - updated the translation files
This commit is contained in:
@@ -56,7 +56,7 @@ class TclCommandOpenGerber(TclCommandSignaled):
|
||||
filename = args.pop('filename')
|
||||
|
||||
if 'outname' in args:
|
||||
outname = args['outname']
|
||||
outname = args.pop('outname')
|
||||
else:
|
||||
outname = filename.split('/')[-1].split('\\')[-1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user