We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error is exposed on dual extruder systems when the linear advance settings don't match on the extruders.
It shows the error message with the text of "0" in the description in Cura Error text:
2021-02-22 18:32:02,759 - ERROR - [MainThread] UM.Logger.logException [110]: File "C:\Users\currentuser\AppData\Roaming\cura\4.8\plugins\LinearAdvanceSettingPlugin\LinearAdvanceSettingPlugin\LinearAdvanceSettingPlugin.py", line 191, in _filterGcode 2021-02-22 18:32:02,762 - ERROR - [MainThread] UM.Logger.logException [110]: if not apply_factor_per_feature[extruder_nr]: 2021-02-22 18:32:02,764 - ERROR - [MainThread] UM.Logger.logException [110]: KeyError: 0
My immediate fix was achieved by removing the Linear Advance Setting Plugin.
The text was updated successfully, but these errors were encountered:
Fix error when linear advance settings are not set for all extruders
a0ca056
Fixes #31
This error would happen if per-feature linear advance were set for only some of the extruders. It should be fixed in a0ca056 Thanks for reporting.
I'll keep this issue open until a new version of the plugin is released to the Marketplace.
Sorry, something went wrong.
Also see #26
No branches or pull requests
This error is exposed on dual extruder systems when the linear advance settings don't match on the extruders.
It shows the error message with the text of "0" in the description in Cura
Error text:
My immediate fix was achieved by removing the Linear Advance Setting Plugin.
The text was updated successfully, but these errors were encountered: