svg2gcode
svg2gcode copied to clipboard
Can you please relicense to be compatible with GPLv2?
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
Open a PR, I can relicense it.
On Sun, Jul 8, 2018, 9:23 PM Tomas Mudrunka [email protected] 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 .
Thanks :-)
+1
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.
@Harvie thank you! I will take a look!