Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
kicad
kicad
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,135
    • Issues 1,135
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 40
    • Merge Requests 40
  • Requirements
    • Requirements
    • List
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • KiCad
  • KiCad Source Code
  • kicadkicad
  • Issues
  • #7193

Closed
Open
Opened Jan 19, 2021 by Hildo Guillardi Júnior@hildogjrContributor

Better exclude/ignore violation on DRC control

Description

Each rule of the DRC Control allow to exclude or have the severity changed.

Taking my specific design I have layout two set of power regulators (linear + switching one) using the same board space to avoid assembly both.

image

Because this I have a lot of courtyard errors, that I can ignore one by one using the context menu options. At the example image I can:

  • Exclude this violation
  • Change severity of this class
  • Ignore all
  • Edit violations...

Propose: I would like to include the possibility of "exclude all <severity type> of <part>". The list of options for the selected example will be:

  • Exclude this violation
  • ** Exclude all Courtyards overlaps with U402 **
  • ** Exclude all Courtyards overlaps with L401 **
  • Change severity of this class
  • Ignore all
  • Edit violations...

KiCad Version

Application: Pcbnew

Version: 5.99.0-unknown-50e22de3ba~95~ubuntu20.04.1, release build

Libraries:
	wxWidgets 3.0.4

Platform: Linux 5.8.0-38-generic x86_64, 64 bit, Little endian, wxGTK, ubuntu, x11

	wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
	Boost: 1.71.0
	OCC: 7.3.0
	Curl: 7.68.0
	ngspice: 31
	Compiler: GCC 9.3.0 with C++ ABI 1013

Build settings:
	KICAD_SCRIPTING=ON
	KICAD_SCRIPTING_MODULES=ON
	KICAD_SCRIPTING_PYTHON3=ON
	KICAD_SCRIPTING_WXPYTHON=ON
	KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON
	KICAD_SCRIPTING_ACTION_MENU=ON
	KICAD_USE_OCC=ON
	KICAD_SPICE=ON
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: kicad/code/kicad#7193