Pascal Roobrouck
                                            Pascal Roobrouck
                                        
                                    ok Russ, thanks for that info. I am diving into the details of Autodesk postProcessors and hopefully I can write a better next version. I'll be sending a test file...
Hi all, I've investigated the issue and I think it is due to rounding errors on very small arcs.. I think it can be solved by: * increasing the number...
Hi, thanks for your improvements. I took a look in order to merge the code, but there is not enough comments for me to understand what/why/how you are adding. Please...
Hi, I'm unable to test this as I don't have access to Solidworks. If you can send me the original F360 PP, I might take a look at it to...
Tnx. Will take a look at it and see if I can learn from it.
Teensy support in Arduino CLI is on its way. Follow this thread : https://github.com/arduino/arduino-cli/issues/700
That would be great as it simplifies porting projects from STM32CubeIDE to PlatformIO.
One more reason why I need this: after manually installing the package, I can do a local build, but my github action script builds fail, because there this package is...
Right, let me try that : another 'checkout' step, including the submodules and into the right path in the Platformio installation. Thanks for the hint.
Max, I've tried but did not yet get it working. In order to share the knowhow with the community, I've made a forum topic : https://community.platformio.org/t/installing-stm32wl-package-for-github-actions/36950 Could you please take...