I have a Temp issue and not sure where to trouble shoot. This is on a MKS SBase V1.3 board (I know but I could not find a smoothie board in stock when I was looking to buy ), flashed with the January 2017 Edge firmware with a December 2016 Config File. Running Windows 10. I have formatted the SD Card last night as a precaution. I also have network enabled.
Recently I decided to connect my 2nd hot end. This is a brand new E3D V6. Hot end 1 is also a E3D V6.
Hot end #2 does not display the correct temperature in Repetier. Reads 100.00C if the thermistor cable is plugged in or not.
I have swapped the thermistor cables between HE1 and HE2 and the temperature does register as expected except the one plugged into hotend2.
I changed the pin configuration between the heated bed, hot end 1 and hot end 2. All registered except hotend 2.
Currently Heated Bed is Pin .23, Hot end 1 Pin .24 Hot end 2 Pin .25
I must be missing something in my Configuration file… Can someone double check?
[[code]]
## Temperature control configuration
- First hotend configuration
temperature_control.hotend.enable true # Whether to activate this ( "hotend" ) module at all.
# All configuration is ignored if false.
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 # removed link…
#temperature_control.hotend.beta 4066 # or set the beta value
temperature_control.hotend.set_m_code 104 #
temperature_control.hotend.set_and_wait_m_code 109 #
temperature_control.hotend.designator T #
temperature_control.hotend.max_temp 270 # Set maximum temperature - Will prevent heating above 300 by default
#temperature_control.hotend.min_temp 0 # Set minimum temperature - Will prevent heating below if set
- safety control is enabled by default and can be overidden here, the values show the defaults
#temperature_control.hotend.runaway_heating_timeout 900 # max is 2040 seconds, how long it can take to heat up
#temperature_control.hotend.runaway_cooling_timeout 900 # max is 2040 seconds, how long it can take to cool down if temp is set lower
#temperature_control.hotend.runaway_range 20 # Max setting is 63°C
#temperature_control.hotend.p_factor 13.7 # permanently set the PID values after an auto pid
#temperature_control.hotend.i_factor 0.097 #
#temperature_control.hotend.d_factor 24 #
#temperature_control.hotend.max_pwm 64 # max pwm, 64 is a good value if driving a 12v resistor with 24v.
- Second hotend configuration
temperature_control.hotend2.enable true # Whether to activate this ( "hotend" ) module at all.
# All configuration is ignored if false.
temperature_control.hotend2.thermistor_pin 0.25 # this was 0.25 Pin for the thermistor to read
temperature_control.hotend2.heater_pin 2.6 # This was 1.23 Pin that controls the heater
temperature_control.hotend2.thermistor Semitec # removed link…
#temperature_control.hotend2.beta 4066 # or set the beta value
temperature_control.hotend2.set_m_code 104 #
temperature_control.hotend2.set_and_wait_m_code 109 #
temperature_control.hotend2.designator T1 #
temperature_control.hotend2.max_temp 270 # Set maximum temperature - Will prevent heating above 300 by default
#temperature_control.hotend2.min_temp 0 # Set minimum temperature - Will prevent heating below if set
#temperature_control.hotend2.p_factor 13.7 # permanently set the PID values after an auto pid
#temperature_control.hotend2.i_factor 0.097 #
#temperature_control.hotend2.d_factor 24 #
#temperature_control.hotend2.max_pwm 64 # max pwm, 64 is a good value if driving a 12v resistor with 24v.
[[/code]]
Imported from wikidot