-
Notifications
You must be signed in to change notification settings - Fork 124
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
Thermistor Temperatures are way off. #7
Comments
Found the issue. In src\HAL\ESP32\HAL.cpp line 237 has been commented out in the MKS repository. I am using the standard Marlin 2.9.0.3 repo. So after doing the same change my thermistors are showing the correct temps. 233 void HAL_adc_start_conversion(const uint8_t adc_pin) { |
muito grato: CuriosoTimo |
I have replaced an SKR mini v1.1 with the TinyBee.
#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_BED 1
The temperature on the TinyBee is way off. It reads about 73 degrees for both the bed and E0 whereas the SKR board reads about 18 degrees.
This is at ambient temperature with the printer just sitting idle so I can confirm that the temperature is about 18 degrees.
When I disconnect the thermistors the temperatures read 70 degrees.
Gcode M149 confirms that the printer is set to Celcius.
The thermistors are standard 100K and the printer is using a 12V power supply
The text was updated successfully, but these errors were encountered: