To put it in a nutshell, the STL-Tweaker uses the mesh format for the calculations.
The function >tweak< manages the internal workflow, while the other functions are callable form external python code.
Notice the function >arrange<: This one reads the facetts of the mesh format and puts each facett into a 4x3Matrix (Normal vector plus 3 vertices)
If you need more infos, feel free to ask!
Recommended Posts
nallath 1,118
It could use a bit more documentation in the functions. I'm willing to give it a go to make this into a plugin, but I will need to do a bunch of re-factoring to get it to work (eg; I don't want the plugin to load a file, I want it to use an already loaded file (so it can work for all Cura supported file types)
Link to post
Share on other sites
ChrisSalzburg 12
I'm glad you like the STL-Tweaker. I will publish a extended version of the Tweaker in the next days, which supports also the 3mf format. In this version, the internal work process is clearer.
If you wish, I'll send you a preliminary STL+3mf Tweaker-version (it works just in Linux right now)
Link to post
Share on other sites