- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello community,
we're facing some problems during our migration from EAGLE to Fusion. We were able to generate gerber data in EAGLE with some very simple commands from a batch file, e.g.:
"%EAGLEPATH%\eaglecon.exe" -c- -X -dGERBER_RS274X -o"Gerberdaten"/%Project%.cmp %Project%.brd 1 VIAS PADS
I tried to find an equivalent in Fusion. By now, the best way for me is to start an ULP that executes the following:
set confirm yes;manufacturing export <path>/<filename>.zip <path>/<jobname>.cam;
Anyway this causes the following pain:
- I have to create separate CAM-jobs for all used amounts of layers (we had a standard set of gerber commands before on EAGLE)
- The ODB++ data is not exported if I call the CAM-processor from the script. If I start the same job from the GUI, I get ODB++ data...
- The images are not exported if I call the CAM-processor from the script. If I start the same job from the GUI, I get the layer images...
- Using the CAM processor from the script only works if I define a zip archive as the destination. As this data is part of our release data, I have to unpack it afterwards. I'd like to get rid of this step and simply export it to a given directory...
Can someone tell me how to solve all or at least some of these issues?
Best regards,
Markus
Solved! Go to Solution.
