-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canceling objects ignores filament change #77
Comments
This is the exact kind of thing the "Allowed gcode" section is for. Check the plugin settings. You can put your |
Ahhh that's great. |
No, I don't think that will work, as each command is parsed independently. That is getting beyond the scope of the plugin and into a very specific use case. |
I get that. |
I had a color change set for a specific height.
When I canceled several of the objects in the print, the subsequent filament change was ignored.
Presumably it was deleted from the G-code.
This presumably also affects other pre-programmed pauses in the G-code.
I imagine it could be hard to determine which 'filament changes' (or more generally pause) is associated with non-canceled objects.
However, perhaps as a rule, any pause or filament change at the beginning of a layer change could be kept.
The text was updated successfully, but these errors were encountered: