knowledge_base:professional:kicad

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
knowledge_base:professional:kicad [2023/06/22 08:05] – [Saving Configuration Files] Normal Userknowledge_base:professional:kicad [2023/08/01 09:45] (current) – [Python Scripting] Normal User
Line 87: Line 87:
   * https://docs.kicad.org/doxygen-python-7.0/namespacepcbnew.html   * https://docs.kicad.org/doxygen-python-7.0/namespacepcbnew.html
   * https://docs.kicad.org/7.0/en/pcbnew/pcbnew.html   * https://docs.kicad.org/7.0/en/pcbnew/pcbnew.html
 +  * (GERBER) https://gist.github.com/aster94/bd52972ab6dbf13a44fc046b4222f7e7
 +  * (GERBER) https://gist.github.com/spuder/4a76e42f058ef7b467d9
 +  * https://dev-docs.kicad.org/en/python/pcbnew/ (how to write pcbnew plugin)
  
 ==== Hide 3D Models ==== ==== Hide 3D Models ====
Line 358: Line 361:
 |XDG_RUNTIME_DIR|Unix only (excluding OSX). Directory for the lockfile (used for the "kicad is already running" warning). If this is not set, XDG_CACHE_HOME is used. If that is not set, either, $HOME/.cache is used. On non-Unix systems the lockfile is saved to a system specific fixed location. See *NOTE below.| |XDG_RUNTIME_DIR|Unix only (excluding OSX). Directory for the lockfile (used for the "kicad is already running" warning). If this is not set, XDG_CACHE_HOME is used. If that is not set, either, $HOME/.cache is used. On non-Unix systems the lockfile is saved to a system specific fixed location. See *NOTE below.|
  
 +=== Using Template to Save Board Settings ===
 +
 +
 +=== GERBER out procedure ===
 +
 +https://www.circuitstate.com/tutorials/how-to-get-your-kicad-pcb-design-ready-for-automated-assembly-kicad-6-tutorial/
 +
 +https://www.pcbway.com/blog/help_center/How_to_Generate_Gerber_and_Drill_Files_in_KiCad_7_0_ab0d12bb.html
  
 ==== References ==== ==== References ====
  • Last modified: 2023/06/22 08:05
  • by Normal User