extruder: Support a minimum extrude temperature
Allow the config file to specify the minimum temperature for the extruder and check for that temperature prior to moving the extruder motor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -135,6 +135,9 @@ pid_deriv_time: 2.0
|
||||
# will be smoothed to reduce the impact of measurement noise
|
||||
pid_integral_max: 255
|
||||
# The maximum "windup" the integral term may accumulate
|
||||
min_extrude_temp: 170
|
||||
# The minimum temperature (in Celsius) at which extruder move
|
||||
# commands may be issued
|
||||
min_temp: 0
|
||||
# Minimum temperature in Celsius (mcu will shutdown if not met)
|
||||
max_temp: 210
|
||||
|
||||
Reference in New Issue
Block a user