How to calibrate the display encoder?
So I have switched from marlin to repetier and so far, after a few test prints, I like it a lot more.
There is still one thing which was easy to do in Marlin and which I cannot seem to figure out in Repetier.
I have a RepRapDiscount Full Graphics Smart Controller. How do I calibrate the encoder? Currently the encoder just scrolls like crazy through the menus. Sometimes one click scrolls down one items, sometimes three. This is the relevant part of my marlin code:
// ENCODER SETTINGS
//
// 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 4
//
// Use this option to override the number of step signals required to
// move between next/prev menu items.
//
#define ENCODER_STEPS_PER_MENU_ITEM 1
Does anyone know which varianble I should tweak in Repetier?
Thank you!
Comments