New Feature: Notch Connector

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: New Feature: Notch Connector

Post by Kunda1 »

dprojects wrote: pinged by pinger macro
CC @dprojects (have you seen this?)
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
dprojects
Posts: 721
Joined: Mon Mar 06, 2017 6:02 pm
Location: Poland
Contact:

Re: New Feature: Notch Connector

Post by dprojects »

Kunda1 wrote: Tue Apr 19, 2022 12:13 pm
dprojects wrote: pinged by pinger macro
CC @dprojects (have you seen this?)

Code: Select all

NotchConnector.py", line 13, in <module>
    import CurvedShapes
<class 'ModuleNotFoundError'>: No module named 'CurvedShapes'
This require CurvedShapes workbench installed probably, so it can't be added as standalone external macro button to any other workbench.

Thanks
Darek
github.com/dprojects

workbench for woodworking is available at: github.com/dprojects/Woodworking
Post Reply