diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 860cbb62..ec383d75 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -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 |