M73 commands
do you have to activate something in repetier-server, so that M73 commands are sent to the printer? my printer understand M73 commands, but shows only 0%.
do you have to activate something in repetier-server, so that M73 commands are sent to the printer? my printer understand M73 commands, but shows only 0%.
Comments
M73 P50 shows bar with 50% when I send it manually.
What is missing currently is in the print start scrip
M75
to start measuring time. The M77 to stop it is already present.
Here what I set to make it work in configuration_adv.h
In printer configuration->gcodes->Replacements you can add the rule
^G21$
and replace it with nothing. This will make server stop G21.