Browse Source
Use standard encoder pulses/steps for CR-10S
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Marlin/src/config/examples/Creality/CR-10S/Configuration.h
|
|
@ -1358,13 +1358,13 @@ |
|
|
|
// This option overrides the default number of encoder pulses needed to
|
|
|
|
// produce one step. Should be increased for high-resolution encoders.
|
|
|
|
//
|
|
|
|
#define ENCODER_PULSES_PER_STEP 1 |
|
|
|
//#define ENCODER_PULSES_PER_STEP 1
|
|
|
|
|
|
|
|
//
|
|
|
|
// Use this option to override the number of step signals required to
|
|
|
|
// move between next/prev menu items.
|
|
|
|
//
|
|
|
|
#define ENCODER_STEPS_PER_MENU_ITEM 5 |
|
|
|
//#define ENCODER_STEPS_PER_MENU_ITEM 5
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Encoder Direction Options |
|
|
|