-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] M290 causes instant reboot #13384
Comments
is it also the case with 2.0.x from today? its updated many times a day (just look at commit history) and it might well be that is has been fixed during the last month |
Boelle, Thank you for the reply. I will have time to try with the latest version on Thursday. I will let you know the results. I did search the commit history for M290 and did not see anything in the past year or so. |
Hello again. I just downloaded bugfix 2.0.x from today (March 15th). Sending M290, with my config files attached earlier, still causes a reboot. Please let me know what I can try. For the time being, is it possible to send G-code M665 H##### commands during the print to achieve the same effect? Thank you! |
any updates? I am running into the same issues... |
Unable to reproduce with the current |
My issues were solved via this thread adjustment... #13300 Basically all my various machine run on 4988 drivers and as the thread points out.. the MINIMUM_STEPPER_PULSE in more recent commits was changed from 2 to 1. Which leads to bad math and a system lockup. I made the change as the poster described in my stepper.cpp file, recompiled and all is good. No more lockups on my machines. |
With the fix above now merged, the reboot should no longer occur. Please close this issue if the problem is solved… and if not we’ll fix more things. |
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. |
Description
Printer: Anycubic Kossel Linear+ Delta
Marlin Version: 2.0.x bugfix downloaded February 16, 2019
Config File: (both config and config_adv are in the zip folder)
Steps to Reproduce
Expected behavior:
I expected the printer to change the z position slightly. It should stay in the babystep menu while during a print. If G-code sends the command, the printer should keep printing.
Actual behavior:
Every time a babystep command is issued in G-code or through the menu during a print, the printer reboots.
Additional Information
https://reprap.org/forum/read.php?415,847369,849037#msg-849037
Please let me know if you require further information on this bug.
[ryanf55_config_bugfix2.0.zip]
Config File: (https://github.com/MarlinFirmware/Marlin/files/2959936/ryanf55_config_bugfix2.0.zip)
The text was updated successfully, but these errors were encountered: