diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index b5e5ef5b1..f2a4d0be2 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/configurator/config/Configuration_adv.h b/Marlin/configurator/config/Configuration_adv.h index b5e5ef5b1..f2a4d0be2 100644 --- a/Marlin/configurator/config/Configuration_adv.h +++ b/Marlin/configurator/config/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/Felix/Configuration_adv.h b/Marlin/example_configurations/Felix/Configuration_adv.h index ef80384b1..8d1b3ceaf 100644 --- a/Marlin/example_configurations/Felix/Configuration_adv.h +++ b/Marlin/example_configurations/Felix/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/Hephestos/Configuration_adv.h b/Marlin/example_configurations/Hephestos/Configuration_adv.h index 14cb8b8b8..71e953010 100644 --- a/Marlin/example_configurations/Hephestos/Configuration_adv.h +++ b/Marlin/example_configurations/Hephestos/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/K8200/Configuration_adv.h b/Marlin/example_configurations/K8200/Configuration_adv.h index ef80384b1..8d1b3ceaf 100644 --- a/Marlin/example_configurations/K8200/Configuration_adv.h +++ b/Marlin/example_configurations/K8200/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/SCARA/Configuration_adv.h b/Marlin/example_configurations/SCARA/Configuration_adv.h index 70c33413a..380c4816b 100644 --- a/Marlin/example_configurations/SCARA/Configuration_adv.h +++ b/Marlin/example_configurations/SCARA/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/WITBOX/Configuration_adv.h b/Marlin/example_configurations/WITBOX/Configuration_adv.h index 652041bd1..d167e5c83 100644 --- a/Marlin/example_configurations/WITBOX/Configuration_adv.h +++ b/Marlin/example_configurations/WITBOX/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h index 7fb10e3c4..ff7cdecb7 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 40000 //40 seconds -#define WATCH_TEMP_INCREASE 10 //Heat up at least 10 degree in 20 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/delta/generic/Configuration_adv.h b/Marlin/example_configurations/delta/generic/Configuration_adv.h index f5fbb1b34..3566cb6ed 100644 --- a/Marlin/example_configurations/delta/generic/Configuration_adv.h +++ b/Marlin/example_configurations/delta/generic/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h index 6d76091a4..d1b0f8998 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/makibox/Configuration_adv.h b/Marlin/example_configurations/makibox/Configuration_adv.h index f0662dc8b..99a61a1b5 100644 --- a/Marlin/example_configurations/makibox/Configuration_adv.h +++ b/Marlin/example_configurations/makibox/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed. diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h index 4a31b86c7..636b81d2d 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h @@ -19,8 +19,8 @@ // If the temperature has not increased at the end of that period, the target temperature is set to zero. // It can be reset with another M104/M109. This check is also only triggered if the target temperature and // the current temperature differ by at least 2x WATCH_TEMP_INCREASE -#define WATCH_TEMP_PERIOD 10000 // 10 seconds -#define WATCH_TEMP_INCREASE 2 // Heat up at least 2 degrees in 10 seconds +#define WATCH_TEMP_PERIOD 16000 // 16 seconds +#define WATCH_TEMP_INCREASE 4 // Heat up at least 4 degrees in 16 seconds #ifdef PIDTEMP // this adds an experimental additional term to the heating power, proportional to the extrusion speed.