Coords shown on Display
Hi,
as far as i know the coords shown on Display are the last ones from buffer, so i will never see the coordinates from actual move
until last command.
is there a possibility to Show actual move coordinates on Display ?
i know that will cost some speed , but for milling i don´t care about that as moves are slow anyway.
Comments
Printer::updateCurrentPosition(true);
at end of G0/G1 (in commands.cpp)?
shouldn´t that update display also?
ok so simplest way for me and realtime is counting pulses (with external Controller ), should be interesting to compare
with some Motor-mounted high-res Encoders.
might get nice playground for me ;-)