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

[BUG] M290 causes instant reboot #13384

Closed
Ryanf55 opened this issue Mar 13, 2019 · 8 comments
Closed

[BUG] M290 causes instant reboot #13384

Ryanf55 opened this issue Mar 13, 2019 · 8 comments

Comments

@Ryanf55
Copy link

Ryanf55 commented Mar 13, 2019

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

  1. Upload the latest Marlin 2.0.x bugfix and my config file on a STOCK Anycubic Kossel Delta linear +.
  2. Turn printer on
  3. Home it with g28;
  4. Send a babystep command with M290 Z0.25;
  5. Watch the printer reboot.

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

  1. Zip file attached. All changes are tagged by me from default.
  2. This has been confirmed by another user on RepRap forums here:
    https://reprap.org/forum/read.php?415,847369,849037#msg-849037
  3. Repeatable? Yes, it reboots every single time.

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)

@boelle
Copy link
Contributor

boelle commented Mar 13, 2019

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

@Ryanf55
Copy link
Author

Ryanf55 commented Mar 13, 2019

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.

@Ryanf55
Copy link
Author

Ryanf55 commented Mar 16, 2019

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!

@Stady234
Copy link

any updates? I am running into the same issues...

@thinkyhead
Copy link
Member

Unable to reproduce with the current bugfix-2.0.x.

@Stady234
Copy link

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.

@thinkyhead
Copy link
Member

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.

@github-actions
Copy link

github-actions bot commented Jul 6, 2020

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 Jul 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants