-
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
Tool table offsets are not persistent over power cycle #494
Comments
Hi @terjeio |
I cannot reproduce this, neither wih flash or EEPROM storage. What is your N_TOOLS config? |
N_TOOLS is 6. I am using 5 axis configuration. |
Works for me, only tested using flash storage. Settings and offsets are kept over a power cycle?
The only way is to apply it and calculate the change in position. Add an inbuilt G65 macro to read it? |
It looks like the tool table offsets given by G10L10P1Z10 command are not persistent over power cycle while G10L1P1Z10 are persistent over power cycle. Can you check it? |
L10 (and L11) does not store the changes, this could be incorrect behaviour though. The LinuxCNC documentation is, IMO, ambiguous in that the L1 documentation excplicitly states that the tool table is written out but L10 (and L11) does not do so. |
Hi @terjeio
I just checked with my new build that tool table offsets (of Z that is only written) are not saved persistently over power cycle(I get it by "$#" command). Is there any setting or compile time option I am missing?
Further, is there any command/variable to read particular tool's Z offset?
Regards,
Ravi
The text was updated successfully, but these errors were encountered: