Change pin to control bed heater January 15, 2018 09:31AM |
Registered: 2 years ago Posts: 19 |
Re: Change pin to control bed heater March 16, 2018 03:27AM |
Registered: 3 months ago Posts: 63 |
temperature_control.bed.enable true # Whether to activate this ( "hotend" ) module at all. temperature_control.bed.thermistor_pin 0.24 # Pin for the thermistor to read temperature_control.bed.heater_pin 2.7 # Pin that controls the heater temperature_control.bed.thermistor Honeywell100K # See [smoothieware.org] #temperature_control.bed.beta 3974 # Or set the beta value temperature_control.bed.set_m_code 140 # M-code to set the temperature for this module temperature_control.bed.set_and_wait_m_code 190 # M-code to set-and-wait for this module temperature_control.bed.designator B # Designator letter for this module
Re: Change pin to control bed heater March 16, 2018 04:15AM |
Registered: 5 years ago Posts: 4,296 |