diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h index f4ad1cce97..f8d2572ec2 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/3DMatik/XL/Configuration_adv.h b/config/examples/3DMatik/XL/Configuration_adv.h index fd6aba3a42..0c88ff0d3e 100644 --- a/config/examples/3DMatik/XL/Configuration_adv.h +++ b/config/examples/3DMatik/XL/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/ADIMLab/Gantry v1/Configuration_adv.h b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h index 4730640922..0bd57c5b8c 100644 --- a/config/examples/ADIMLab/Gantry v1/Configuration_adv.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/ADIMLab/Gantry v2/Configuration_adv.h b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h index 7fb7bc99d4..79adbdf1bd 100644 --- a/config/examples/ADIMLab/Gantry v2/Configuration_adv.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Alfawise/U20-bltouch/Configuration_adv.h b/config/examples/Alfawise/U20-bltouch/Configuration_adv.h index 2efd8ee7bc..2a0c3e1835 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration_adv.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration_adv.h @@ -2380,11 +2380,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Alfawise/U20/Configuration_adv.h b/config/examples/Alfawise/U20/Configuration_adv.h index 2c3e2f95ed..6b659801bf 100644 --- a/config/examples/Alfawise/U20/Configuration_adv.h +++ b/config/examples/Alfawise/U20/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AliExpress/CL-260/Configuration_adv.h b/config/examples/AliExpress/CL-260/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/AliExpress/CL-260/Configuration_adv.h +++ b/config/examples/AliExpress/CL-260/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AliExpress/UM2pExt/Configuration_adv.h b/config/examples/AliExpress/UM2pExt/Configuration_adv.h index 14c3970210..af78cc8d5b 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration_adv.h +++ b/config/examples/AliExpress/UM2pExt/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/A2/Configuration_adv.h b/config/examples/Anet/A2/Configuration_adv.h index a9903c1350..3d988bbda4 100644 --- a/config/examples/Anet/A2/Configuration_adv.h +++ b/config/examples/Anet/A2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/A2plus/Configuration_adv.h b/config/examples/Anet/A2plus/Configuration_adv.h index a9903c1350..3d988bbda4 100644 --- a/config/examples/Anet/A2plus/Configuration_adv.h +++ b/config/examples/Anet/A2plus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/A6/Configuration_adv.h b/config/examples/Anet/A6/Configuration_adv.h index a01143b289..7ffe28b7e7 100644 --- a/config/examples/Anet/A6/Configuration_adv.h +++ b/config/examples/Anet/A6/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/A8/Configuration_adv.h b/config/examples/Anet/A8/Configuration_adv.h index c2ab9b70ff..cd541b831e 100644 --- a/config/examples/Anet/A8/Configuration_adv.h +++ b/config/examples/Anet/A8/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/A8plus/Configuration_adv.h b/config/examples/Anet/A8plus/Configuration_adv.h index f541a8e849..d5c37ecb1b 100644 --- a/config/examples/Anet/A8plus/Configuration_adv.h +++ b/config/examples/Anet/A8plus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/A9/Configuration_adv.h b/config/examples/Anet/A9/Configuration_adv.h index c5cecb4ed8..708734fff2 100644 --- a/config/examples/Anet/A9/Configuration_adv.h +++ b/config/examples/Anet/A9/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/E10/Configuration_adv.h b/config/examples/Anet/E10/Configuration_adv.h index 7d2a19a783..b7da6f754e 100644 --- a/config/examples/Anet/E10/Configuration_adv.h +++ b/config/examples/Anet/E10/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h b/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h index fffc442ef7..18dcb9b20b 100644 --- a/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h +++ b/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/E16/Stock/Configuration_adv.h b/config/examples/Anet/E16/Stock/Configuration_adv.h index f47ee0f783..536bb008a4 100644 --- a/config/examples/Anet/E16/Stock/Configuration_adv.h +++ b/config/examples/Anet/E16/Stock/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET4+/Configuration_adv.h b/config/examples/Anet/ET4+/Configuration_adv.h index ab7fc33b53..3813e28ed0 100644 --- a/config/examples/Anet/ET4+/Configuration_adv.h +++ b/config/examples/Anet/ET4+/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET4-Pro/Configuration_adv.h b/config/examples/Anet/ET4-Pro/Configuration_adv.h index ab7fc33b53..3813e28ed0 100644 --- a/config/examples/Anet/ET4-Pro/Configuration_adv.h +++ b/config/examples/Anet/ET4-Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET4/Configuration_adv.h b/config/examples/Anet/ET4/Configuration_adv.h index ab7fc33b53..3813e28ed0 100644 --- a/config/examples/Anet/ET4/Configuration_adv.h +++ b/config/examples/Anet/ET4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET4X/Configuration_adv.h b/config/examples/Anet/ET4X/Configuration_adv.h index ab7fc33b53..3813e28ed0 100644 --- a/config/examples/Anet/ET4X/Configuration_adv.h +++ b/config/examples/Anet/ET4X/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET5-Pro/Configuration_adv.h b/config/examples/Anet/ET5-Pro/Configuration_adv.h index 4dd34dc1b2..42d209f9ab 100644 --- a/config/examples/Anet/ET5-Pro/Configuration_adv.h +++ b/config/examples/Anet/ET5-Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET5/Configuration_adv.h b/config/examples/Anet/ET5/Configuration_adv.h index 4dd34dc1b2..42d209f9ab 100644 --- a/config/examples/Anet/ET5/Configuration_adv.h +++ b/config/examples/Anet/ET5/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Anet/ET5X/Configuration_adv.h b/config/examples/Anet/ET5X/Configuration_adv.h index 4dd34dc1b2..42d209f9ab 100644 --- a/config/examples/Anet/ET5X/Configuration_adv.h +++ b/config/examples/Anet/ET5X/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/Chiron/Configuration_adv.h b/config/examples/AnyCubic/Chiron/Configuration_adv.h index 1e55239ab8..5f80b14496 100644 --- a/config/examples/AnyCubic/Chiron/Configuration_adv.h +++ b/config/examples/AnyCubic/Chiron/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h index adf0e44fcf..fdd7b5aef5 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h index 9f4e88e8eb..7e5182afd9 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h index 9c265c9bf8..27589f2b1b 100644 --- a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/Vyper/Configuration_adv.h b/config/examples/AnyCubic/Vyper/Configuration_adv.h index 64a5491e8a..dd05c3e963 100644 --- a/config/examples/AnyCubic/Vyper/Configuration_adv.h +++ b/config/examples/AnyCubic/Vyper/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h index de111cd1d5..19a3d19580 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h index 62ec49face..aa49a76ad6 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/AnyCubic/i3/Configuration_adv.h b/config/examples/AnyCubic/i3/Configuration_adv.h index 5e4254fae7..96babc6a67 100644 --- a/config/examples/AnyCubic/i3/Configuration_adv.h +++ b/config/examples/AnyCubic/i3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/ArmEd/Configuration_adv.h b/config/examples/ArmEd/Configuration_adv.h index 1b131453b4..5982b1179a 100644 --- a/config/examples/ArmEd/Configuration_adv.h +++ b/config/examples/ArmEd/Configuration_adv.h @@ -2375,11 +2375,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Genius Pro/Configuration_adv.h b/config/examples/Artillery/Genius Pro/Configuration_adv.h index 1d55702558..9c2ac6bffa 100644 --- a/config/examples/Artillery/Genius Pro/Configuration_adv.h +++ b/config/examples/Artillery/Genius Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h b/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h index 376a15fb4a..54baf04ff3 100644 --- a/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h +++ b/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Genius/V1/Configuration_adv.h b/config/examples/Artillery/Genius/V1/Configuration_adv.h index 5ee08548ec..a54bb41c32 100644 --- a/config/examples/Artillery/Genius/V1/Configuration_adv.h +++ b/config/examples/Artillery/Genius/V1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Hornet/Configuration_adv.h b/config/examples/Artillery/Hornet/Configuration_adv.h index 528997c942..82a0c8b4d4 100644 --- a/config/examples/Artillery/Hornet/Configuration_adv.h +++ b/config/examples/Artillery/Hornet/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h index 7219f427cf..929b78a146 100644 --- a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h index 5ee08548ec..a54bb41c32 100644 --- a/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Artillery/Sidewinder X2/Configuration_adv.h b/config/examples/Artillery/Sidewinder X2/Configuration_adv.h index 21db333e9c..ad6cae32ba 100644 --- a/config/examples/Artillery/Sidewinder X2/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Azteeg/X5GT/Configuration_adv.h b/config/examples/Azteeg/X5GT/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Azteeg/X5GT/Configuration_adv.h +++ b/config/examples/Azteeg/X5GT/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h index 3a7ebc70b7..d3b440cde3 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIBO/TouchX/default - BLTouch/Configuration_adv.h b/config/examples/BIBO/TouchX/default - BLTouch/Configuration_adv.h index d8c14940d3..cd6177822c 100644 --- a/config/examples/BIBO/TouchX/default - BLTouch/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/default - BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIBO/TouchX/default/Configuration_adv.h b/config/examples/BIBO/TouchX/default/Configuration_adv.h index cd3d976bf8..37bc82ab3f 100644 --- a/config/examples/BIBO/TouchX/default/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/default/Configuration_adv.h @@ -2367,11 +2367,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h index b89df263f1..c6348f49f7 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIQU/B1 SE/Configuration_adv.h b/config/examples/BIQU/B1 SE/Configuration_adv.h index 68017f24e2..4495a5baa0 100644 --- a/config/examples/BIQU/B1 SE/Configuration_adv.h +++ b/config/examples/BIQU/B1 SE/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIQU/B1/Configuration_adv.h b/config/examples/BIQU/B1/Configuration_adv.h index e0786268a5..23935b4a83 100644 --- a/config/examples/BIQU/B1/Configuration_adv.h +++ b/config/examples/BIQU/B1/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIQU/BX/Configuration_adv.h b/config/examples/BIQU/BX/Configuration_adv.h index beffcea5b1..2af9fee4bb 100644 --- a/config/examples/BIQU/BX/Configuration_adv.h +++ b/config/examples/BIQU/BX/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIQU/Hurakan/Configuration_adv.h b/config/examples/BIQU/Hurakan/Configuration_adv.h index c5c25d24e5..d7bd82f51f 100644 --- a/config/examples/BIQU/Hurakan/Configuration_adv.h +++ b/config/examples/BIQU/Hurakan/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BIQU/Thunder Standard/Configuration_adv.h b/config/examples/BIQU/Thunder Standard/Configuration_adv.h index ead84f04f5..e6c485add9 100644 --- a/config/examples/BIQU/Thunder Standard/Configuration_adv.h +++ b/config/examples/BIQU/Thunder Standard/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BQ/Hephestos/Configuration_adv.h b/config/examples/BQ/Hephestos/Configuration_adv.h index 21853e8bcf..67bb032ec4 100644 --- a/config/examples/BQ/Hephestos/Configuration_adv.h +++ b/config/examples/BQ/Hephestos/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BQ/Hephestos_2/Configuration_adv.h b/config/examples/BQ/Hephestos_2/Configuration_adv.h index 817b494232..eb609b74ea 100644 --- a/config/examples/BQ/Hephestos_2/Configuration_adv.h +++ b/config/examples/BQ/Hephestos_2/Configuration_adv.h @@ -2378,11 +2378,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/BQ/WITBOX/Configuration_adv.h b/config/examples/BQ/WITBOX/Configuration_adv.h index 21853e8bcf..67bb032ec4 100644 --- a/config/examples/BQ/WITBOX/Configuration_adv.h +++ b/config/examples/BQ/WITBOX/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/CNC/miniRambo/Configuration_adv.h b/config/examples/CNC/miniRambo/Configuration_adv.h index dd992ba2a3..8ee179eb65 100644 --- a/config/examples/CNC/miniRambo/Configuration_adv.h +++ b/config/examples/CNC/miniRambo/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/CTC/A13/Configuration_adv.h b/config/examples/CTC/A13/Configuration_adv.h index 147e8b4161..491bbe7f80 100644 --- a/config/examples/CTC/A13/Configuration_adv.h +++ b/config/examples/CTC/A13/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/CTC/Bizer/Configuration_adv.h b/config/examples/CTC/Bizer/Configuration_adv.h index e949a03777..2a6ea198d4 100644 --- a/config/examples/CTC/Bizer/Configuration_adv.h +++ b/config/examples/CTC/Bizer/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h +++ b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Cartesio/Configuration_adv.h b/config/examples/Cartesio/Configuration_adv.h index 4e0253aa03..5a78cecce6 100644 --- a/config/examples/Cartesio/Configuration_adv.h +++ b/config/examples/Cartesio/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Copymaster3D/300/Configuration_adv.h b/config/examples/Copymaster3D/300/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Copymaster3D/300/Configuration_adv.h +++ b/config/examples/Copymaster3D/300/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Copymaster3D/400/Configuration_adv.h b/config/examples/Copymaster3D/400/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Copymaster3D/400/Configuration_adv.h +++ b/config/examples/Copymaster3D/400/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Copymaster3D/500/Configuration_adv.h b/config/examples/Copymaster3D/500/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Copymaster3D/500/Configuration_adv.h +++ b/config/examples/Copymaster3D/500/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 Max/Configuration_adv.h b/config/examples/Creality/CR-10 Max/Configuration_adv.h index 49cc09d603..6d1bacf6dd 100644 --- a/config/examples/Creality/CR-10 Max/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Max/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 992b358c3c..9283bb34ca 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 9f771d87e2..ef3b0b25d9 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h index b4bd0a89c8..15872a7c3a 100644 --- a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h index 855317f6f3..b522a7e911 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h @@ -2369,11 +2369,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h index 183c857d97..28f50f35e0 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h index 8f9d911e52..d14cd3e5a3 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h index ae9d854f1f..e30abc3bb3 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h index 183c857d97..28f50f35e0 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration_adv.h index f245a114c4..e168473c59 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration_adv.h index 2256acfd5c..1f01ad4099 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 V2/Configuration_adv.h b/config/examples/Creality/CR-10 V2/Configuration_adv.h index 7c7b026e6a..8505a8bbd7 100644 --- a/config/examples/Creality/CR-10 V2/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V2/Configuration_adv.h @@ -2373,11 +2373,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration_adv.h b/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration_adv.h index b13d40a9ad..bcbed9b0f3 100644 --- a/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration_adv.h @@ -2375,11 +2375,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10 V3/Stock/Configuration_adv.h b/config/examples/Creality/CR-10 V3/Stock/Configuration_adv.h index 7f7dce864a..c10cfb7856 100644 --- a/config/examples/Creality/CR-10 V3/Stock/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V3/Stock/Configuration_adv.h @@ -2375,11 +2375,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 9722b1a77f..d8b956c99d 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 6ef40abac1..01907d39a6 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h index b7580e5f47..36c5ed82e4 100644 --- a/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S Pro/Configuration_adv.h b/config/examples/Creality/CR-10S Pro/Configuration_adv.h index d9a102717d..6d6629da0e 100644 --- a/config/examples/Creality/CR-10S Pro/Configuration_adv.h +++ b/config/examples/Creality/CR-10S Pro/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h index 5155fa210a..1d17b28d1e 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h index d9b1e4a7e5..fda5fc409a 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 9722b1a77f..d8b956c99d 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 32d2c5801c..168fe5917e 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h index 8864db7f0f..e425e7647c 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration_adv.h b/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration_adv.h index 23a54a5c3c..d331049ecf 100644 --- a/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h index cd1d529b2f..0eb282ccfd 100644 --- a/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-20 Pro/Configuration_adv.h b/config/examples/Creality/CR-20 Pro/Configuration_adv.h index b06254b787..f7dfb90023 100644 --- a/config/examples/Creality/CR-20 Pro/Configuration_adv.h +++ b/config/examples/Creality/CR-20 Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h index ef6d15e4f0..38e41b14c3 100644 --- a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h +++ b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-20/Stock/Configuration_adv.h b/config/examples/Creality/CR-20/Stock/Configuration_adv.h index ef6d15e4f0..38e41b14c3 100644 --- a/config/examples/Creality/CR-20/Stock/Configuration_adv.h +++ b/config/examples/Creality/CR-20/Stock/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h b/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h index 4c71a3c6df..bdb0489482 100644 --- a/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h +++ b/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-6 SE/Configuration_adv.h b/config/examples/Creality/CR-6 SE/Configuration_adv.h index cca5fe2714..c90c786f29 100644 --- a/config/examples/Creality/CR-6 SE/Configuration_adv.h +++ b/config/examples/Creality/CR-6 SE/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/CR-8/Configuration_adv.h b/config/examples/Creality/CR-8/Configuration_adv.h index 90d37267fd..0cd555cb28 100644 --- a/config/examples/Creality/CR-8/Configuration_adv.h +++ b/config/examples/Creality/CR-8/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration_adv.h b/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration_adv.h index d4196a160c..aa6f61e247 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration_adv.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h index e70a8450d6..0ad2b6e8e0 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-2/Configuration_adv.h b/config/examples/Creality/Ender-2/Configuration_adv.h index bf6734059d..3e69bcff4c 100644 --- a/config/examples/Creality/Ender-2/Configuration_adv.h +++ b/config/examples/Creality/Ender-2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h b/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h index 3439f605d0..1a01f12059 100644 --- a/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Max/Configuration_adv.h b/config/examples/Creality/Ender-3 Max/Configuration_adv.h index 74e9aef1fb..c9280dc6e9 100644 --- a/config/examples/Creality/Ender-3 Max/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Max/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Neo/Configuration_adv.h b/config/examples/Creality/Ender-3 Neo/Configuration_adv.h index 113636a496..0d9fa457ae 100644 --- a/config/examples/Creality/Ender-3 Neo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Neo/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h index eb03ddebc8..5d16c02d80 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h index b9ca711704..ea8ddfc564 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index b9ca711704..ea8ddfc564 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index d7cfbaf00f..1141c74536 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 8cfc78f5a9..f0c1dfa9d2 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration_adv.h index 2379be736f..87d1f2f536 100644 --- a/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h index d5eca446a5..48588c5866 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h index 765288ff7c..2260e083bd 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration_adv.h index cda74be03e..4edce6c93b 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h index a118b3f61e..b3ad854e14 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h b/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h index 539e73f4cc..b3f830d081 100644 --- a/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h b/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h index 539e73f4cc..b3f830d081 100644 --- a/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h index 1fabcab28a..d08474af37 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h index 427fd4581c..14c25e4292 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 03b7aa9abe..70e1d54c9c 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration_adv.h index d0faff7b0f..1ea9f3b9d6 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h index 9ce587aa5d..c1221f63a2 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h index d061d7defe..7b0df29a02 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h index feceebb33d..2bd70d5893 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h index 98e074c8e4..c7bc5eae95 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h index 51f56e4178..5d5f04ba11 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h index e77681c8aa..d384dcc53e 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h index cb3924033f..79dbb533ac 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h index 16ee2c3d7f..58581a179a 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h index 43ab5ac13f..2d07b3233e 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h index 2548a00ab4..5b05e18c0e 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h index edac01c0d1..db20cd4d9f 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h index 99cce44f23..c39c05e2f0 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h index 1d14fa3fd5..b024b91063 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h index 1dd7391277..60c5daf2b1 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h index dbb7cd0613..63fd2a1515 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h index 1dd7391277..60c5daf2b1 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h index 789a03cd06..e214e74e47 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h index b31d4e2fb9..5c1979e465 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index b31d4e2fb9..5c1979e465 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 81febfda8d..fefc0836c2 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 9b84196ac2..67a0f3064f 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/Creality free-runs/Configuration_adv.h b/config/examples/Creality/Ender-3/Creality free-runs/Configuration_adv.h index 2379be736f..87d1f2f536 100644 --- a/config/examples/Creality/Ender-3/Creality free-runs/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/Creality free-runs/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h index d5eca446a5..48588c5866 100644 --- a/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h index a38a8250eb..4490ef7386 100644 --- a/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h index a118b3f61e..b3ad854e14 100644 --- a/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h index a99376e7b2..e18642396f 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h index a99376e7b2..e18642396f 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h index fc292a4270..35426dd554 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h index a99376e7b2..e18642396f 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h index a99376e7b2..e18642396f 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h index aaab8ed18d..c0337a7e3b 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h @@ -2369,11 +2369,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h index 2a7049317f..5e4baf135d 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h index a6d6743ef8..194d68f69d 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h index 1fa3cf4048..e67d12300b 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h index 6ba7eb4e42..760900ec9f 100644 --- a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-4/Configuration_adv.h b/config/examples/Creality/Ender-4/Configuration_adv.h index f822e4fd10..c65588de7c 100644 --- a/config/examples/Creality/Ender-4/Configuration_adv.h +++ b/config/examples/Creality/Ender-4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h index 163af8befb..59d105c439 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h index 3b0969cc2f..94458b1e62 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h index 333cac7c4b..713b414ba8 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h index e01bb8d31e..bb386f24cc 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index e118ad99b9..e71b17f191 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h index 569c782ad9..359a23a6e5 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h index 877dcdb043..016c082b44 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h index 63c953e137..a50d247316 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h index 73da70117e..dda0b038ad 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h index a4eece2258..2e30b15f6a 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5 S1/Configuration_adv.h b/config/examples/Creality/Ender-5 S1/Configuration_adv.h index 232f4b5dbe..ef29f35945 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 S1/Configuration_adv.h @@ -2374,11 +2374,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h index e01bb8d31e..bb386f24cc 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h index 0ff8b9ebe7..d2de6a7666 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index 3f8e14828b..014d5492d0 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 4fd367a8d7..28c6faba03 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h index 3ceb5fd28a..fc933a113a 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/Creality free-runs/Configuration_adv.h b/config/examples/Creality/Ender-5/Creality free-runs/Configuration_adv.h index 6b73249fb7..c1cd1814be 100644 --- a/config/examples/Creality/Ender-5/Creality free-runs/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/Creality free-runs/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h index 6e3a9a07b6..72cecc2171 100644 --- a/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration_adv.h index 041962ec8c..8d09c217bb 100644 --- a/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h index c5c4de7e92..79d232c84c 100644 --- a/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Creality/Ender-6/Configuration_adv.h b/config/examples/Creality/Ender-6/Configuration_adv.h index 9cf4e4bf3a..79ad09f561 100644 --- a/config/examples/Creality/Ender-6/Configuration_adv.h +++ b/config/examples/Creality/Ender-6/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h b/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h index ed81c341fd..180edf9465 100644 --- a/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h +++ b/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Daycom/3DP-100/Configuration_adv.h b/config/examples/Daycom/3DP-100/Configuration_adv.h index f4a3a5961f..fbe3e2f8af 100644 --- a/config/examples/Daycom/3DP-100/Configuration_adv.h +++ b/config/examples/Daycom/3DP-100/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h b/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h index d8b176bd1c..24049a476b 100644 --- a/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h +++ b/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h b/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h index fa59717df5..2e78251fea 100644 --- a/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h +++ b/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Eazao/Zero/Configuration_adv.h b/config/examples/Eazao/Zero/Configuration_adv.h index 9eb8b9b3bd..626f4acf84 100644 --- a/config/examples/Eazao/Zero/Configuration_adv.h +++ b/config/examples/Eazao/Zero/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Einstart-S/Configuration_adv.h b/config/examples/Einstart-S/Configuration_adv.h index ded817b8a5..c916ae7d38 100644 --- a/config/examples/Einstart-S/Configuration_adv.h +++ b/config/examples/Einstart-S/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Elegoo/Neptune 2/Configuration_adv.h b/config/examples/Elegoo/Neptune 2/Configuration_adv.h index 00104405a1..f6715462dd 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration_adv.h +++ b/config/examples/Elegoo/Neptune 2/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Eryone/Thinker SE/Configuration_adv.h b/config/examples/Eryone/Thinker SE/Configuration_adv.h index 1380bcd284..29a6fd36a0 100644 --- a/config/examples/Eryone/Thinker SE/Configuration_adv.h +++ b/config/examples/Eryone/Thinker SE/Configuration_adv.h @@ -2376,11 +2376,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Eryone/Thinker V2/Configuration_adv.h b/config/examples/Eryone/Thinker V2/Configuration_adv.h index 5ea605b838..36e85b760c 100644 --- a/config/examples/Eryone/Thinker V2/Configuration_adv.h +++ b/config/examples/Eryone/Thinker V2/Configuration_adv.h @@ -2376,11 +2376,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FYSETC/AIO_II/Configuration_adv.h b/config/examples/FYSETC/AIO_II/Configuration_adv.h index 76fb2acbd7..1c58fba65c 100644 --- a/config/examples/FYSETC/AIO_II/Configuration_adv.h +++ b/config/examples/FYSETC/AIO_II/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FYSETC/F6_13/Configuration_adv.h b/config/examples/FYSETC/F6_13/Configuration_adv.h index 141ec36925..b4ecbcb125 100644 --- a/config/examples/FYSETC/F6_13/Configuration_adv.h +++ b/config/examples/FYSETC/F6_13/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FYSETC/S6/Configuration_adv.h b/config/examples/FYSETC/S6/Configuration_adv.h index 71295506ab..64d9f181fb 100644 --- a/config/examples/FYSETC/S6/Configuration_adv.h +++ b/config/examples/FYSETC/S6/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Felix/DUAL/Configuration_adv.h b/config/examples/Felix/DUAL/Configuration_adv.h index 216157b793..9897e3fba2 100644 --- a/config/examples/Felix/DUAL/Configuration_adv.h +++ b/config/examples/Felix/DUAL/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Felix/Single/Configuration_adv.h b/config/examples/Felix/Single/Configuration_adv.h index 216157b793..9897e3fba2 100644 --- a/config/examples/Felix/Single/Configuration_adv.h +++ b/config/examples/Felix/Single/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FlashForge/Creator 2X/Configuration_adv.h b/config/examples/FlashForge/Creator 2X/Configuration_adv.h index 9f9cd8c1bc..1592d34c79 100644 --- a/config/examples/FlashForge/Creator 2X/Configuration_adv.h +++ b/config/examples/FlashForge/Creator 2X/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index 435d72e077..c03a56b7b4 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration_adv.h b/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration_adv.h index 804ef39f72..27a63e4ce8 100644 --- a/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration_adv.h +++ b/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration_adv.h @@ -2368,11 +2368,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FlyingBear/P902/Configuration_adv.h b/config/examples/FlyingBear/P902/Configuration_adv.h index dbbfd73be2..3c8bf9cee5 100644 --- a/config/examples/FlyingBear/P902/Configuration_adv.h +++ b/config/examples/FlyingBear/P902/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FlyingBear/P905H/Configuration_adv.h b/config/examples/FlyingBear/P905H/Configuration_adv.h index 9453159e55..16508c966b 100644 --- a/config/examples/FlyingBear/P905H/Configuration_adv.h +++ b/config/examples/FlyingBear/P905H/Configuration_adv.h @@ -2373,11 +2373,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FoamCutter/generic/Configuration_adv.h b/config/examples/FoamCutter/generic/Configuration_adv.h index 93117e19ca..4001b91fc3 100644 --- a/config/examples/FoamCutter/generic/Configuration_adv.h +++ b/config/examples/FoamCutter/generic/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FoamCutter/rcKeith/Configuration_adv.h b/config/examples/FoamCutter/rcKeith/Configuration_adv.h index 93117e19ca..4001b91fc3 100644 --- a/config/examples/FoamCutter/rcKeith/Configuration_adv.h +++ b/config/examples/FoamCutter/rcKeith/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h b/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h index 21dbb16045..69e381abea 100644 --- a/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h +++ b/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/config/examples/FolgerTech/i3-2020/Configuration_adv.h index b72cb754ce..95fbe32a5b 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration_adv.h +++ b/config/examples/FolgerTech/i3-2020/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Formbot/Raptor/Configuration_adv.h b/config/examples/Formbot/Raptor/Configuration_adv.h index da0858c7b3..14eb04d408 100644 --- a/config/examples/Formbot/Raptor/Configuration_adv.h +++ b/config/examples/Formbot/Raptor/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10/Configuration_adv.h b/config/examples/Geeetech/A10/Configuration_adv.h index ee53cc8e01..88a5503ec3 100644 --- a/config/examples/Geeetech/A10/Configuration_adv.h +++ b/config/examples/Geeetech/A10/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10D/Configuration_adv.h b/config/examples/Geeetech/A10D/Configuration_adv.h index cd9a431bfe..34f2b4e01a 100644 --- a/config/examples/Geeetech/A10D/Configuration_adv.h +++ b/config/examples/Geeetech/A10D/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h b/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h index ed15404a78..6c6e4ed5cf 100644 --- a/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h index ed15404a78..6c6e4ed5cf 100644 --- a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10PRO/Configuration_adv.h b/config/examples/Geeetech/A10PRO/Configuration_adv.h index ee53cc8e01..88a5503ec3 100644 --- a/config/examples/Geeetech/A10PRO/Configuration_adv.h +++ b/config/examples/Geeetech/A10PRO/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h b/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h index ed15404a78..6c6e4ed5cf 100644 --- a/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h +++ b/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h index ed15404a78..6c6e4ed5cf 100644 --- a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h +++ b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A20/Configuration_adv.h b/config/examples/Geeetech/A20/Configuration_adv.h index 6c41fc20ec..1caa63343b 100644 --- a/config/examples/Geeetech/A20/Configuration_adv.h +++ b/config/examples/Geeetech/A20/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A20M/Configuration_adv.h b/config/examples/Geeetech/A20M/Configuration_adv.h index 6c41fc20ec..1caa63343b 100644 --- a/config/examples/Geeetech/A20M/Configuration_adv.h +++ b/config/examples/Geeetech/A20M/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A20T/Configuration_adv.h b/config/examples/Geeetech/A20T/Configuration_adv.h index 6c41fc20ec..1caa63343b 100644 --- a/config/examples/Geeetech/A20T/Configuration_adv.h +++ b/config/examples/Geeetech/A20T/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A30/Configuration_adv.h b/config/examples/Geeetech/A30/Configuration_adv.h index f7165af530..eb8e9f4ac8 100644 --- a/config/examples/Geeetech/A30/Configuration_adv.h +++ b/config/examples/Geeetech/A30/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A30M/Configuration_adv.h b/config/examples/Geeetech/A30M/Configuration_adv.h index f7165af530..eb8e9f4ac8 100644 --- a/config/examples/Geeetech/A30M/Configuration_adv.h +++ b/config/examples/Geeetech/A30M/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/A30T/Configuration_adv.h b/config/examples/Geeetech/A30T/Configuration_adv.h index f7165af530..eb8e9f4ac8 100644 --- a/config/examples/Geeetech/A30T/Configuration_adv.h +++ b/config/examples/Geeetech/A30T/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/D200/Configuration_adv.h b/config/examples/Geeetech/D200/Configuration_adv.h index e66fdb4fb4..ba2a60a607 100644 --- a/config/examples/Geeetech/D200/Configuration_adv.h +++ b/config/examples/Geeetech/D200/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Duplicator5/Configuration_adv.h b/config/examples/Geeetech/Duplicator5/Configuration_adv.h index 71295506ab..64d9f181fb 100644 --- a/config/examples/Geeetech/Duplicator5/Configuration_adv.h +++ b/config/examples/Geeetech/Duplicator5/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/E180/Configuration_adv.h b/config/examples/Geeetech/E180/Configuration_adv.h index f7165af530..eb8e9f4ac8 100644 --- a/config/examples/Geeetech/E180/Configuration_adv.h +++ b/config/examples/Geeetech/E180/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/GT2560/Configuration_adv.h b/config/examples/Geeetech/GT2560/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Geeetech/GT2560/Configuration_adv.h +++ b/config/examples/Geeetech/GT2560/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h +++ b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/M201/Configuration_adv.h b/config/examples/Geeetech/M201/Configuration_adv.h index e66fdb4fb4..ba2a60a607 100644 --- a/config/examples/Geeetech/M201/Configuration_adv.h +++ b/config/examples/Geeetech/M201/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/MeCreator2/Configuration_adv.h b/config/examples/Geeetech/MeCreator2/Configuration_adv.h index 2052e3fbbe..6a7f0eef31 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration_adv.h +++ b/config/examples/Geeetech/MeCreator2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Me_creator/Configuration_adv.h b/config/examples/Geeetech/Me_creator/Configuration_adv.h index 71295506ab..64d9f181fb 100644 --- a/config/examples/Geeetech/Me_creator/Configuration_adv.h +++ b/config/examples/Geeetech/Me_creator/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Me_ducer/Configuration_adv.h b/config/examples/Geeetech/Me_ducer/Configuration_adv.h index 56f2a4df37..ff24ef9429 100644 --- a/config/examples/Geeetech/Me_ducer/Configuration_adv.h +++ b/config/examples/Geeetech/Me_ducer/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/PI3A PRO/Configuration_adv.h b/config/examples/Geeetech/PI3A PRO/Configuration_adv.h index a05b15e175..4397d49e4f 100644 --- a/config/examples/Geeetech/PI3A PRO/Configuration_adv.h +++ b/config/examples/Geeetech/PI3A PRO/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h index ee53cc8e01..88a5503ec3 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h index ee53cc8e01..88a5503ec3 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/HMS434/Configuration_adv.h b/config/examples/HMS434/Configuration_adv.h index 95a800eeaa..ab1dddcd0c 100644 --- a/config/examples/HMS434/Configuration_adv.h +++ b/config/examples/HMS434/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Hictop/3DP-17/Configuration_adv.h b/config/examples/Hictop/3DP-17/Configuration_adv.h index dcbe26ffba..5d0c92d211 100644 --- a/config/examples/Hictop/3DP-17/Configuration_adv.h +++ b/config/examples/Hictop/3DP-17/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Infitary/i3-M508/Configuration_adv.h b/config/examples/Infitary/i3-M508/Configuration_adv.h index 153ac4d594..e225262253 100644 --- a/config/examples/Infitary/i3-M508/Configuration_adv.h +++ b/config/examples/Infitary/i3-M508/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h b/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h index 1deee18040..a842b71af5 100644 --- a/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h +++ b/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/JGAurora/A1/Configuration_adv.h b/config/examples/JGAurora/A1/Configuration_adv.h index 31b142c091..3523222c57 100644 --- a/config/examples/JGAurora/A1/Configuration_adv.h +++ b/config/examples/JGAurora/A1/Configuration_adv.h @@ -2376,11 +2376,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/JGAurora/A3/Configuration_adv.h b/config/examples/JGAurora/A3/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/JGAurora/A3/Configuration_adv.h +++ b/config/examples/JGAurora/A3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/JGAurora/A5/Configuration_adv.h b/config/examples/JGAurora/A5/Configuration_adv.h index 7f359d1b43..dfaf89d8ea 100644 --- a/config/examples/JGAurora/A5/Configuration_adv.h +++ b/config/examples/JGAurora/A5/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/JGAurora/A5S/Configuration_adv.h b/config/examples/JGAurora/A5S/Configuration_adv.h index 20a5987386..4d20a74c49 100644 --- a/config/examples/JGAurora/A5S/Configuration_adv.h +++ b/config/examples/JGAurora/A5S/Configuration_adv.h @@ -2376,11 +2376,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/JGAurora/Magic/Configuration_adv.h b/config/examples/JGAurora/Magic/Configuration_adv.h index 27fc5485de..a2c9e279e1 100644 --- a/config/examples/JGAurora/Magic/Configuration_adv.h +++ b/config/examples/JGAurora/Magic/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Kingroon/KP3/Configuration_adv.h b/config/examples/Kingroon/KP3/Configuration_adv.h index 0bfc3316ab..87b20e1a27 100644 --- a/config/examples/Kingroon/KP3/Configuration_adv.h +++ b/config/examples/Kingroon/KP3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Kingroon/KP3S/Configuration_adv.h b/config/examples/Kingroon/KP3S/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Kingroon/KP3S/Configuration_adv.h +++ b/config/examples/Kingroon/KP3S/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h b/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h index e4b7c0b943..3cc61f8cb7 100644 --- a/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h +++ b/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h b/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h index e336b7437e..67010d8a42 100644 --- a/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h +++ b/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Labists/ET4/Configuration_adv.h b/config/examples/Labists/ET4/Configuration_adv.h index ab7fc33b53..3813e28ed0 100644 --- a/config/examples/Labists/ET4/Configuration_adv.h +++ b/config/examples/Labists/ET4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Longer/LK5/Configuration_adv.h b/config/examples/Longer/LK5/Configuration_adv.h index 594886aa9f..e15bc3192d 100644 --- a/config/examples/Longer/LK5/Configuration_adv.h +++ b/config/examples/Longer/LK5/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/LulzBot/TAZ4/Configuration_adv.h b/config/examples/LulzBot/TAZ4/Configuration_adv.h index b5d9179871..3ca2f44c6b 100644 --- a/config/examples/LulzBot/TAZ4/Configuration_adv.h +++ b/config/examples/LulzBot/TAZ4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/MBot/Cube/Configuration_adv.h b/config/examples/MBot/Cube/Configuration_adv.h index 75f2dd98a5..0092c5950c 100644 --- a/config/examples/MBot/Cube/Configuration_adv.h +++ b/config/examples/MBot/Cube/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h b/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h index 30ab6b7672..5e6071d02b 100644 --- a/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h +++ b/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/MakerParts/Configuration_adv.h b/config/examples/MakerParts/Configuration_adv.h index b0aab43949..fb4f3c1d8f 100644 --- a/config/examples/MakerParts/Configuration_adv.h +++ b/config/examples/MakerParts/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h b/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h index 04b7406149..862cb48bfc 100644 --- a/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h +++ b/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Malyan/M150/Configuration_adv.h b/config/examples/Malyan/M150/Configuration_adv.h index b5f297f118..cc799c587c 100644 --- a/config/examples/Malyan/M150/Configuration_adv.h +++ b/config/examples/Malyan/M150/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Malyan/M180/Configuration_adv.h b/config/examples/Malyan/M180/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Malyan/M180/Configuration_adv.h +++ b/config/examples/Malyan/M180/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index e92e6b8378..d95a95a7e3 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Materia101/Configuration_adv.h b/config/examples/Materia101/Configuration_adv.h index d08a23a914..a4eb2ed34c 100644 --- a/config/examples/Materia101/Configuration_adv.h +++ b/config/examples/Materia101/Configuration_adv.h @@ -2368,11 +2368,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Micromake/C1/basic/Configuration_adv.h b/config/examples/Micromake/C1/basic/Configuration_adv.h index 68cb136a26..5602781430 100644 --- a/config/examples/Micromake/C1/basic/Configuration_adv.h +++ b/config/examples/Micromake/C1/basic/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/config/examples/Micromake/C1/enhanced/Configuration_adv.h index 3985e34dc9..58b738c591 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration_adv.h +++ b/config/examples/Micromake/C1/enhanced/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Mks/Robin/Configuration_adv.h b/config/examples/Mks/Robin/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Mks/Robin/Configuration_adv.h +++ b/config/examples/Mks/Robin/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Mks/Robin_Lite3/Configuration_adv.h b/config/examples/Mks/Robin_Lite3/Configuration_adv.h index d93a08fd1e..421f8510b4 100644 --- a/config/examples/Mks/Robin_Lite3/Configuration_adv.h +++ b/config/examples/Mks/Robin_Lite3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Mks/Robin_Pro/Configuration_adv.h b/config/examples/Mks/Robin_Pro/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Mks/Robin_Pro/Configuration_adv.h +++ b/config/examples/Mks/Robin_Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Mks/Sbase/Configuration_adv.h b/config/examples/Mks/Sbase/Configuration_adv.h index b5418bd17a..64bcec8a61 100644 --- a/config/examples/Mks/Sbase/Configuration_adv.h +++ b/config/examples/Mks/Sbase/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Modix/Big60/Configuration_adv.h b/config/examples/Modix/Big60/Configuration_adv.h index 440a29e44f..f92be7a227 100644 --- a/config/examples/Modix/Big60/Configuration_adv.h +++ b/config/examples/Modix/Big60/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Nextion/Configuration_adv.h b/config/examples/Nextion/Configuration_adv.h index db1cc4c68f..28a55b2241 100644 --- a/config/examples/Nextion/Configuration_adv.h +++ b/config/examples/Nextion/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h index cf00f68e4b..83eb2df4fa 100644 --- a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h +++ b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h index af7d37beb4..4b1dee5d95 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Opulo/Lumen_REV4/Configuration_adv.h b/config/examples/Opulo/Lumen_REV4/Configuration_adv.h index 9d7d1ef16b..07fc893bac 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration_adv.h @@ -2369,11 +2369,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Opulo/Lumen_REV5/Configuration_adv.h b/config/examples/Opulo/Lumen_REV5/Configuration_adv.h index 0a29400d89..46cf6b2b37 100644 --- a/config/examples/Opulo/Lumen_REV5/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV5/Configuration_adv.h @@ -2369,11 +2369,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Ortur 4/Configuration_adv.h b/config/examples/Ortur 4/Configuration_adv.h index f855b8ec05..fa989dd6cc 100644 --- a/config/examples/Ortur 4/Configuration_adv.h +++ b/config/examples/Ortur 4/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Polargraph/Configuration_adv.h b/config/examples/Polargraph/Configuration_adv.h index 276e963842..2bcdae144e 100644 --- a/config/examples/Polargraph/Configuration_adv.h +++ b/config/examples/Polargraph/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h b/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h +++ b/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h b/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h +++ b/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Printrbot/Simple_Metal_RevF6/Configuration_adv.h b/config/examples/Printrbot/Simple_Metal_RevF6/Configuration_adv.h index bb8d446b42..bfe2b749b3 100644 --- a/config/examples/Printrbot/Simple_Metal_RevF6/Configuration_adv.h +++ b/config/examples/Printrbot/Simple_Metal_RevF6/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Prusa/MK3/Configuration_adv.h b/config/examples/Prusa/MK3/Configuration_adv.h index f2d41b30fa..73a028c878 100644 --- a/config/examples/Prusa/MK3/Configuration_adv.h +++ b/config/examples/Prusa/MK3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h index 5ede4dc152..7f4e965306 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Qidi/Qidi 1/Configuration_adv.h b/config/examples/Qidi/Qidi 1/Configuration_adv.h index d78af280d5..2b558e3997 100644 --- a/config/examples/Qidi/Qidi 1/Configuration_adv.h +++ b/config/examples/Qidi/Qidi 1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Raiscube/A8r/Configuration_adv.h b/config/examples/Raiscube/A8r/Configuration_adv.h index a01143b289..7ffe28b7e7 100644 --- a/config/examples/Raiscube/A8r/Configuration_adv.h +++ b/config/examples/Raiscube/A8r/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/RapideLite/RL200/Configuration_adv.h b/config/examples/RapideLite/RL200/Configuration_adv.h index 71295506ab..64d9f181fb 100644 --- a/config/examples/RapideLite/RL200/Configuration_adv.h +++ b/config/examples/RapideLite/RL200/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Renkforce/RF100/Configuration_adv.h b/config/examples/Renkforce/RF100/Configuration_adv.h index cc89cabc2d..bea8211948 100644 --- a/config/examples/Renkforce/RF100/Configuration_adv.h +++ b/config/examples/Renkforce/RF100/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Renkforce/RF100XL/Configuration_adv.h b/config/examples/Renkforce/RF100XL/Configuration_adv.h index cc89cabc2d..bea8211948 100644 --- a/config/examples/Renkforce/RF100XL/Configuration_adv.h +++ b/config/examples/Renkforce/RF100XL/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Renkforce/RF100v2/Configuration_adv.h b/config/examples/Renkforce/RF100v2/Configuration_adv.h index cc89cabc2d..bea8211948 100644 --- a/config/examples/Renkforce/RF100v2/Configuration_adv.h +++ b/config/examples/Renkforce/RF100v2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/RepRapPro/Huxley/Configuration_adv.h b/config/examples/RepRapPro/Huxley/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/RepRapPro/Huxley/Configuration_adv.h +++ b/config/examples/RepRapPro/Huxley/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/RepRapWorld/Megatronics/Configuration_adv.h b/config/examples/RepRapWorld/Megatronics/Configuration_adv.h index 3a12dd8dbd..c6d3098392 100644 --- a/config/examples/RepRapWorld/Megatronics/Configuration_adv.h +++ b/config/examples/RepRapWorld/Megatronics/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/RepRapWorld/Minitronics11/Configuration_adv.h b/config/examples/RepRapWorld/Minitronics11/Configuration_adv.h index 23a54a5c3c..d331049ecf 100644 --- a/config/examples/RepRapWorld/Minitronics11/Configuration_adv.h +++ b/config/examples/RepRapWorld/Minitronics11/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h index 4bf3d3ae6a..427c58d67c 100644 --- a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h +++ b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/RigidBot/Configuration_adv.h b/config/examples/RigidBot/Configuration_adv.h index e9ce462c43..4c665f17ef 100644 --- a/config/examples/RigidBot/Configuration_adv.h +++ b/config/examples/RigidBot/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Robo3D/R1+/Configuration_adv.h b/config/examples/Robo3D/R1+/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Robo3D/R1+/Configuration_adv.h +++ b/config/examples/Robo3D/R1+/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Rolohaun/Rook MK1/Configuration_adv.h b/config/examples/Rolohaun/Rook MK1/Configuration_adv.h index b2c5e36fef..b65120e238 100644 --- a/config/examples/Rolohaun/Rook MK1/Configuration_adv.h +++ b/config/examples/Rolohaun/Rook MK1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/SCARA/MP_SCARA/Configuration_adv.h b/config/examples/SCARA/MP_SCARA/Configuration_adv.h index faf2ef806f..e849856a81 100644 --- a/config/examples/SCARA/MP_SCARA/Configuration_adv.h +++ b/config/examples/SCARA/MP_SCARA/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/SCARA/Morgan/Configuration_adv.h b/config/examples/SCARA/Morgan/Configuration_adv.h index 419733d4fb..72920963b5 100644 --- a/config/examples/SCARA/Morgan/Configuration_adv.h +++ b/config/examples/SCARA/Morgan/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h index f68c8816a9..e0601d37bf 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/STM32/STM32F103RE/Configuration_adv.h b/config/examples/STM32/STM32F103RE/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/STM32/STM32F103RE/Configuration_adv.h +++ b/config/examples/STM32/STM32F103RE/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Simax/Mi-M200/Configuration_adv.h b/config/examples/Simax/Mi-M200/Configuration_adv.h index f207ba4e08..6418a56017 100644 --- a/config/examples/Simax/Mi-M200/Configuration_adv.h +++ b/config/examples/Simax/Mi-M200/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Simulator/Configuration_adv.h b/config/examples/Simulator/Configuration_adv.h index ee799ed936..bd5039affc 100644 --- a/config/examples/Simulator/Configuration_adv.h +++ b/config/examples/Simulator/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h index df7ab3a888..d9f577d0e3 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index cadd081f2d..de2488a792 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index c145eaff00..0f746d0dc0 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h b/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h index f7026cd9e5..625cea6502 100644 --- a/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h b/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h index 21b173e83d..04816bc979 100644 --- a/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-02/Configuration_adv.h b/config/examples/Sovol/SV-02/Configuration_adv.h index 2aa4958678..88439cac61 100644 --- a/config/examples/Sovol/SV-02/Configuration_adv.h +++ b/config/examples/Sovol/SV-02/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-03/Configuration_adv.h b/config/examples/Sovol/SV-03/Configuration_adv.h index 3dbb4226b4..eb0ae2bbb0 100644 --- a/config/examples/Sovol/SV-03/Configuration_adv.h +++ b/config/examples/Sovol/SV-03/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-05/Configuration_adv.h b/config/examples/Sovol/SV-05/Configuration_adv.h index e8cb50dccf..82195481dd 100644 --- a/config/examples/Sovol/SV-05/Configuration_adv.h +++ b/config/examples/Sovol/SV-05/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-06 Plus/Configuration_adv.h b/config/examples/Sovol/SV-06 Plus/Configuration_adv.h index e89072b84d..0a2c0dc4fd 100644 --- a/config/examples/Sovol/SV-06 Plus/Configuration_adv.h +++ b/config/examples/Sovol/SV-06 Plus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sovol/SV-06/Configuration_adv.h b/config/examples/Sovol/SV-06/Configuration_adv.h index 622e8674c7..6ca2262c25 100644 --- a/config/examples/Sovol/SV-06/Configuration_adv.h +++ b/config/examples/Sovol/SV-06/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sunlu/S8/Configuration_adv.h b/config/examples/Sunlu/S8/Configuration_adv.h index 9e229882b8..e2b34d0f6d 100644 --- a/config/examples/Sunlu/S8/Configuration_adv.h +++ b/config/examples/Sunlu/S8/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Sunlu/T3/Configuration_adv.h b/config/examples/Sunlu/T3/Configuration_adv.h index b5c1fbfa95..c0c3bcccf6 100644 --- a/config/examples/Sunlu/T3/Configuration_adv.h +++ b/config/examples/Sunlu/T3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h b/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h index 7f76626e40..bf37921800 100644 --- a/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h +++ b/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tevo/Michelangelo/Configuration_adv.h b/config/examples/Tevo/Michelangelo/Configuration_adv.h index 38e03709b8..4e5279490e 100644 --- a/config/examples/Tevo/Michelangelo/Configuration_adv.h +++ b/config/examples/Tevo/Michelangelo/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tevo/Nereus/Configuration_adv.h b/config/examples/Tevo/Nereus/Configuration_adv.h index 6f4c484f77..f2dd94fe9b 100644 --- a/config/examples/Tevo/Nereus/Configuration_adv.h +++ b/config/examples/Tevo/Nereus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h index 8fcd2211c2..8af872b3c4 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h +++ b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h index 00f614c78b..ec98567a11 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h +++ b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h index e604f1dea1..18e7531ba3 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h index e604f1dea1..18e7531ba3 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h index 7bcc67e4e8..5fd70595e5 100644 --- a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h +++ b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/TinyBoy2/Configuration_adv.h b/config/examples/TinyBoy2/Configuration_adv.h index fd6eaefade..cf6a77324b 100644 --- a/config/examples/TinyBoy2/Configuration_adv.h +++ b/config/examples/TinyBoy2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h index 3b8e07c644..823e732235 100644 --- a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h +++ b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X1/Configuration_adv.h b/config/examples/Tronxy/X1/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Tronxy/X1/Configuration_adv.h +++ b/config/examples/Tronxy/X1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X3A/Configuration_adv.h b/config/examples/Tronxy/X3A/Configuration_adv.h index 4145446717..79b5de026e 100644 --- a/config/examples/Tronxy/X3A/Configuration_adv.h +++ b/config/examples/Tronxy/X3A/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h index b993cc12fc..9049d1233f 100644 --- a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h index f3c1990b92..217330a492 100644 --- a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X5S/Configuration_adv.h b/config/examples/Tronxy/X5S/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Tronxy/X5S/Configuration_adv.h +++ b/config/examples/Tronxy/X5S/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X5SA-2E/Configuration_adv.h b/config/examples/Tronxy/X5SA-2E/Configuration_adv.h index e1a3f9df74..07d9c5cd62 100644 --- a/config/examples/Tronxy/X5SA-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5SA-2E/Configuration_adv.h @@ -2374,11 +2374,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/X5SA/Configuration_adv.h b/config/examples/Tronxy/X5SA/Configuration_adv.h index d0cd73f66b..cb3b75e368 100644 --- a/config/examples/Tronxy/X5SA/Configuration_adv.h +++ b/config/examples/Tronxy/X5SA/Configuration_adv.h @@ -2374,11 +2374,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/XY100/Configuration_adv.h b/config/examples/Tronxy/XY100/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Tronxy/XY100/Configuration_adv.h +++ b/config/examples/Tronxy/XY100/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Tronxy/XY2-Pro/Configuration_adv.h b/config/examples/Tronxy/XY2-Pro/Configuration_adv.h index 1c45a9e985..8128890bdd 100644 --- a/config/examples/Tronxy/XY2-Pro/Configuration_adv.h +++ b/config/examples/Tronxy/XY2-Pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Turnigy/Fabrikator/Configuration_adv.h b/config/examples/Turnigy/Fabrikator/Configuration_adv.h index a052037670..c7ec45df58 100644 --- a/config/examples/Turnigy/Fabrikator/Configuration_adv.h +++ b/config/examples/Turnigy/Fabrikator/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/BlueR Plus/Configuration_adv.h b/config/examples/Two Trees/BlueR Plus/Configuration_adv.h index 9b4cfe3ec0..6735827076 100644 --- a/config/examples/Two Trees/BlueR Plus/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR Plus/Configuration_adv.h @@ -2369,11 +2369,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h index 8c00b1ccdc..450c44cf60 100644 --- a/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h index 8c00b1ccdc..450c44cf60 100644 --- a/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h index 8c00b1ccdc..450c44cf60 100644 --- a/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/SP-5_V3/Configuration_adv.h b/config/examples/Two Trees/SP-5_V3/Configuration_adv.h index 8b4cde7e04..7032e1295f 100644 --- a/config/examples/Two Trees/SP-5_V3/Configuration_adv.h +++ b/config/examples/Two Trees/SP-5_V3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h index 917dd5e3bd..3d4e53a889 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h @@ -2376,11 +2376,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h index c078fff011..cd2b0f5cca 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h @@ -2376,11 +2376,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h b/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h index c0f01604a4..8ffea7bfba 100644 --- a/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/UltiMachine/Archim1/Configuration_adv.h b/config/examples/UltiMachine/Archim1/Configuration_adv.h index 0c8de31e4a..27bf413c52 100644 --- a/config/examples/UltiMachine/Archim1/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/UltiMachine/Archim2/Configuration_adv.h b/config/examples/UltiMachine/Archim2/Configuration_adv.h index 5174ba5df5..a5b64c6512 100644 --- a/config/examples/UltiMachine/Archim2/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h index bfe48bc579..a20d480ddf 100644 --- a/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h index aa0d104ff3..b8984133de 100644 --- a/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h index 4bb1ebe40c..e555322197 100644 --- a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h index 404ba64c5f..e2fb54cca4 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h index 832a4a0986..d1c64717e8 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h @@ -2368,11 +2368,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/VORONDesign/Configuration_adv.h b/config/examples/VORONDesign/Configuration_adv.h index 5f1daa39c1..747b6498ae 100644 --- a/config/examples/VORONDesign/Configuration_adv.h +++ b/config/examples/VORONDesign/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h b/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h index b8f043d7f8..8d6c4cb267 100644 --- a/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h +++ b/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h @@ -2383,11 +2383,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Velleman/K8200/Configuration_adv.h b/config/examples/Velleman/K8200/Configuration_adv.h index 51a2cd46cb..8e28319cc4 100644 --- a/config/examples/Velleman/K8200/Configuration_adv.h +++ b/config/examples/Velleman/K8200/Configuration_adv.h @@ -2383,11 +2383,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h b/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h index d718cdf53b..27f59b744c 100644 --- a/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Velleman/K8400/Single-head/Configuration_adv.h b/config/examples/Velleman/K8400/Single-head/Configuration_adv.h index d718cdf53b..27f59b744c 100644 --- a/config/examples/Velleman/K8400/Single-head/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Single-head/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 3bdbdbe643..98234b972a 100644 --- a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/WASP/PowerWASP/Configuration_adv.h b/config/examples/WASP/PowerWASP/Configuration_adv.h index 2ffc914e98..7ac691421f 100644 --- a/config/examples/WASP/PowerWASP/Configuration_adv.h +++ b/config/examples/WASP/PowerWASP/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h b/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h index ebbc928680..3bf4a60e70 100644 --- a/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h index f8611fbe4a..cb3d136fb6 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h index a57ac10a88..5a72db8ff3 100644 --- a/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h index ca857dade2..734c046687 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Weedo/Tina2/V2/Configuration_adv.h b/config/examples/Weedo/Tina2/V2/Configuration_adv.h index 019db9deec..c3780f28bf 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration_adv.h +++ b/config/examples/Weedo/Tina2/V2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Weedo/Tina2/V3/Configuration_adv.h b/config/examples/Weedo/Tina2/V3/Configuration_adv.h index 019db9deec..c3780f28bf 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration_adv.h +++ b/config/examples/Weedo/Tina2/V3/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Weistek/wt150/Configuration_adv.h b/config/examples/Weistek/wt150/Configuration_adv.h index c8262ff2db..a43834290a 100644 --- a/config/examples/Weistek/wt150/Configuration_adv.h +++ b/config/examples/Weistek/wt150/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Zonestar/P802M/Configuration_adv.h b/config/examples/Zonestar/P802M/Configuration_adv.h index 27eaf66b0d..c660c2061a 100644 --- a/config/examples/Zonestar/P802M/Configuration_adv.h +++ b/config/examples/Zonestar/P802M/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h index 627ce5b76f..aac0ea1b81 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h index 59b5f7c0f5..f9c5597dc4 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h index b6b535e3ef..665b2e7c1d 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h index d053b2d83b..0d1cc1c76f 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Anycubic/Predator/Configuration_adv.h b/config/examples/delta/Anycubic/Predator/Configuration_adv.h index 0978fc15c9..664780d79c 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Predator/Configuration_adv.h @@ -2373,11 +2373,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h b/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h index 6c4e622c5c..e550f6eb82 100644 --- a/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h +++ b/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h index 6c4e622c5c..e550f6eb82 100644 --- a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h +++ b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h index 12f73f149b..8db1401ba8 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h +++ b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h b/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h index 1fc0f18c93..9dffe53046 100644 --- a/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h index 1f3a7c3ed5..dbb7837c02 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h index 075d6c9b12..1b27785590 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/kossel/Configuration_adv.h b/config/examples/delta/FLSUN/kossel/Configuration_adv.h index 075d6c9b12..1b27785590 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h index da58fc1006..8bb62634c5 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Geeetech/G2/Configuration_adv.h b/config/examples/delta/Geeetech/G2/Configuration_adv.h index 619067b3c8..bc47f39dcc 100644 --- a/config/examples/delta/Geeetech/G2/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h b/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h index 619067b3c8..bc47f39dcc 100644 --- a/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Geeetech/G2S/Configuration_adv.h b/config/examples/delta/Geeetech/G2S/Configuration_adv.h index 619067b3c8..bc47f39dcc 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2S/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h b/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h index 619067b3c8..bc47f39dcc 100644 --- a/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h index 9725f0889e..29d33a9992 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h b/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h index e5bf897f88..dbe6cd488c 100644 --- a/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h +++ b/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/MKS/SBASE/Configuration_adv.h b/config/examples/delta/MKS/SBASE/Configuration_adv.h index bfe02b8ce6..bd2bfccadc 100644 --- a/config/examples/delta/MKS/SBASE/Configuration_adv.h +++ b/config/examples/delta/MKS/SBASE/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Malyan M300/Configuration_adv.h b/config/examples/delta/Malyan M300/Configuration_adv.h index 34c516b080..251e61e149 100644 --- a/config/examples/delta/Malyan M300/Configuration_adv.h +++ b/config/examples/delta/Malyan M300/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Tevo Little Monster/Configuration_adv.h b/config/examples/delta/Tevo Little Monster/Configuration_adv.h index 8d44963687..2734b36a72 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration_adv.h +++ b/config/examples/delta/Tevo Little Monster/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/Velleman/K8800/Configuration_adv.h b/config/examples/delta/Velleman/K8800/Configuration_adv.h index 84211fb507..95a6ff7984 100644 --- a/config/examples/delta/Velleman/K8800/Configuration_adv.h +++ b/config/examples/delta/Velleman/K8800/Configuration_adv.h @@ -2372,11 +2372,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/generic/Configuration_adv.h b/config/examples/delta/generic/Configuration_adv.h index da58fc1006..8bb62634c5 100644 --- a/config/examples/delta/generic/Configuration_adv.h +++ b/config/examples/delta/generic/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/kossel_clear/Configuration_adv.h b/config/examples/delta/kossel_clear/Configuration_adv.h index f042081a99..ae19439352 100644 --- a/config/examples/delta/kossel_clear/Configuration_adv.h +++ b/config/examples/delta/kossel_clear/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/kossel_mini/Configuration_adv.h b/config/examples/delta/kossel_mini/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/delta/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/kossel_mini/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/kossel_pro/Configuration_adv.h b/config/examples/delta/kossel_pro/Configuration_adv.h index 75c928a113..5a559cb6df 100644 --- a/config/examples/delta/kossel_pro/Configuration_adv.h +++ b/config/examples/delta/kossel_pro/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/delta/kossel_xl/Configuration_adv.h b/config/examples/delta/kossel_xl/Configuration_adv.h index d4b3100fc3..97c601c76d 100644 --- a/config/examples/delta/kossel_xl/Configuration_adv.h +++ b/config/examples/delta/kossel_xl/Configuration_adv.h @@ -2371,11 +2371,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/config/examples/gCreate/gMax1.5+/Configuration_adv.h index 11534a59e2..01121cb9b7 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration_adv.h +++ b/config/examples/gCreate/gMax1.5+/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h index bd28d28b92..0b0f3472cd 100644 --- a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h +++ b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h index ea5086d00c..b6226083fb 100644 --- a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h +++ b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/makibox/Configuration_adv.h b/config/examples/makibox/Configuration_adv.h index 2c9cc248af..0a61f4f036 100644 --- a/config/examples/makibox/Configuration_adv.h +++ b/config/examples/makibox/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif diff --git a/config/examples/tvrrug/Round2/Configuration_adv.h b/config/examples/tvrrug/Round2/Configuration_adv.h index e182ec041d..d7c6327f47 100644 --- a/config/examples/tvrrug/Round2/Configuration_adv.h +++ b/config/examples/tvrrug/Round2/Configuration_adv.h @@ -2370,11 +2370,11 @@ * Higher k and higher XY acceleration may require larger ADVANCE_TAU to avoid skipping steps. */ #if ENABLED(DISTINCT_E_FACTORS) - #define ADVANCE_TAU { 0.01 } // (s) Smoothing time to reduce extruder acceleration, per extruder + #define ADVANCE_TAU { 0.02 } // (s) Smoothing time to reduce extruder acceleration, per extruder #else - #define ADVANCE_TAU 0.01 // (s) Smoothing time to reduce extruder acceleration + #define ADVANCE_TAU 0.02 // (s) Smoothing time to reduce extruder acceleration #endif - #define SMOOTH_LIN_ADV_HZ 5000 // (Hz) How often to update extruder speed + #define SMOOTH_LIN_ADV_HZ 1000 // (Hz) How often to update extruder speed #define INPUT_SHAPING_E_SYNC // Synchronize the extruder-shaped XY axes (to increase precision) #endif #endif