Since we never built it for anything like that, I don't think it's that feasible to change it. Ahoeben's solution will probably work, but it will probably not be very stable (since it's a big change to the way of working)
Since we never built it for anything like that, I don't think it's that feasible to change it. Ahoeben's solution will probably work, but it will probably not be very stable (since it's a big change to the way of working)
From experience of actually doing things like this (for BlackBelt Cura and my plugins), it will be plenty stable, but it will break between versions of Cura (so the plugin will probably have to be updated for each version).
Okay, thanks for the info! I will look into creating a plugin to handle this.
Did you create the plugin? I have a similar setup and the same problem at the moment.
Recommended Posts
ahoeben 1,767
This is indeed not something that is possible with just configuration files. A Python plugin can detect changes to one variant, and then apply the same variant to the other extruders. That Python plugin would connect to each of the extruder stack containersChanged signal, and for each extruder stack check if the variant container equals the emitted container and if not it would change it.
Link to post
Share on other sites