Pin that controls the heater
#temperature_control.bed.beta 4066 #
or set the beta value
#
All configuration is ignored if false.
#temperature_control.bed.p_factor 13.7 #
permanently set the PID values after an auto pid
#temperature_control.bed.i_factor 0.097 #
#temperature_control.bed.d_factor 24 #
#temperature_control.T0.K1_factor 0.95 #
factor used for smoother PID temperature control mechanism
#temperature_control.bed.max_pwm 255 #
max pwm, 64 is a good value if driving a 12v resistor with
24v.
temperature_control.bed.max_temperature 120 #
Max temperature in °C allowed for heated bed.
temperature_control.bed.min_temperature 0 #
Min temperature in °C, which is recognized from the
temperature sensor.
temperature_control.bed.bang_bang true #
set to true to use bang bang control rather than PID
temperature_control.bed.hysteresis 0.1 #
set to the temperature in degrees C to use as hysteresis
#
when using bang bang
#temperature_control.bed.readings_per_second 20
#temperature_control.bed.set_m_code 140 #
#temperature_control.bed.set_and_wait_m_code 190 #
#temperature_control.bed.designator B #
# Switch module for fan control
switch.fan.enable true
#
switch.fan.input_on_command M106
#
switch.fan.input_off_command M107
#
switch.fan.output_pin 2.2!
#
switch.fan.output_type pwm
# pwm output settable with S parameter in the input_on_comand
switch.fan.max_pwm 255
# set max pwm for the pin default is 255
#switch.misc.enable true
#
#switch.misc.input_on_command M42
#
#switch.misc.input_off_command M43
#
#switch.misc.output_pin 2.4
#
#switch.misc.output_type digital
# just an on or off pin
# automatically toggle a switch at a specified temperature.
Different ones of these may be defined to monitor different
temperatures and switch different swithxes
# useful to turn on a fan or water pump to cool the hotend
#temperatureswitch.hotend.enable true #
#temperatureswitch.hotend.designator T
# first character of the temperature control designator to use
as the temperature sensor to monitor
#temperatureswitch.hotend.switch misc
# select which switch to use, matches the name of the defined
switch
#temperatureswitch.hotend.threshold_temp 60.0
# temperature to turn on (if rising) or off the switch
#temperatureswitch.hotend.heatup_poll 15
# poll heatup at 15 sec intervals
#temperatureswitch.hotend.cooldown_poll 60
# poll cooldown at 60 sec intervals