Skip to content

inputlabs/alpakka_pcb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpakka PCB

Alpakka controller Printed Circuit Board reference design

Project links

Previews

Order a PCB from the reference design

For ordering a reference design PCB (with no modifications) is possible to use the pre-built order files. Check the manual for step-by-step instructions.

Modify the schematics and PCB

Dependencies

Change components for SMT pick & place

  • Open .kicad_sch file in Schematics editor.
  • Go to menu ToolsEdit symbol fields
  • Group by field Group
  • Change id references (LCSC id for JLCPCB).

Generate order files from sources

  • Copy plugins/kicad_ilo_export.py into KiCad plugins folder (PCB editor → menu ToolsExternal pluginsReveal plugins folder).
  • Open .kicad_pcb file in PCB editor.
  • Use menu EditFill all zones
  • Go to menu ToolsExternal pluginsRefresh plugins
  • Go to menu ToolsExternal pluginsInput Labs: export
  • Files are generated into order/

If the plugin does not load correctly

  • Open PreferencesAction plugins
  • Check that the plugin is installed correctly / check errors.

Procedural zones

Consolidated zones increase .kicad_pcb file size significantly, so instead is recommended to load and save the project without consolidation:

  • After loading the PCB project: EditFill all zones.
  • Before saving the PCB project: EditUnfill all zones.