Skip to content

Example python script for removing object from schematic

License

Notifications You must be signed in to change notification settings

sugenganthos/kicad-strip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

kicad-strip

Example python script for removing object from schematic

Requirement

Install kicad-skip through pip. Use KiCad command prompt. See https://github.com/psychogenic/kicad-skip for kicad-skip detail. You must know python. Because this is example code. No UI at all.

Usage

  1. Copy the script to project folder. Along with schematic.
  2. Edit the script to adjust it.
  3. Run from KiCad command prompt (direct the cmd to work from project folder)
> strip_script.py targetFolderName

The default script will works without edit. It will remove text box with border color: Red 4. So make sure your confidential note is text box with border color. All schematic will be stripped.

About

Example python script for removing object from schematic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages