We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8852892 commit 8c5b4efCopy full SHA for 8c5b4ef
Marlin/Configuration_adv.h
@@ -902,8 +902,8 @@
902
// Change values more rapidly when the encoder is rotated faster
903
#define ENCODER_RATE_MULTIPLIER
904
#if ENABLED(ENCODER_RATE_MULTIPLIER)
905
- #define ENCODER_10X_STEPS_PER_SEC 30 // (steps/s) Encoder rate for 10x speed
906
- #define ENCODER_100X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 100x speed
+ #define ENCODER_10X_STEPS_PER_SEC 60 // (steps/s) Encoder rate for 10x speed
+ #define ENCODER_100X_STEPS_PER_SEC 300 // (steps/s) Encoder rate for 100x speed
907
#endif
908
909
// Play a beep when the feedrate is changed from the Status Screen
0 commit comments