Toggle navigation
Categories
Discussions
About Us
Privacy Policy
Sign In
Home
›
Repetier-Firmware
›
Display & Keyboard
steps change on LCD Knob
cazip
August 2020
in
Display & Keyboard
i will change steps on Lcd knob bzw. encoder,how can i it make?
Comments
Repetier
August 2020
You can change it in host or server. I don't think the menu has an entry for steps.
cazip
September 2020
with one tick when drive on knob make on menu two line
Repetier
September 2020
That is easy. Your encoder speed is wrong.
/* Normally cou want a next/previous actions with every click of your encoder.
Unfortunately, the encoder have a different count of phase changes between clicks.
Select an encoder speed from 0 = fastest to 2 = slowest that results in one menu move per click.
*/
#define
UI_ENCODER_SPEED 1
so increase the value by 1 that you have and it should then have the correct speed.
cazip
September 2020
#define
UI_ENCODER_SPEED 2 / work thanks
Sign In
or
Register
to comment.
Comments
so increase the value by 1 that you have and it should then have the correct speed.