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] (Bugfix 2.0) Homing Failed Printer halted #14489

Closed
Bergerac56 opened this issue Jul 3, 2019 · 20 comments
Closed

[BUG] (Bugfix 2.0) Homing Failed Printer halted #14489

Bergerac56 opened this issue Jul 3, 2019 · 20 comments

Comments

@Bergerac56
Copy link

Bergerac56 commented Jul 3, 2019

With the last bugfix : 6a2a10a and when issuing a G28 or using the LCD option to home the printer, I get a Homing Failed / PRINTER HALTED. On pronterface, I get:
SENDING:G28
Error:Printer halted. kill() called!
[ERROR] Error:Printer halted. kill() called!

The printer is unusable.

The previous version I used : a0f8b25 does not have this issue. As there are around 30 commits between the 2 versions, I did not have yet the time to try to narrow down to the one which could be the problem.

Am I alone with this issue?

config.zip

@Glod76
Copy link

Glod76 commented Jul 3, 2019

same problem mks sbase
Marlin.zip

@Glod76
Copy link

Glod76 commented Jul 3, 2019

also bed doesn't heat Bed heating failed printer halted please reset

@Glod76
Copy link

Glod76 commented Jul 4, 2019

any update for a fix to this?

@runningz
Copy link

runningz commented Jul 4, 2019

Me too. But i can't do anything (homing, move, heat bed....) :-( I think it's a me fault.... but i see i'm not alone.

@nebman
Copy link

nebman commented Jul 4, 2019

same problem with SKR 1.3

@Bergerac56
Copy link
Author

Still looking at which commit provoked it

@kihope
Copy link

kihope commented Jul 4, 2019

I tracked the commit

commit: 108d0df
link: 108d0df

after this commit the problem started i tested it by "build and flash" I hope it will be fixed soon, i guess it will also couse TMC problems then were mentioned in "Issues"

@robbycandra
Copy link
Contributor

Already reverted with de462f2

@kihope
Copy link

kihope commented Jul 5, 2019

Edit: so using latest source should be ok, right?

@Bergerac56
Copy link
Author

Just tried with the last bugfix b6546ea and it does still not work. Even if everything is possible, I doubt that a commit affecting SD EEPROM emulation could provoque this issue... But you never know

@kihope
Copy link

kihope commented Jul 5, 2019

There is still posibillity i am not right, however commit under works, also last commit i tryied before the one i mentioned were like 3 up and it want working so.. i dont know now i use older version what i dont mind at all

@nebman
Copy link

nebman commented Jul 5, 2019

b6546ea doesnt compile because of broken macros but if I omit only this specific commit, the homing problem went away

@kihope
Copy link

kihope commented Jul 5, 2019

cool

@Bergerac56
Copy link
Author

The last version: 8916acf (at least) solves the issue for me. No compiling and no homing problems anymore.

@ghost
Copy link

ghost commented Jul 7, 2019

Same problem on SKR v1.3 with TMC drivers. Does the newest version fix this?

Is there an easy way to update firmware without having to re-enter all of my firmware settings?

@yet-another-average-joe
Copy link

@Mbombace

Is there an easy way to update firmware without having to re-enter all of my firmware settings?

Marlin-Configurator by @akaJes does it nearly auto-magically with a simple drag/drop operation. It will forget some parameters (on my side GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y, so I have to verify with a file comp software (under Windows : WinMerge).

#6722

https://github.com/akaJes/marlin-config

Works for Configuration.h and Configuration_adv.h only. Other files (pins for example) have to be edited by hand). But after some practice, Marlin-Configurator allows the user to upgrade/compile/flash a new commit within less than 5 mn.

I don't know of another app doing this.

@nebman
Copy link

nebman commented Jul 12, 2019

Is there an easy way to update firmware without having to re-enter all of my firmware settings?

Use GIT: create a local branch, commit your setting changes to it and whenever you want to update your firmware, merge the 2.0-bugfix branch into your local branch and let git do the merging magic :D The Github Desktop App is pretty easy to use in this case

@chrashing
Copy link

I just fixed a 'Printer halted. kill() called!' problem while homing after upgrading my ender 3 pro to a skr v1.4 board. For me, turned out to be the stepper motor driver signals coupling to the endstop switch. The fix for me was to move the wires for stepper motor away from the 2 switch wires in the ribbon cables, and run them separately. Saw the problem on both the X and Y axis. The Z axis already had the wires separated. I expect the new stronger motor TMC2209 driver signals increase the coupling noise, or maybe the skr switch sensors are more sensitive to noise. This problem was exacerbated for my mahine having longer ribbon cables than stock.

@chrashing
Copy link

Later found that In the marlin configuration.h file there is a ENDSTOP_NOISE_THRESHOLD setting that I probably could have used instead of separating the endstop switch wiring from the stepper motor wiring. I have not tried that yet.

@github-actions
Copy link

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 Aug 14, 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

8 participants