grblHAL / LPC176x

grblHAL driver for LPC1968 and LPC1769
Other
18 stars 22 forks source link

$22 it does not affect homming #9

Closed silvanopas closed 2 years ago

silvanopas commented 3 years ago

Hi I can't activate homing, I put $ 22 = 1 but nothing changes, am I doing something wrong?

terjeio commented 3 years ago

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 3 years ago

$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 https://github.com/grblHAL/LPC176x/issues/9#issuecomment-919255359, 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 3 years ago

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 3 years ago

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 https://github.com/grblHAL/LPC176x/issues/9#issuecomment-919745730, 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 2 years ago

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.