kiplot icon indicating copy to clipboard operation
kiplot copied to clipboard

Let pcbnew check for layer names

Open Drinausaur opened this issue 4 years ago • 1 comments

The current kiplot code checks for layer names. But it is hardcoded, and in Kicad, we can change inner layer names to whatever we want.

This patch relies on pcbnew API to check if the layer is correct or not.

Drinausaur avatar Apr 30 '20 23:04 Drinausaur

Hi @Drinausaur ! Take a look at my fork: https://github.com/INTI-CMNB/kiplot It supports the KiCad names and the legacy names used in the original code.

set-soft avatar Jul 01 '20 12:07 set-soft