Skip to content

Draw tab only if it is projected.

Carlos Nieves Ónega requested to merge github/fork/cnieves1/fix-tab0 into master

Kicad pull requests require that lines on the same layer don't overlap. It tab_project_x_mm is set to zero by the user, the tab is drawn, overlapping the body fab line. With this PR, the tab is only drawn if tab_project_x_mm greater than zero.

Edited by Joel Guittet

Merge request reports