From ea04d75049ae038ac0703e453360025d29baf8b4 Mon Sep 17 00:00:00 2001 From: "U-CAD\\userC" Date: Sat, 9 Nov 2024 11:25:19 +0100 Subject: [PATCH] fixing readme (rm dxf) --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 0fbdfd5..4fcb5f2 100644 --- a/README.md +++ b/README.md @@ -31,30 +31,6 @@ PTH Plated Trough Hole, NPTH Non Plated Trough Hole Pads and Vias Launch the Annular Check script in pcbnew from Tools menu: ![Annular Check](screenshots/annular-checker.gif) ---- -## Export pcb technical layers to DXF -**kicadpcb2dxf** -_dxf exporter for mechanical layers of a kicad_pcb board_ -- "Dwgs", "Cmts", "Edge", "Eco1", "Eco2", "F.Fab", "B.Fab", "F.CrtYd", "B.CrtYd" -- the dxf generated has single line draw as it should be for mechanical interchange (this option is missing in pcbnew plot) - -creates DXF file of technical layers of the selected kicad pcb board - -![kicad pcb2dxf](screenshots/export-pcb2dxf.png) - -(this is a part of kicad StepUp tools; please refer to kicad StepUp tools for the full licence) - - kicadpcb2dxf: Copyright (c) 2015 Maurice easyw - dxf_parser="r12writer from ezdxf 0.7.6": Copyright (C) 2016, Manfred Moitzi with MIT License - -done: -- [x] added line, circle, arc primitives -- [x] added footprint support -- [x] fixed negative arc case -- [x] added text support (mirror & alignement not supported) -- [x] added multiline text -- [x] add quote support - --- ## Move Selected Drawings to chosen Layer Tool to Move Selected Drawing(s) to chosen new Layer