devbisme / skidl

SKiDL is a module that extends Python with the ability to design electronic circuits.
https://devbisme.github.io/skidl/
MIT License
994 stars 118 forks source link

Generate Schematic Bug #201

Open aifitrading opened 6 months ago

aifitrading commented 6 months ago

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):

Additional context Add any other context about the problem here.