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
2.9.1
Chrome
Desktop PC
Windows
When defining PURGE_FILAMENT and/or CLEAN_NOZZLE macros, but not defining LOAD/UNLOAD_FILAMENT, the buttons are not shown in the extruder panel.
Would love to see the buttons appear.
Define PURGE_FILAMENT and/or CLEAN_NOZZLE macros, but don't define LOAD/UNLOAD_FILAMENT. Observe Extruder panel.
Might just need to change line 170 in ExtruderControlPanel.vue to:
return this.loadFilamentMacro !== undefined || this.unloadFilamentMacro !== undefined || this.purgeFilamentMacro !== undefined || this.cleanNozzleMacro !== undefined
As a workaround, adding an empty LOAD_FILAMENT macro does the trick.
The text was updated successfully, but these errors were encountered:
Thx for reporting this bug! i created a PR for this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Mainsail Version:
2.9.1
Browser:
Chrome
Device:
Desktop PC
Operating System:
Windows
What happened?
When defining PURGE_FILAMENT and/or CLEAN_NOZZLE macros, but not defining LOAD/UNLOAD_FILAMENT, the buttons are not shown in the extruder panel.
What did you expect to happen instead?
Would love to see the buttons appear.
How to reproduce this bug?
Define PURGE_FILAMENT and/or CLEAN_NOZZLE macros, but don't define LOAD/UNLOAD_FILAMENT. Observe Extruder panel.
Additional information:
Might just need to change line 170 in ExtruderControlPanel.vue to:
As a workaround, adding an empty LOAD_FILAMENT macro does the trick.
The text was updated successfully, but these errors were encountered: