This commit is contained in:
martin 2023-06-11 22:08:52 +02:00
parent 6d3e0dd080
commit e6bcdc73af

View file

@ -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.