https://gitlab.com/inklinea/dxf-14-otp
Just a slight modification to the Inkscape core dxf14 output extension
Allows Inkscape commmand line preprocessing before export as DXF14
The default is select-all:all;clone-unlink-recursively;object-to-path;
select-all:all;clone-unlink-recursively;object-to-path;
Which converts all objects to paths before saving (no more missing text :) )
Appears under Desktop Cutting Plotter (AutoCAD DXF R14) OTP (*.dxf) in the SaveAs dropdown dialogue.
SaveAs
This preprocessing does not affect the current document on canvas, only the saved document.
Also adds:
Extensions>Run Command Line Action
This allows any command line action to be tested on the current document so you can experiment
** That means if you do save as svg after experimenting, changes will be saved. So backup first **
This is great.
I've set up a v. 1.3 demo/test machine at the local makerspace and will use this extension for the CAD/CAM users.
THANKS!
Thanks Tyler,
I hope everyone at the makerspace has fun :)
Any issues or extras that would help, just mention in this thread.
dxf-14-otp
https://gitlab.com/inklinea/dxf-14-otp
Just a slight modification to the Inkscape core dxf14 output extension
Allows Inkscape commmand line preprocessing before export as DXF14
The default is
select-all:all;clone-unlink-recursively;object-to-path;
Which converts all objects to paths before saving (no more missing text :) )
Appears under Desktop Cutting Plotter (AutoCAD DXF R14) OTP (*.dxf) in the
SaveAs
dropdown dialogue.This preprocessing does not affect the current document on canvas, only the saved document.
Also adds:
Extensions>Run Command Line Action
This allows any command line action to be tested on the current document so you can experiment
** That means if you do save as svg after experimenting, changes will be saved. So backup first **
This is great.
I've set up a v. 1.3 demo/test machine at the local makerspace and will use this extension for the CAD/CAM users.
THANKS!
Thanks Tyler,
I hope everyone at the makerspace has fun :)
Any issues or extras that would help, just mention in this thread.