-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Arrow next to Z Thermal Adjust, indicating ascending vs descending temp. #2098
Comments
hey @PhilBaz! what should the algorithm for the symbol look like? because Moonraker sends the data at 200ms intervals, it would mostly display "the same" and then only briefly up or down. therefore, a more "advanced algorithm" would make more sense here. |
If possible maybe average of 30 or 40 seconds of Moonraker temp, then compare that against the next 30-40 seconds. If posible maybe a rolling average of n-40 to n-80 seconds, subtracted from n-39 to n-0. if that makes sense? I think part of what you are saying is that the symbol would only show for some amount of time when the temp had not stabilized. Like it would be there when rising or falling but not when relatively stable? Would it possibly make sense to just always have the last direction indicated even if it has stabilized? Thanks for considering the request :) |
@PhilBaz no, i didn't mean to say that. i just wanted to ask what the relevant range for calculating the direction should be. if i only query to the last data point, it would probably also show 90% of the time == and not up or down, because the temperature change is much too slow. |
Ahoi! It looks like there hasn't been any recent updates on Fair wind and a following sea! PS: I'm just an automated script, not a real sailor. |
@meteyou I see this is going stale... Didn't know if you would like me to leave it be. Did the approach above make any sense in terms of getting a useful symbol? |
Requested feature:
Simple idea. An arrow next to the Z Thermal Adjust (in the temp panel) that would indicate if the temp is moving up or down.
The problem is that when the printer is (re)heating, after a previous print, it can be difficult to know whether the Z Thermal Adjust is actually moving down or up, since it takes a long time for this to turn around. It would be great to have an arrow to show the direction of travel.
Solves the following problem:
Don't know if the frame temp is actually ascending or descending.
Additional information:
Hope this makes sense... The basic theory is that bed meshing is more reliable when frame temp is moving up, rather than changing directions after the bed mesh is taken.
Let me know if more info would be helpful.
The text was updated successfully, but these errors were encountered: