I do not see the sense of the setting MAX_RAPID_OVERRIDE. I assume rapid movements are done with MAX_VELOCITY of each axis. So if one axis is moved, the rapid velocity cannot be greater than its max velocity.
Only if multiple axes are moved simultaneously the resulting velocity can be greater.
Assuming a circle in the X-Y plane and a MAX_RAPID_OVERRIDE value of 1.2. This will lead to a varying rapid speed depending on the position of the circle. Is that a desired behavior?
Currently only gmoccapy and gscreen seem to use this value. Furthermore it is present in many qtdragon sample configs. And it is not documented.
What is your opinion about that?
I do not see the sense of the setting
MAX_RAPID_OVERRIDE. I assume rapid movements are done withMAX_VELOCITYof each axis. So if one axis is moved, the rapid velocity cannot be greater than its max velocity.Only if multiple axes are moved simultaneously the resulting velocity can be greater.
Assuming a circle in the X-Y plane and a MAX_RAPID_OVERRIDE value of 1.2. This will lead to a varying rapid speed depending on the position of the circle. Is that a desired behavior?
Currently only gmoccapy and gscreen seem to use this value. Furthermore it is present in many qtdragon sample configs. And it is not documented.
What is your opinion about that?