MaslowCNC / Electronics

This is the main control board for the Maslow CNC router. It is designed to mate with an Arduino Mega 2560
https://www.MaslowCNC.com
The Unlicense
133 stars 55 forks source link

[FEATURE REQUEST] Export Gerber files #59

Closed darigovresearch closed 3 years ago

darigovresearch commented 3 years ago

Kitspace requires a folder of Gerbers so that they can be easily ordered from the various PCB suppliers they are linked to in order to get a price. It would also help for people who just want to order boards but don't have access to EAGLE

Could you export the Gerbers into a folder called Gerbers in the PowerDistribution folder?

We would do it but we don't have access to EAGLE

This would help with respect to issue #57 if you think it is worth us making a pull request

darigovresearch commented 3 years ago

@kasbah can you confirm that Gerbers are required for Kitspace and the one click BOM to work?

kasbah commented 3 years ago

At the moment, yes. We have been meaning to implement auto-plotting of Gerbers for Eagle for ages now. It's implemented for KiCad but not for Eagle.

BarbourSmith commented 3 years ago

Unfortunately I also don't have access to Eagle anymore. Once Autodesk bought it it won't run on my computer anymore 😞

darigovresearch commented 3 years ago

@BarbourSmith no worries, maybe someone from the community has access to it and could oblige. @kasbah or @midopple do you have access to Eagle to just make a pull request with exported gerbers in a suitable folder in Power Distribution folder?

May be worth trying to port the Eagle file into KiCad to avoid the eagle issue for other users in the community

midopple commented 3 years ago

Hi,

I have exported the Gerberfiles, see the Pull #61

darigovresearch commented 3 years ago

@midopple thanks for resolving this issue!