Gap between probing and machine positions #719
-
When I perform a probing operation in GrblHal using the G38.2 command, I noticed a discrepancy between the stopping position and the position recorded by the probe. This discrepancy increases with the probing speed. For example, for a probing command However, when probing fails, both the machine and the probe report the same position: I understand that the machine requires some time to decelerate after the probe is triggered, and that this time depends on the initial speed. PS: I use the jerk plugin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes. And the large gap could be due to the jerk option having a longer deceleration tail than normal. There is a known issue with jogging and this is, IMO, likely related. FYI there is an option for emptying the segment buffer of cruising motion on probe asserted, this may help reducing the gap - but perhaps not much with jerk enabled, especially if a larger segment buffer is used. You can find it in the Advanced features tab in the Web Builder. Perhaps jerk should be disabled when probing? @Dietz0r what do you think? |
Beta Was this translation helpful? Give feedback.
Yes. And the large gap could be due to the jerk option having a longer deceleration tail than normal. There is a known issue with jogging and this is, IMO, likely related.
FYI there is an option for emptying the segment buffer of cruising motion on probe asserted, this may help reducing the gap - but perhaps not much with jerk enabled, especially if a larger segment buffer is used. You can find it in the Advanced features tab in the Web Builder.
Perhaps jerk should be disabled when probing? @Dietz0r what do you think?