All Projects → asukiaaa → gerber_to_order

asukiaaa / gerber_to_order

Licence: MIT license
A KiCad plugin project to create gerber files and zip files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gerber to order

DRMgr
A PCBNEW plugin that saves and restores design rules for a KiCad PCB.
Stars: ✭ 16 (-54.29%)
Mutual labels:  kicad, kicad-plugin
kicad-bom-seeedstudio
KiCad BOM plugin to follow Seeed Studio's Fusion PCBA template
Stars: ✭ 20 (-42.86%)
Mutual labels:  kicad, kicad-plugin
viastitching
ViaStitching action-plugin for KiCAD
Stars: ✭ 21 (-40%)
Mutual labels:  kicad, kicad-plugin
open-smartwatch-gps
Hardware design files for the GPS version of the open-smartwatch
Stars: ✭ 137 (+291.43%)
Mutual labels:  kicad, gerber-files
CM4 MATX
CM4_MATX is an open source, micro-ATX standard compliant motherboard for the Raspberry Pi Compute Module 4
Stars: ✭ 117 (+234.29%)
Mutual labels:  kicad
kicad-jlcpcb-tools
Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
Stars: ✭ 537 (+1434.29%)
Mutual labels:  kicad
EnvOpenPico
An open source RP2040 MCU Board Family
Stars: ✭ 87 (+148.57%)
Mutual labels:  kicad
pykicad
Library for working with KiCAD file formats
Stars: ✭ 46 (+31.43%)
Mutual labels:  kicad
djinn
Djinn Split Keyboard
Stars: ✭ 685 (+1857.14%)
Mutual labels:  kicad
omega-dock-new
A dock for Onion omega, omega2 and omega2+. It features: Microusb for power supply, USB host, Ethernet
Stars: ✭ 36 (+2.86%)
Mutual labels:  kicad
WolfieMouse
IEEE Reion 1 Micromouse competition.
Stars: ✭ 29 (-17.14%)
Mutual labels:  kicad
nodeLHC-ESP32
Hardware aberto e colaborativo nodeLHC
Stars: ✭ 28 (-20%)
Mutual labels:  kicad
snackymini-keyboard
Snackymini Keyboard
Stars: ✭ 28 (-20%)
Mutual labels:  kicad
esp32bb
A KiCad project for esp-wroom-32 and breadboard.
Stars: ✭ 44 (+25.71%)
Mutual labels:  kicad
Xassette-Asterisk
Evaluation board for AllWinner's RISC-V 64 SoC F133/D1s
Stars: ✭ 168 (+380%)
Mutual labels:  kicad
CrumpPrints.pretty
KiCad repo for footprints I've made.
Stars: ✭ 19 (-45.71%)
Mutual labels:  kicad
nestronic
Nestronic Game Music Synthesizer Alarm Clock
Stars: ✭ 24 (-31.43%)
Mutual labels:  kicad
KiCad-Spice-Library
Centralized repo to store KiCad/Spice modules for simulations
Stars: ✭ 117 (+234.29%)
Mutual labels:  kicad
KC2PK
KiCad to PartKeepr BOM Tool with Octopart integration
Stars: ✭ 28 (-20%)
Mutual labels:  kicad
8Q
General Purpose 8 Qubit Optical Quantum Computer
Stars: ✭ 55 (+57.14%)
Mutual labels:  kicad

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

Put this project to a directory for plugin.

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

mkdir -p ~/AppData/Roaming/kicad/scripting/plugins
cd ~/AppData/Roaming/kicad/scripting/plugins
git clone https://github.com/asukiaaa/gerber_to_order.git

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

mkdir -p ~/Library/Preferences/kicad/scripting/plugins
cd ~/Library/Preferences/kicad/scripting/plugins
git clone https://github.com/asukiaaa/gerber_to_order.git

For Linux.

mkdir -p ~/.local/share/kicad/6.0/scripting/plugins
cd ~/.local/share/kicad/6.0/scripting/plugins
git clone https://github.com/asukiaaa/gerber_to_order.git

Run

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

Update

Move to directory of plugin and run pull command.

cd [directory of plugins]/gerber_to_order
git pull origin master

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

License

MIT

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].