vishpat / svg2gcode

Python script to convert svg to gcode for Marlin firmware
GNU General Public License v3.0
92 stars 37 forks source link

Can you please relicense to be compatible with GPLv2? #3

Open Harvie opened 6 years ago

Harvie commented 6 years ago

Hello, would you mind relicensing your work to different version of GPL or is that absolute no go? We are looking for SVG importer to be used in this project:

https://github.com/vlachoudis/bCNC/issues/902

vishpat commented 6 years ago

Open a PR, I can relicense it.

On Sun, Jul 8, 2018, 9:23 PM Tomas Mudrunka notifications@github.com wrote:

Hello, would you mind relicensing your work to different version of GPL or is that absolute no go? We are looking for SVG importer to be used in this project:

vlachoudis/bCNC#902 https://github.com/vlachoudis/bCNC/issues/902

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vishpat/svg2gcode/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYDeh7Ksq3BwQjF_T5FT58H3aKGRciNks5uErCZgaJpZM4VG9SA .

Harvie commented 6 years ago

Thanks :-)

msurguy commented 6 years ago

+1

Harvie commented 6 years ago

For the record: I've made following SVG 2 Gcode library that is GPLv2+:

https://github.com/Harvie/bCNC/blob/master/lib/svgcode.py

It is quite simple and short, because it uses numpy and svg.path to do all the heavy work.

msurguy commented 6 years ago

@Harvie thank you! I will take a look!