Skip to content

Commit

Permalink
[DOCs] Made clear erc_grid is just for KiCad 7
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 17, 2024
1 parent b80dd21 commit 589c628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/source/configuration/sup_globals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@

- ``erc_grid`` :index:`: <pair: global options; erc_grid>` [number=50] Grid size used for the ERC. This value must be in mils.
This is needed for KiCad 7 in order to run the off grid check.
Shouldn't be needed in KiCad 8.
https://gitlab.com/kicad/code/kicad/-/issues/14110.
This value is stored in the project for KiCad 8, no need to specify it.
- ``extra_pth_drill`` :index:`: <pair: global options; extra_pth_drill>` [number=0.1] How many millimeters the manufacturer will add to plated holes.
This is because the plating reduces the hole, so you need to use a bigger drill.
For more information consult: https://www.eurocircuits.com/pcb-design-guidelines/drilled-holes/.
Expand Down
3 changes: 1 addition & 2 deletions kibot/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ def __init__(self):
self.erc_grid = 50
""" Grid size used for the ERC. This value must be in mils.
This is needed for KiCad 7 in order to run the off grid check.
Shouldn't be needed in KiCad 8.
https://gitlab.com/kicad/code/kicad/-/issues/14110 """
This value is stored in the project for KiCad 8, no need to specify it """
self.kicad_dnp_applied = True
""" The KiCad v7 PCB flag *Do Not Populate* is applied to our fitted flag before running any filter """
self.kicad_dnp_applies_to_3D = True
Expand Down

0 comments on commit 589c628

Please sign in to comment.