-
Notifications
You must be signed in to change notification settings - Fork 152
Description
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.