mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-25 04:48:31 +00:00
Use standard encoder pulses/steps for CR-10S
This commit is contained in:
parent
f360b3b849
commit
09ad00b2d1
@ -1358,13 +1358,13 @@
|
|||||||
// This option overrides the default number of encoder pulses needed to
|
// This option overrides the default number of encoder pulses needed to
|
||||||
// produce one step. Should be increased for high-resolution encoders.
|
// 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
|
// Use this option to override the number of step signals required to
|
||||||
// move between next/prev menu items.
|
// move between next/prev menu items.
|
||||||
//
|
//
|
||||||
#define ENCODER_STEPS_PER_MENU_ITEM 5
|
//#define ENCODER_STEPS_PER_MENU_ITEM 5
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encoder Direction Options
|
* Encoder Direction Options
|
||||||
|
Loading…
Reference in New Issue
Block a user