Hi
I create my 3D models with Freecad. Now the first CNC job is coming up. On github snapmaker provides a tool library and a Post Processor for this. In this post was asked for tests for this. Unfortunately I had not seen that at the time.
Creating the model and converting it to milling paths via the workbench path worked very well. Unfortunately the Post Processor generates an error message, which I also reported via a github issue in detail. The error message is
'_TempObject' object has no attribute 'InList'
My freecad configuration is
OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods:
* LCInterlocking
Does anyone here have experience with other postprocessors such as the freecad marlin postprocessor? Can this also be used?
I post here to help people who would like to find a working FreeCAD post-processor for the CNC module.
Facing the same issues as @spitzlbergerj, I created a FreeCAD post-processor. It is avalaible on GitHub and has been tested by several people so far without issue. Feedback and ideas are welcome.
I think there was a change in the Freecad API, several postprocessors seemed to fail in 0.20.x and 0.21 .
I used the ‘official’ postproc with Freecad 0.19.
I replaced the postprocessor with this implementation:
I’m very aware I’m six months late, but I thought I would be notified if someone replied to my post, which did not happen…
Better to reply later than never, so:
I fixed your error recently (update on Github), which was related to your Python version being older than 3.10.
Currently the postprocessor works with FreeCAD 0.20 to 0.22, and on Windows, macOS and Linux (as far as I know).
If you encounter another bug, the best would be to open an issue on Github, but I will also try to check the Snapmaker forum more often (and activate notifications!).