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
Seems to be a known bug and Imight have found a 'quick fix'. When in ossmconfig you have to setup max stroke. I have a 450mm rail and ended up setting the max stroke at 400. Also I set the max user speed to 300 (don't know if that also is making a difference). Then in the m5 remote code in main.cpp line 133 and 134 this is hard coded so you have to change it there too with the same values. Now I got the whole of the rail length with both depth and stroke and works just fine. Solution would be that in main.cpp the values are not hard coded but transferred using a variable.
The text was updated successfully, but these errors were encountered:
Seems to be a known bug and Imight have found a 'quick fix'. When in ossmconfig you have to setup max stroke. I have a 450mm rail and ended up setting the max stroke at 400. Also I set the max user speed to 300 (don't know if that also is making a difference). Then in the m5 remote code in main.cpp line 133 and 134 this is hard coded so you have to change it there too with the same values. Now I got the whole of the rail length with both depth and stroke and works just fine. Solution would be that in main.cpp the values are not hard coded but transferred using a variable.
The text was updated successfully, but these errors were encountered: