I was wondering if it could be possible to import specific layers. i.e. we are using lay101/102 for board serigraphy top/bottom but they are not in the list of 'available layers' to import... ? Difficult to implement ?
Cya
Ash
Last edit: ashofphoenix 2017-05-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
all layers starting with 21/22 (tPlace/bPlace) up to 59/60 are handled as top/bottom pairs.
That is: eagle handles mirroring items drawn in this layers, or mirroring parts using this layers.
everything above 60 has not preference regarding top or bottom.
Lorenz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
code is rebuilded (50% for eagle at the moment) - from the next version it will be possible to import each layer separately (not recognized layers will be treat as silk layer).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Mariusz,
I was wondering if it could be possible to import specific layers. i.e. we are using lay101/102 for board serigraphy top/bottom but they are not in the list of 'available layers' to import... ? Difficult to implement ?
Cya
Ash
Last edit: ashofphoenix 2017-05-09
Hello,
and yes and no.
- yes: all necessery functions are implemented,
- no: not at the moment - there is mess in the code
Second thing is that eagle do not store info if layer is on top/bottom or on both sides.
I will try to clean code, but after ending implementing new database format.
ok !!
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
all layers starting with 21/22 (tPlace/bPlace) up to 59/60 are handled as top/bottom pairs.
That is: eagle handles mirroring items drawn in this layers, or mirroring parts using this layers.
everything above 60 has not preference regarding top or bottom.
Lorenz
Hello,
code is rebuilded (50% for eagle at the moment) - from the next version it will be possible to import each layer separately (not recognized layers will be treat as silk layer).