Hi,
im about to set up an Nextion Display to my IDEX Printer.
I let Marlin show Temps an positions via
MYSERIAL1.print("Homescreen.E0.txt=\""); MYSERIAL1.print(Temperature::degHotend(0)); MYSERIAL1.write('"'); MYSERIAL1.print("\xFF\xFF\xFF");
Works fine.
Now i want to display the steps/mm
Is it possible to use the same type of code i use for the temps?
What i need to know is the command.
I tried MYSERIAL1.print(current_steps[X_AXIS]) but this wont work.
Is here a Marlin Crack who can halp me?
greetings
rics
im about to set up an Nextion Display to my IDEX Printer.
I let Marlin show Temps an positions via
MYSERIAL1.print("Homescreen.E0.txt=\""); MYSERIAL1.print(Temperature::degHotend(0)); MYSERIAL1.write('"'); MYSERIAL1.print("\xFF\xFF\xFF");
Works fine.
Now i want to display the steps/mm
Is it possible to use the same type of code i use for the temps?
What i need to know is the command.
I tried MYSERIAL1.print(current_steps[X_AXIS]) but this wont work.
Is here a Marlin Crack who can halp me?
greetings
rics