hey,
I'm pretty new to eagle, but still managed to get decent results so far. However, I currently have two problems and not even google seems to has an answer.
1. I accidentally ran the euro.scr script a few days ago. Is there any way to reset the view to the default one without losing my whole work? I only have the free version of eagle, so euro.scr does not make sense anyway for me.
2. I currently export my pcb via a script to PNG which works fine. However, when I try to export the solder mask to a PNG file, the pads are not solid, but hatched. I need them solid in order to be able to print them on a transparent foil.
The script I currently use for the solder mask is:
DISPLAY ALL;
RATSNEST;
DISPLAY None;
DISPLAY tStop;
EXPORT IMAGE ~/eagle_export_soldermask.png MONOCHROME 600;
DISPLAY Top Unrouted Dimension tPlace bPlace;
Is there any way to make them solid?
thanks in advance.