Skip to content
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

Generate Schematic Bug #201

Open
aifitrading opened this issue Jan 1, 2024 · 0 comments
Open

Generate Schematic Bug #201

aifitrading opened this issue Jan 1, 2024 · 0 comments
Labels

Comments

@aifitrading
Copy link

Describe the bug
generate_schematic()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/skidl/circuit.py", line 1044, in generate_schematic
tool_modules[tool].gen_schematic(self, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/skidl/tools/kicad7/gen_schematic.py", line 733, in gen_schematic
preprocess_circuit(circuit, **options)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/skidl/tools/kicad7/gen_schematic.py", line 676, in preprocess_circuit
calc_part_bbox(part)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/skidl/tools/kicad7/gen_schematic.py", line 641, in calc_part_bbox
calc_symbol_bbox(part)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/skidl/tools/kicad7/bboxes.py", line 84, in calc_symbol_bbox
raise NotImplementedError
NotImplementedError

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS [type & version]
  • Python version
  • SKiDL version [e.g. 22]

Additional context
Add any other context about the problem here.

@aifitrading aifitrading added the bug label Jan 1, 2024
@aifitrading aifitrading changed the title Generate Schematic Bub Generate Schematic Bug Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant