arpruss / gcodeplot

Use a 3-axis machine as a pen plotter
Other
167 stars 60 forks source link

svg2cookiecutter.py broken after pull request changes #11

Closed halfluck closed 5 years ago

halfluck commented 5 years ago

I'm unable to run svg2cookiecutter.py after the latest pull request, I get this error

Traceback (most recent call last): File "svg2cookiecutter.py", line 223, in print(svgToCookieCutter(sys.argv[1])) File "svg2cookiecutter.py", line 171, in svgToCookieCutter line = Connector('connector'+pathName, points, fill) File "svg2cookiecutter.py", line 140, in init super().init(pathName, points, fill, False, None) # no stroke for connectors, thus no use of self.height and self.width TypeError: super() takes at least 1 argument (0 given)

arpruss commented 5 years ago

python 2.x compatibility issue. Fixed.

halfluck commented 5 years ago

Working! The new features are AMAZING, so impressed right now. Do you know if the inside walls has been improved to work?

arpruss commented 5 years ago

What was the problem with inside walls?

halfluck commented 5 years ago

What was the problem with inside walls?

'holes' in feature elements within the perimeter of the cookie shape doesn't work with polygon fill So for example the 'O' and the 'E' in one below

1

3