yaqwsx / KiKit

Automation tools for KiCAD
https://yaqwsx.github.io/KiKit
MIT License
1.49k stars 200 forks source link

VCUT Comments Layer #677

Open gcormier opened 3 months ago

gcormier commented 3 months ago

This allows the user to specify on which layer they would like VCUT text to appear. This could be a different layer from the actual cuts themselves.

TODO It is added twice. I need help understanding the logic of the main panelize() to know how to exclude this. Line 608 of panelize is where it can possibly be added twice. Unsure if I should break out labels into a completely different function, or, try to pass in a parameter to help decide when to plot labels.

gcormier commented 2 weeks ago

@yaqwsx Did you want me to contribute further on this one?