Thanks @Nicolinux. The version thing was killing me! Still don't know the reason for it. I'm really looking for the structure of Cura scripts, like is "data" what the script is run against, i.e. the entire gcode? And any other real basics. Not sure I'm ready to write a full-blown plugin yet, just want to get a basic script working. But I'm making some headway now.
Thanks again!
Recommended Posts
Nicolinux 288
Hi,
the version string is just part of the meta data. I don't know if this is internally used to track changes but I would assume that it is expected to bump up this number when you submit a new plugin update.
As for resources for scripts and plugins I guess the starting point would be here:
https://github.com/Ultimaker/Cura/wiki/Plugin-Directory
And the wiki:
https://github.com/Ultimaker/Uranium/wiki/Creating-plugins
Link to post
Share on other sites