-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SKiDL BUG] an error with function "generate_schematic" #233
Comments
Thanks for reporting this error! I was able to re-create it as well. The error is triggered by this line: active_logger.warning("Schematic generation is not implemented for KiCad version 8.") I will fix this error, but you can see from the error message that schematic generation isn't implemented for KiCad 8. So even without the error, you still can't generate a schematic. |
ok, thanks for replying to my question, i guess i'll have to return to kicad 5, lol |
After working for 1.5 years getting generating schematics for KiCad 5, I halted work for other versions because I couldn't see a viable design flow. For example, once you edited a generated schematic, how would you propagate those changes back into the SKiDL code? Can you provide some details of how you're using SKiDL and the generated schematics? |
Sorry for keeping you waiting for so long, i was preparing for my exams and totally forgot to see my mailbox, again i express my apology to you.
Now we are still trying to generate some schematics according to the simple image of the circuit, and we can't propagate any changes back to SKiDL code if something has been done by Kicad, what we do now is still at the beginning stage, and also the generated schematics seem very chaotic, the wires have high probability to be overlapped.
According to you, the error caused by the function seems to be related with Kicad 8 instead of SKiDL, then can you provide an example of generating schematic using SKiDL 2?
…-----原始邮件-----
发件人:"Dave Vandenbout" ***@***.***>
发送时间:2024-12-11 21:56:58 (星期三)
收件人: devbisme/skidl ***@***.***>
抄送: "Haolin Ye" ***@***.***>, Author ***@***.***>
主题: Re: [devbisme/skidl] [SKiDL BUG] an error with function "generate_schematic" (Issue #233)
After working for 1.5 years getting generating schematics for KiCad 5, I halted work for other versions because I couldn't see a viable design flow. For example, once you edited a generated schematic, how would you propagate those changes back into the SKiDL code?
Can you provide some details of how you're using SKiDL and the generated schematics?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Describe the bug
i was able to use the function "generate_schematic" to generate .sch file in kicad 5, but now after i change all the key words "KICAD5" into "KICAD8" i got an error: "NameError: name 'active_logger' is not defined"
To Reproduce
Steps to reproduce the behavior:
1.simply by using the function "generate_schematic(tool=KICAD8)"
Expected behavior
it should be able to generate a .sch file
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: