horizon-eda / horizon

Horizon is a free EDA package
https://horizon-eda.org/
GNU General Public License v3.0
1.08k stars 79 forks source link

Feature request: DXF export #768

Open tkornack opened 3 months ago

tkornack commented 3 months ago

For some applications, especially for non-PCB designs, it is necessary to export to a 2D format that isn't Gerber for further processing. DXF would be a good format to use, and it seems consistent with the support of DXF on import. Is this a suitable feature to consider for Horizon?

carrotIndustries commented 2 months ago

Is this a suitable feature to consider for Horizon?

Sure, it's just that someone needs to implement it. It's basically wiring up the Canvas to the dxf library we already have.