You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test configuration file with script in the test.zip archive. The script cyclically launches klipper_estimate with a dump into a configuration file with the launch number. The result is in the resilt.zip archive. The default value for the max_accel_to_decel parameter is periodically substituted (files 3,4,7,11,14,18,19). test.zip result.zip
PS. the same result in the linux version
The text was updated successfully, but these errors were encountered:
As documented in #61 and #62, there are issues with the config being all
wrong when reading this. It appears to be caused by some kind of
internal data race in Config. Refactor to have separate fields for the
two options and recalculate accel_to_decel as appropriate.
Test configuration file with script in the test.zip archive. The script cyclically launches klipper_estimate with a dump into a configuration file with the launch number. The result is in the resilt.zip archive. The default value for the max_accel_to_decel parameter is periodically substituted (files 3,4,7,11,14,18,19).
test.zip
result.zip
PS. the same result in the linux version
The text was updated successfully, but these errors were encountered: