Closed gianguardo closed 1 year ago
Hello, I'm trying to configure EZ31865 for Octopus max ez but I receive from the display ERR Max Temp E1 or ERR Min Temp E1. Can someone help me?
My setup: Configuration.h
Pin_BTT_OCTOPUS_MAX_EZ.h /*
*/ //MAX31865 MnP
I also tried enabling in Configuration_adv.h , no results
I also tried to follow the instructions of the Biqu but nothing
Thank you and good day
Hello, I'm trying to configure EZ31865 for Octopus max ez but I receive from the display ERR Max Temp E1 or ERR Min Temp E1. Can someone help me?
My setup: Configuration.h
define TEMP_SENSOR_0 -5
define MAX31865_SENSOR_OHMS_0 100
define MAX31865_CALIBRATION_OHMS_0 430
define HEATER_0_MAXTEMP 520
Pin_BTT_OCTOPUS_MAX_EZ.h /*
define E1_STEP_PIN PG15 // MOTOR 6
define E1_DIR_PIN PB3
define E1_ENABLE_PIN PD5
ifndef E1_CS_PIN
define E1_CS_PIN PG9
endif
*/ //MAX31865 MnP
define TEMP_0_MISO_PIN PE13
define TEMP_0_SCK_PIN PE12
define TEMP_0_MOSI_PIN PE14
define TEMP_0_CS_PIN PG9
I also tried enabling in Configuration_adv.h , no results
define TEMP_SENSOR_FORCE_HW_SPI
I also tried to follow the instructions of the Biqu but nothing
Thank you and good day