Hi all,
I have been having issues with importing dxf file from inkscape to rdworks. the main issue was fine detail was mangled.
This has now been solved AND has the added bonus of keeping your colors so that rd works can easily engrave certain parts and cut others.
This is the process:
In inkscape you no longer need to ungroup or convert objects to path. I'm unsure if you have to have everything on the root layer.
Go file, Save As and choose EPS
in the dialog box, choose the following:
Now open your command line (ctrl+shift+t on linux)
cd to the directory you saved this in and run the following
pstoedit -dt -f "dxf_s: -mm" nameofthefileyousaved.eps nameyouwantthedxftobe.dxf
that's it!
obviously you need to have pstoedit installed first, on Ubuntu go
sudo apt-get install pstoedit
on windows please see the following
http://www.pstoedit.net/
there are versions for windows 32 and 64 bit.
thanks to Sebastien Laforet for his post which got me here
http://rdworkslab.com/viewtopic.php?f=8&t=1407
if anyone wants to make a plugin for inkscape that does this automagically that would be very cool...
Kind regards,
Kris
And, just quickly, to round out the three main platforms, MacOS users can install pstoedit via Homebrew.
brew install pstoedit
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspa...@googlegroups.com.
To post to this group, send email to sydney-h...@googlegroups.com.
Visit this group at https://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
That's awesome Kris, thanks for the update. Can you remind me which color is engrave/cut/raster etc? Or do people usually set up the behaviour for each colour at cut time?
And Kris, could your workaround work with PDF files which for all intent and purpose (as far as I know, if I am wrong don't hate me!) EPS anyway?
So, why is RDworks not working with Dxf format cleanly?
And Kris, could your workaround work with PDF files which for all intent and purpose (as far as I know, if I am wrong don't hate me!) EPS anyway?
Cool, thanks Kris. Do you use a particular line width in inkscape or does it not really matter?