Browse Source

Use standard encoder pulses/steps for CR-10S

Scott Lahteine 7 years ago
parent
commit
4a4d832344
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h

+ 2
- 2
Marlin/src/config/examples/Creality/CR-10S/Configuration.h View File

1358
 // This option overrides the default number of encoder pulses needed to
1358
 // This option overrides the default number of encoder pulses needed to
1359
 // produce one step. Should be increased for high-resolution encoders.
1359
 // produce one step. Should be increased for high-resolution encoders.
1360
 //
1360
 //
1361
-#define ENCODER_PULSES_PER_STEP 1
1361
+//#define ENCODER_PULSES_PER_STEP 1
1362
 
1362
 
1363
 //
1363
 //
1364
 // Use this option to override the number of step signals required to
1364
 // Use this option to override the number of step signals required to
1365
 // move between next/prev menu items.
1365
 // move between next/prev menu items.
1366
 //
1366
 //
1367
-#define ENCODER_STEPS_PER_MENU_ITEM 5
1367
+//#define ENCODER_STEPS_PER_MENU_ITEM 5
1368
 
1368
 
1369
 /**
1369
 /**
1370
  * Encoder Direction Options
1370
  * Encoder Direction Options

Loading…
Cancel
Save