-
-
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] MINTEMP on SKR 1.4 with MAX6675 #22533
Comments
Duplicate of #22526 |
Hello, I see you retrofitted a Dremel 3D40 with a different control board. I need to do the same. However how did you solve the problem, that the printhead uses a ribbon cable and none of the standard boards seem to have such a connector ? |
I created a small custom PCB but I never printed it. |
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
MAX6675 is not working, either in the bugfix-2.0.x 2021-08-06 nor in the normal 2.0.9.1 release.
Hardware:
SKR 1.4 LPC1768
TMC2209 driver with sensorless homing
MAX6675 with a Type-K tempsensor
Case 1, 2.0.9.1 release:
Configuration.h:
pins_BTT_SKR_common.h:
MAX6675 connected to:
Compilation - no errors
firmware.bin >> sd card>> SKR>> restart >> Sensor shows 48°, after ~1 second 24° , after 10 seconds MINTEMP E1
Case 2, bugfix-2.0.x 2021-08-06:
Configuration.h:
Configuration_adv.h:
pins_BTT_SKR_common.h:
MAX6675 connected to:
Compilation - no errors
firmware.bin >> sd card>> SKR>> restart >> Sensor shows 48°, after ~1 second 512° , after 10 seconds MINTEMP E1
Bug Timeline
No response
Expected behavior
MAX6675 working on SKR 1.4
Actual behavior
freeze of mainboard / Err: MINTEMP: E1 PRINTER HALTED Please Reset
Steps to Reproduce
Enable MAX6675 (-2) as tempsensor
Version of Marlin Firmware
bugfix-2.0.x 2021-08-06 and 2.0.9.1
Printer model
Dremel 3D40 with SKR 1.4
Electronics
SKR 1.4
Add-ons
No response
Bed Leveling
No response
Your Slicer
No response
Host Software
No response
Additional information & file uploads
Config.zip
The text was updated successfully, but these errors were encountered: