From e0a9c183e90acf00915f06adf2bc846e8184d35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Urba=C5=84czyk?= Date: Sun, 2 Aug 2020 16:52:55 +0200 Subject: [PATCH] Mention DXF export in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1296c526..3f6d887a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ CadQuery is often compared to [OpenSCAD](http://www.openscad.org/). Like OpenSCA ### Key features * Build 3D models with scripts that are as close as possible to how you would describe the object to a human. * Create parametric models that can be very easily customized by end users. -* Output high quality (loss-less) CAD formats like STEP in addition to STL and AMF. +* Output high quality (loss-less) CAD formats like STEP and DXF in addition to STL and AMF. * Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser. * Offer advanced modeling capabilities such as fillets, curvelinear extrudes, parametric curves and lofts.