-
Notifications
You must be signed in to change notification settings - Fork 9
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
Disable display of 2nd extruder heater controls if not present #40
Comments
@BrunoSonego we'll try to address the issue soon, but I can't promise it'll be fixed in time for Umikaze 2.2.1. It will be in 2.2.2 though. |
@goeland86 dont worry i`ll keep using the 1px version until we figure it out hahahaha |
Actually it should be better to use the extruder number from local.cfg instead. one example is that i use a 3rd temperature sensor to monitor the cold end |
I understand - however I think the cold-end monitors return temperature without being addressed by a heater axis key in the OctoPrint stream - but I need to double check that to be sure. Hopefully we'll simplify it to the point where folks can install it on a Pi to use on any OctoPrint-enabled printer. So we need to be able to smartly detect the heaters from what OctoPrint tells us, not based on config files. |
Is there a way to query octoprint for number of extruders? If not, a variable in the config is a very simple way to get it done. |
I'll check, the REST API may provide that information. |
Looks like it's relatively straightforward actually: |
Currently Toggle always shows at 2 extruder heaters even when only one is present and returning temperature information.
Adapt the number of controls to match with the number of temperature sensors read by temperature messages (that aren't system temperatures)
The text was updated successfully, but these errors were encountered: