Problem in controlling 3D printer via smart display controller
I am using 12864 LCD with full graphic Smart display Controller for controlling the printer without laptop.
How do I Change the sensitivity of the potentiometer controlling the movement of X, Y, Z axis? Currently, even in fast movement mode, it moves in a very small steps.
Any idea why, movement generated by this controller, stops in different home positions as
opposed to movement generated by Repetier Host UI. do I need to define again home X, Y, Z ? where?
Comments
change UI_ENCODER_SPEED only if you need multiple clicks in menus or if it skips entries per click.
Homing with display and host call both same homing function and should behave identical. If you mean more limits of movement - host has set dimensions in it's local printer config which are used to limit moves while firmware uses compiled limits. Adjust host dimensions in that case.