jnweiger / inkscape-svg2fcsketch

Convert from inkscape SVG to FreeCAD sketch in fcstd file format
GNU Lesser General Public License v2.1
6 stars 2 forks source link

Documentation #1

Open luzpaz opened 6 years ago

luzpaz commented 6 years ago

This project looks neat. Care to elaborate further (README, Screenshots) also announcing on FreeCAD community forums..?

README.md sections:

jnweiger commented 6 years ago

I have now Idea how to announce on FreeCAD community forums. Help appreciated.

It is still WIP. As of today, splines and rounded rects are not implemented. Debugging arcs right now... Screenhot added. :-)

luzpaz commented 6 years ago

@jnweiger you can announce your work on the Open Discussion FreeCAD sub forum.

re: screenshot
awesome

CC @microelly2 @tomate44

jnweiger commented 6 years ago

I plan to talk about this on the Inkscape Hackfest in Kiel next week.

jnweiger commented 6 years ago

initial release done: https://github.com/jnweiger/inkscape-svg2fcsketch/releases/tag/v0.8

and made my first post to https://forum.freecadweb.org/viewtopic.php?f=22&t=30757

cc @moini fyi

Moini commented 6 years ago

Interesting, indeed. While I don't have access to any plotting/cutting/3D-printing devices myself :-( , I can point those who do here now. Previously, this required exporting to dxf, right?

jnweiger commented 6 years ago

Previously there was no good way to import designs ito FreeCAD. Both DXF and SVG imported as not editable wire objects, with mixed results, especially when splines were involved. I have example SVG imports that crash FreeCAD, and example DXF imports that skip objects.

Moini commented 6 years ago

Thx!

luzpaz commented 6 years ago

@jnweiger

and made my first post to forum.freecadweb.org/viewforum.php?f=22

FYI, you pointed to a subforum, but not to a thread

jnweiger commented 6 years ago

Was waiting for moderators... updated the link above. Sorry for the confusion.

luzpaz commented 6 years ago

@jnweiger awesome. Thanks for doing this. FYI, I updated the first post of this thread with a ToDo checklist. Let me know if I can help you. If you want I can submit a PR and then you can co-create it ? let me know.... this looks awesome, thank you for this.

luzpaz commented 5 years ago

soft bump

luzpaz commented 5 years ago

Also a little off-topic but have you seen https://github.com/jmplonka/InventorLoader/ ?