MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.19k stars 19.22k forks source link

[BUG] Driver Error: 8 Printer Halted TMC5160 SKR 1.3 #15772

Closed thezak48 closed 4 years ago

thezak48 commented 4 years ago

Description

Just installed an SKR 1.3 with TMC5160 on my Ender 3 and uploaded Marlin 2.0 and now I get this error everytime I try to turn on the printer "Driver Error: 8 Printer Halted"

I can't seem to find out what is erroring out

Configuration.zip

RudyBenner commented 4 years ago

where is that Marlin/_Statusscreen.h

thezak48 commented 4 years ago

Screen.zip Here

thezak48 commented 4 years ago

UHS_UsbCore.zip I assume you would like this

p3p commented 4 years ago

There is a communication issue with a driver, you may find it easier to find the cause of the problem if you disable MONITOR_DRIVER_STATUS or its sub option STOP_ON_ERROR

This problem is usually down to wiring or pin config for the SPI or SERIAL connection to the drivers.

thisiskeithb commented 4 years ago

No issues here with my Ender-3 SKR 1.3/TMC5160 build on the latest (and many before) commit reprinting the same gcode I've used in the past.

@p3p: So that means those LPC176* framework changes seem to be working fine as I haven't noticed anything different 🙂

boelle commented 4 years ago

@thezak48 had a chance to check what @p3p said above?

mtowara commented 4 years ago

@thezak48 I've had the same issue with this combination before. Where did you get your drivers? Directly from bigtree?

thezak48 commented 4 years ago

@thezak48 had a chance to check what @p3p said above?

Yes the Driver Error has disappeared now however the drivers still seem to not communicate.

@thezak48 I've had the same issue with this combination before. Where did you get your drivers? Directly from bigtree?

Yes I did

thezak48 commented 4 years ago

Thanks for everyone's help I seem to have resolved the issue, Only just found this https://github.com/MarlinFirmware/Marlin/issues/15296

github-actions[bot] commented 4 years ago

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.