Skip to content
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

Persist tool number after reboot. #168

Open
MitchBradley opened this issue Dec 8, 2021 · 2 comments
Open

Persist tool number after reboot. #168

MitchBradley opened this issue Dec 8, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@MitchBradley
Copy link
Collaborator

In GE $Spindle/Type changes the spindle. That persists after reboot. In FNC tool number is used, but that does not persist.

@MitchBradley
Copy link
Collaborator Author

MitchBradley commented Dec 8, 2021

In LinuxCNC the tool number is volatile, not persistent. (section 3.1 Numbered Parameters item 5400 ). The desired effect could be achieved by creating a startup line containing a T word.

See also - LinuxCNC has M61 for preselecting a tool without triggering a tool change sequence.

@bdring
Copy link
Owner

bdring commented Dec 8, 2021

Technically Tx preselects the tool. It can be anywhere in the Gcode. M6 the changes it. M61 might be used to coordinate with a tool indexer type thing.

LinuxCNC does not do the tool number grouping = spindle type that we do. I think we want to keep the persistence we had in GE. Some machines could have a manual part of spindle type changing and it would be nice to preserve the type change.

@MitchBradley MitchBradley added the enhancement New feature or request label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants