BvdP / elliptical-box-maker

Inkscape plugin that generates drawings for an elliptical box which can be made using a laser cutter.
MIT License
54 stars 18 forks source link

Elliptical Box Maker Extension #11

Open makerdood opened 4 years ago

makerdood commented 4 years ago

Upon pressing Apply button I am constantly getting the following message:

File "ell_box.py", line 26 def draw_SVG_square((w,h), (x,y), parent): ^ SyntaxError: invalid syntax

Great extension, please advise how to resolve at your earliest convenience.

vmario89 commented 4 years ago

hey, seems you are using newer inkscape with python 3. you can try https://github.com/BvdP/elliptical-box-maker/pull/9/files (that pull request from me is not clean (sorry) but it basically works for testing out)