-
Notifications
You must be signed in to change notification settings - Fork 88
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
A axis rotational issues #618
Comments
Post your settings please. |
$0=10.0 ; Step pulse time, microseconds |
Your $133 setting is not 0: |
I tried at "0" same results |
After setting $133 to 0 do you get $133=0 in a new settings report? If not it might be a sender issue or that you are running an old version of grblHAL. If you are using Windows you may try ioSender to configure the controller. At least this works as it should for me, this with a version of the firmware I just made with the Web Builder. |
$133 stays at 0, I will change $376 to 1 when I get home. Thanks for your
help I will let you know.
…On Thu, Nov 7, 2024, 1:21 PM Terje Io ***@***.***> wrote:
I tried at "0" same results
After setting $133 to 0 do you get $133=0 in a new settings report? If not
it might be a sender issue or that you are running an old version of
grblHAL.
BTW $376 should be set to 1.
If you are using Windows you may try ioSender
<https://github.com/terjeio/ioSender> to configure the controller. At
least this works as it should for me, this with a version of the firmware I
just made with the Web Builder.
—
Reply to this email directly, view it on GitHub
<#618 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMVF7IR6J4EKFGOT76PLVX3Z7O4TJAVCNFSM6AAAAABRE6O2GWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRTGAZTKNZVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
changed $376 to 1 and reset $133 to 0, with soft limits engaged A axis will only rotate negative, trying to go positive its says it will hit soft limits |
with soft limits enabled once A gets to 0 degrees on the DRO it wont rotate either direction due to soft limits |
I am not able to replicate this behaviour, using the very latest version from a Web Builder build. Tested with both OpenBuilds Control and ioSender.
What is the exact message? Are you running a gcode file or sending gcode manually from the MDI? Which version (build date) of grblHAL are you running? It is in this line in the console if using OpenBuilds Control:
|
ver:1.1f..20240402 |
alarm msg reads "Unable to jog toward A+, will hit soft limits" or "unable to jog towards A-, will hit soft limits". With soft limits disabled I am able to jog either direction just fine, but when gcode is loaded and program rotates axis it will not stop at absolute or incremental positions, just rotates continuous. |
Please update to the latest version, I am not going to revert back to yours for debugging an issue I am not able to replicate. You may use the Web Builder to create the firmware. Alos check that your sender is up to date since the messages does not come from the controller. |
2 issues I am having, machine is a CNC router with an open builds black box x32 controller. 1st issue is when soft limits are enabled it will only rotate negative, trying to rotate positive alarms that it's up against soft limits, $133 was defaulted to 360 degrees, open builds staff said to set at 0 degrees... It made no change to the operation. 2nd issue is when running a tool path that calls for part to be indexed 180 degrees or any value off of zero, axis rotates continuous despite the command in g code giving it a specific value. Peter at open builds suggested I post here since we are at a loss at this moment. Thanks in advance for any and all assistance.
The text was updated successfully, but these errors were encountered: