diff --git a/config/examples/Creality/Ender-3 Pro V1.5/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro V1.5/Configuration_adv.h index 7fdb7b551f..93779a5fef 100644 --- a/config/examples/Creality/Ender-3 Pro V1.5/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro V1.5/Configuration_adv.h @@ -1038,7 +1038,7 @@ #if ENABLED(ENCODER_RATE_MULTIPLIER) #define ENCODER_5X_STEPS_PER_SEC 30 #define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed - #define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed + #define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed #endif // Play a beep when the feedrate is changed from the Status Screen diff --git a/config/examples/Creality/Ender-3 V2/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/Configuration_adv.h index 304b54d598..d0c1c923b4 100644 --- a/config/examples/Creality/Ender-3 V2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/Configuration_adv.h @@ -1038,7 +1038,7 @@ #if ENABLED(ENCODER_RATE_MULTIPLIER) #define ENCODER_5X_STEPS_PER_SEC 30 #define ENCODER_10X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 10x speed - #define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed + #define ENCODER_100X_STEPS_PER_SEC 130 // (steps/s) Encoder rate for 100x speed #endif // Play a beep when the feedrate is changed from the Status Screen