Category: Qtvcp
I have added the missing part to the INI file and change
basic_probe.py,
probe_routines.py and
probe_subprog.py to the original files from v2.9 from github.
After performing additional measurements, it appears that the issue of bad synchronization between the measurement process and data updating in the widget mainly occurs when the feedrate value changes during probing. If the value remains stable throughout the measurement, the probe measurement cycle completes correctly.
The video shows four consecutive measurements:
- The first measurement was completed without issues.
- In the second measurement –> at 37 seconds in the video, the feedrate oscillate from 52% to 51% and back during the probe measurement, after which the value in the table for the Z axis changed. However, the measurement had not yet been completed.
- The third measurement –> similarly to the second, at 1:06 the feedrate oscillate from 40% to 41% (a very quick oscillation), after which the value on the axis Z changed.
- The fourth measurement was completed without issues (no feedrate oscillation).
Do you have any idea how a change in feedrate could affect the value update in the widget?