Skip to content

A KiCad plugin project to create gerber files and zip files.

License

Notifications You must be signed in to change notification settings

asukiaaa/gerber_to_order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gerber_to_order

A KiCad plugin to create zip compressed gerber files to order for Elecrow, FusionPCB, PCBWay or JLCPCB.

gerber_to_order

Usage

Setup

Install as an addon for KiCad.

  1. Tools -> Pulugin and Content Manager
  2. Search gerber_to_order on plugins tab and click install button

Run

Then start PCB editor of KiCad and select Tools -> External plugins -> Gerber to Order.

Supported manufacturers

Name Information url
Elecrow Elecrow PCB Manufacturing
PCBWay Generate Gerber from KiCad 5.1.6
FusionPCB Service for Fusion PCB
JLCPCB How to generate the Gerber files?
Suggested Naming Patterns

Development

Clone this repository to someware.

mkdir ~/gitprojects
cd ~/gitprojects
git clone https://github.com/asukiaaa/gerber_to_order.git

Put plugin directory of this project to a directory for plugin. Symbolik link is OK.

For Windows. (It's for KiCad5. TODO: Check and update for KiCad6 and 7.)

mkdir -p ~/AppData/Roaming/kicad/scripting/plugins
cd ~/AppData/Roaming/kicad/scripting/plugins
ln -s ~/gitprojects/gerber_to_order/plugins ./gerber_to_order

For Mac. (It's for KiCad5. TODO: Check and update for KiCad6 and 7.)

mkdir -p ~/Library/Preferences/kicad/scripting/plugins
cd ~/Library/Preferences/kicad/scripting/plugins
ln -s ~/gitprojects/gerber_to_order/plugins ./gerber_to_order

For Linux. (Maybe version name of 6.0 will change by the version of KiCad which you use.)

mkdir -p ~/.local/share/kicad/6.0/scripting/plugins
cd ~/.local/share/kicad/6.0/scripting/plugins
ln -s ~/gitprojects/gerber_to_order/plugins ./gerber_to_order

Release

Create a zip file.

zip kicad-addon metadata.json resources plugins

Then upload kicad-addon.zip for releasing.

License

MIT

References

About

A KiCad plugin project to create gerber files and zip files.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages