# mckicad Configuration # Copy to .env and adjust values for your system. # Comma-separated paths to search for KiCad projects # KICAD_SEARCH_PATHS=~/Documents/PCB,~/Electronics,~/Projects/KiCad # KiCad user documents directory (auto-detected if not set) # KICAD_USER_DIR=~/Documents/KiCad # Explicit path to kicad-cli executable (auto-detected if not set) # KICAD_CLI_PATH=/usr/bin/kicad-cli # KiCad application path (for opening projects) # KICAD_APP_PATH=/usr/share/kicad # Explicit path to FreeRouting JAR for autorouting # FREEROUTING_JAR_PATH=~/freerouting.jar # Logging level (DEBUG, INFO, WARNING, ERROR) # LOG_LEVEL=INFO