kreso-t / FreeCAD_Mod_Adaptive_Path

This version is now obsolete and not maintained any more, the feature is merged into FreeCAD master
https://github.com/FreeCAD/FreeCAD
6 stars 1 forks source link

Please help with bCNC project #3

Open Harvie opened 3 years ago

Harvie commented 3 years ago

Hello, do you know about bCNC project?

https://github.com/vlachoudis/bCNC

Do you think you would be able to help us with implementing of 2D adaptive clearing strategy to bCNC?

https://github.com/vlachoudis/bCNC/issues/815

Currently we can only do following type of pocket: image

But we are looking for someone who would be able to help us with implementing adaptive pocketing...

Do you think you can help with this please?

kreso-t commented 3 years ago

Hi,

Sorry for late reply ...

I could probably help with integrating the last C++ version of AdaptivePath algorithm, version which is included into FreeCAD. The python version I would not recommend as it is slow and not really finished. This last C++ version works quite reliably, has more features and it's fast enough. Also python bindings already exist in that code, so maybe I could help by creating stand-alone variant of that library together with python bindings and describe how to use it from external python code... if that would help - however I don't have time to study bCNC and make the integration myself ...

BR