EDIT YOUR PROFILE HERE

Please or Register to create posts and topics.

Not responding/error message

I have connected the new controller and I think it is correctly connected.  When I power on the laser, the unit doesn't automatically home.

When I try a test cut using Inkscape, I get this error.

Traceback (most recent call last):

  File "laser.py", line 3367, in <module>

    e.affect()

  File "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/inkex.py", line 283, in affect

    self.effect()

  File "laser.py", line 3361, in effect

    if self.options.stream == True : self.gcodetocontroller((self.serial_ports()),((self.options.directory+self.options.file)),((self.options.directory+self.options.file+"_log")))

  File "laser.py", line 3236, in serial_ports

    ports = glob.glob('/dev/tty.*')

 

NameError: global name 'glob' is not defined

I have Inkscape installed on a Mac.  Could anyone give me an idea what this error is indicating?

Hi Falcon, the 'glob' reference was dropped from the declaration part and is fixed now.

Cheers, Paul awesome.tech

Forum Registration

EDIT YOUR PROFILE HERE