$22 it does not affect homming
silvanopas opened this issue · 5 comments
silvanopas commented
Hi
I can't activate homing, I put $ 22 = 1 but nothing changes, am I doing something wrong?
terjeio commented
What are the values for $44, $45 and $46? These are the axis masks for which axes to home during pass 1 to 3.
If all are 0 nothing will happen on a $H command. BTW do you get an error response when homing?
silvanopas commented
$22=1
$44=0 , $45=0, $46=0
With $H
Lightburn replies: Homing cycle is not enabled in your Grbl settings.
Lasergrbl setting disabled
Il giorno mar 14 set 2021 alle ore 17:22 Terje Io ***@***.***>
ha scritto:
… What are the values for $44, $45 and $46? These are the axis masks for
which axes to home during pass 1 to 3.
If all are 0 nothing will happen on a $H command. BTW do you get an error
response when homing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQPA6GJMHNHMV32K2NJHODUB5SBTANCNFSM5EAMEK6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
terjeio commented
Ok, if you want to home Z first then X and Y you have to set $44=4 and $45=3.
More info here.
silvanopas commented
Now works
where can i find information on these parameters? ($44 $45 $46)
thanks
Il giorno mer 15 set 2021 alle ore 08:45 Terje Io ***@***.***>
ha scritto:
… Ok, if you want to home Z first then X and Y you have to set $44=4 and
$45=3.
More info here
<https://github.com/grblHAL/core/wiki/Additional-or-extended-settings>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQPA6DJPOLOLNOKTLXXT5DUCA6KBANCNFSM5EAMEK6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
terjeio commented
where can i find information on these parameters? ($44 $45 $46)
One option is to use inbuilt help from a terminal:
$help homing
lists all homing related settings, with a description in the latest build.
$$=44
for info about setting 44...
This wiki page has information about new settings as well.