-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice of some bugs either from HAL Core or vanilla grbl #466
Comments
I have also come across the issue with changing setting $484 and traced it back to this line: Line 1105 in 7cf8687
It seems that the flag is for the inverse of the setting (i.e., no_unlock) so I think the boolean operator should be Line 1326 in 7cf8687
|
Bug, will fix in next commit.
The coordinate systems does not change on step/mm changes. What is changed is the the step count in order to keep the current position the same as before the change. Legacy Grbl does not do that. Should I revert to legacy Grbl behaviour?
A reset during motion will always invalidate the current position including the homed status, a reset during no motion will keep it if this flag is set. The description should be updated to reflect this.
To enable homing of individual axes Enable single axis commands has to be checked. Allow manual is for setting the current position as the home position for axes not part of configured passes ($44-...), useful for axes that does not have limit/home switches. Note that Enable single axis commands may have to be checked to make use of Allow manual, e.g. if a rotary axis with no limit/home switch is to be homed.
I am not able to replicate this. Does it happen often?
Stepper settings and example gcode please since this has not been reported by anyone else. Is the hang permanent or a random delay? Could be driver specific?
I'll revisit this.
$21 - Hard limits enable has a flag Disable for rotary axes. |
Fix for unable to set $484 to 0, issue #466. Added setting $673 for setting coolant on delay after feedhold. Available when safety door handling is not enabled. Fixed obscure bug carried over from legacy Grbl related to this. Issue #467. Enabled setting $394 for spindle on delay after feedhold. Available when safety door handling is not enabled.
Done my best to look through the outstanding issues and thing these are unique contributions, if not, feel free to let me know. It's also possible some bugs have already been addressed or only exist on my SLB setup:
The text was updated successfully, but these errors were encountered: