Merge pull request #438 from TheZeroBeast/MK3-EncoderFix
MK3 - ENCODER PULSES and STEPS Re-aligned with Clicks
This commit is contained in:
commit
fdd87da83f
|
|
@ -571,8 +571,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
||||||
#define SDSUPPORT // Enable SD Card Support in Hardware Console
|
#define SDSUPPORT // Enable SD Card Support in Hardware Console
|
||||||
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
|
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
|
||||||
#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
|
#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
|
||||||
#define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
|
#define ENCODER_PULSES_PER_STEP 4 // Increase if you have a high resolution encoder
|
||||||
#define ENCODER_STEPS_PER_MENU_ITEM 2 // Set according to ENCODER_PULSES_PER_STEP or your liking
|
#define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking
|
||||||
//#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
|
//#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
|
||||||
//#define ULTIPANEL //the UltiPanel as on Thingiverse
|
//#define ULTIPANEL //the UltiPanel as on Thingiverse
|
||||||
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
|
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue