Ender 3 - Disable INPUT_SHAPING_*
This commit is contained in:
@@ -1087,8 +1087,8 @@
|
|||||||
* X<1> Set the given parameters only for the X axis.
|
* X<1> Set the given parameters only for the X axis.
|
||||||
* Y<1> Set the given parameters only for the Y axis.
|
* Y<1> Set the given parameters only for the Y axis.
|
||||||
*/
|
*/
|
||||||
#define INPUT_SHAPING_X
|
//#define INPUT_SHAPING_X
|
||||||
#define INPUT_SHAPING_Y
|
//#define INPUT_SHAPING_Y
|
||||||
#if EITHER(INPUT_SHAPING_X, INPUT_SHAPING_Y)
|
#if EITHER(INPUT_SHAPING_X, INPUT_SHAPING_Y)
|
||||||
#if ENABLED(INPUT_SHAPING_X)
|
#if ENABLED(INPUT_SHAPING_X)
|
||||||
#define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.
|
#define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.
|
||||||
|
|||||||
Reference in New Issue
Block a user