v3.2.0 release, babystepping laggy
-
Just for clarity what firmware are you running on your Duet and what board?
-
I think the same problem is on version 3.1.1 .
If you add a model and tell it to print and the bed is now warming up and you go "I need a offset" the offset will add until the bed hits temp. -
@Cheule This is an unfortunate side-effect of using the ObjectModel as a data source. Once you change the babystep value by pressing the button on PanelDue RRF will update the internal model and with the next default status update PanelDue will see that it will need to fetch one extra detail data block to get the changed babystep value.
Since it only fetches data once per second it will take around 2 seconds to update.
-
@wilriker said in v3.2.0 release, babystepping laggy:
Since it only fetches data once per second it will take around 2 seconds to update.
uh, that makes babystepping almost unusable?!
how does it work from the latest DWC ? same or it works like it used to?
-
@arhi said in v3.2.0 release, babystepping laggy:
how does it work from the latest DWC ? same or it works like it used to?
DWC uses the exact same technique it just updates 4 times/s instead of only once per second - that makes the result available in max 500ms. I am looking into improving update rate in the next version. That might help.
-
@wilriker thanks. I don't think any other operation is as time sensitive from dwc/panel as is babystepping .. 250ms is acceptable but 1sec is really a problem. This changed only on 3.2 or ?
-
@arhi said in v3.2.0 release, babystepping laggy:
@wilriker thanks. I don't think any other operation is as time sensitive from dwc/panel as is babystepping .. 250ms is acceptable but 1sec is really a problem.
As I said before DWC also takes around 500ms.
This changed only on 3.2 or ?
Yes, as mentioned before this is a side-effect of switching to the ObjectModel as data source.
-
Thanks for the explanations. At least I know it’s working as intended and not something wrong with my configuration. I’ll stay with 3.2 for now, I’ve learned to deal with the lag, because it is only on the display side, the actual babystepping in the motors is instantaneous. I can deal with that.
-
@Phaedrux said in v3.2.0 release, babystepping laggy:
Just for clarity what firmware are you running on your Duet and what board?
I’m running Duet 3 board, with whatever the latest DSF/DWC is from apt-get. I did an apt-get update and install just this week via SBC. Sorry to not quote the actual version number, but the printer/sbc is off at the moment and I’m away from my workshop.
-
Could you just locally cache and display the babystep request on the paneldue, until the object model updates it for real? Kinda hacky but it might help smooth out the user experience if you can't get the update rate up enough.
-
@nhof said in v3.2.0 release, babystepping laggy:
Could you just locally cache and display the babystep request on the paneldue, until the object model updates it for real? Kinda hacky but it might help smooth out the user experience if you can't get the update rate up enough.
That's the plan.