fullModel.toolhead.position array is growing
Closed this issue · 2 comments
adjustinthings commented
MintyTrebor commented
I can see how this is happening, and it consistent with the standard behaviour for most key/values eg: patchModel only contains the delta values.
I am wondering if the system is categorising all moves within a set time period as a single sequence of moves and only resets the full array after a pre-determined idle time. I will need to look at the raw data before processing to get an accurate picture.
MintyTrebor commented
I have just published 0.1.7 which changes the behaviour for the processing of toolhead.position data to always replace previous values, and not add new data to the existing array. Updated version should be available in the palette manager within 24hrs.