mbastl / bastl-laser-tool

Inkscape extension to generate gcode laser cutter comptible with 3D printer firmwares
GNU General Public License v3.0
13 stars 6 forks source link

Inkscape 1.1 Gcode generator for Sovol SO-1 plotter not working on Mac #6

Closed isaacchouk closed 3 years ago

isaacchouk commented 3 years ago

Hello, I am testing out the Gcode extension tool for the plotter Sovol SO-1 and ran into some problems. Windows version works flawlessly, but I'm having trouble when running on Inkscape on mac. When I run the Sovol extension to create a Gcode path I get this message:

File "Gcode_generation.py", line 51 def bezierslopeatt(((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)),t): ^ SyntaxError: invalid syntax

A quick search shows a few other reports of this but I did not find any solutions - any guidance helps!

I am using Inkscape 1.1

thanks