kiutils icon indicating copy to clipboard operation
kiutils copied to clipboard

Feat/improvements

Open andy9a9 opened this issue 7 months ago • 0 comments

  • replace if with elif where possible
    • if the first condition is true the next one can not be, so it doesn't make any sense to use the next if condition. This has a bunch of improvements on performance.
  • add generator_version attribute into symbol and footprint
    • Kicad v8 has this attribute defined to "8.0". So once reading/writing this kind of file the value shouldn't disappear.

andy9a9 avatar Jul 10 '24 17:07 andy9a9