You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MAX31865.cpp the normalization to 100 ohm (line 464) should be done before line 453. Now if i use pt1000, it always reports 0 degree as line 453 only works for pt100.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
ENDER-5
Electronics
MKS-SBASE
Add-ons
MAX31865 board from adafruit, PT1000
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
SD Card (headless)
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
You're probably right, this was copied and refactored from the original adafruit library without too much thought. I'll try to fix and test it this weekend.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
In MAX31865.cpp the normalization to 100 ohm (line 464) should be done before line 453. Now if i use pt1000, it always reports 0 degree as line 453 only works for pt100.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
ENDER-5
Electronics
MKS-SBASE
Add-ons
MAX31865 board from adafruit, PT1000
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
SD Card (headless)
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Edit: added config.zip
config.zip
_
The text was updated successfully, but these errors were encountered: