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

[FR] Calling the M48 command from the menu #549

Closed
radek8 opened this issue Apr 8, 2020 · 2 comments · Fixed by #553 or #1742
Closed

[FR] Calling the M48 command from the menu #549

radek8 opened this issue Apr 8, 2020 · 2 comments · Fixed by #553 or #1742
Labels
enhancement New feature or request

Comments

@radek8
Copy link
Contributor

radek8 commented Apr 8, 2020

Hello,
When calling M48, the message - first homing XYZ is displayed.
Solution:
add another line with the G28 command to the "leveling.c" file before the M48 command G28.

For example:
case KEY_ICON_4:
storeCmd ("G28 \ n");
storeCmd ("M48 \ n");
break;

M48

@thisiskeithb
Copy link
Contributor

Thanks for the report!

See the fix in #553.

Copy link

github-actions bot commented Apr 8, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
2 participants