My thermistors always read this, even if I disconnected all three thermistors from Smoothieboard. What is the problem? Thank you
M105
ok T:122.1 /0.0 @0 T1:122.2 /0.0 @0 B:131.9 /0.0 @0
M105
ok T:122.1 /0.0 @0 T1:122.2 /0.0 @0 B:131.9 /0.0 @0
M105
ok T:122.3 /0.0 @0 T1:122.3 /0.0 @0 B:132.1 /0.0 @0
M105
ok T:122.3 /0.0 @0 T1:122.3 /0.0 @0 B:132.1 /0.0 @0
- Hotend temperature control configuration
temperature_control.hotend.enable true # Whether to activate this ( “hotend” ) module at all.
temperature_control.hotend.thermistor_pin 0.24 # Pin for the thermistor to read
temperature_control.hotend.heater_pin 2.7 # Pin that controls the heater, set to nc if a readonly thermistor is being defined
temperature_control.hotend.thermistor Semitec #
temperature_control.hotend.set_m_code 104 #
temperature_control.hotend.set_and_wait_m_code 109 #
temperature_control.hotend.designator T #
- Hotend2 temperature control configuration
temperature_control.hotend2.enable true # Whether to activate this ( “hotend” ) module at all.
temperature_control.hotend2.thermistor_pin 0.25 # Pin for the thermistor to read
temperature_control.hotend2.heater_pin 1.23 # Pin that controls the heater
temperature_control.hotend2.thermistor Semitec #
temperature_control.hotend2.set_m_code 104 #
temperature_control.hotend2.set_and_wait_m_code 109 #
temperature_control.hotend2.designator T1 #
temperature_control.bed.enable true #
temperature_control.bed.thermistor_pin 0.23 #
temperature_control.bed.heater_pin 2.5 #
temperature_control.bed.thermistor Honeywell100K #
temperature_control.bed.set_m_code 140 #
temperature_control.bed.set_and_wait_m_code 190 #
temperature_control.bed.designator B #
Imported from wikidot