From e6bcdc73af45ef3af1861fc232bb8b3c73a7fd88 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 11 Jun 2023 22:08:52 +0200 Subject: [PATCH] README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e69de29..f80a505 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# Eagle OpenSCAD Export +## Some OpenSCAD Expressions can't use with FreeCAD import +* hull() +* offset() +* empty Packages use rotate([0,0,0]); or union(); +* never use rotate(90) use rotate ([0,0,90]) +* Don't use + or - in import filenames and never start with a number +* Text cant't imported +* Don't use polygones with holes. Use a difference of polygines.