FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
82 stars 72 forks source link

Porting KiCad V4 To V6. #240

Closed PSR0001 closed 1 year ago

PSR0001 commented 1 year ago

Related Issues

KiCad v4 Deprecated (Older Version)

Purpose

Porting KiCad V4 To V6 with Solved Coordinate issue.

Approach

eSim-generated symbols have some coordinate issues, that are solved. Kiacd V6 used S-Expression so Ngveri Generated symbols must be according to this format. also, Kicad V6 has the new folder and file format. Python codes are modified based on the new Kicad V6.

rahulp13 commented 1 year ago

You can update the directory names and files in the code to correspond with the KiCad v6 naming conventions, like wherever you see kicadLibrary, update it to kicadSymbols, lib to sym, and so on. Note that the installer scripts and the corresponding documentation also need to be updated accordingly.