made the extension py2 and it works also from the menu the script does not work complete as should missing some commands hard to explain. at the end there should be a export from the lines
LaserCutting.py (7.0 KB)
Ok I’ll test this! Thank you
we have a few more that do not complete , missing commands at the end of the script
1 Like
I tested this specific script and seems like tabs-spaces are not setup property. Run the “Convert Tabs to Spaces” command in the editor (or from the Edit menu) to make them all consistent
Hi @eirannejad,
does it has to be at the very first line or will it work reliable if the first line is a different one ?
I’ve found that i need to have below in the first line for some scripts so it gives no errors when special german characters are used like “äüö”:
# -*- coding: utf-8 -*-
thanks,
c.