No G-Code output/report (a bug?)
-
Hi all,
I'm experimenting no reports from launching G-Code commands (from G-Code console) that will produce an output when used without parameters.This is so frustrating especially when you, for example, have to run a PID tuning procedure (M303) and the results are not shown.
How to fix this problem?
Thank you!My setup
Firmware Version: 2.02(RTOS) (2018-12-24b1)
Web Interface Version: 1.22.6
Electronics: Duet Ethernet 1.02 or later + DueX2 -
@3Dreamer Update your firmware. Reporting has been added to many gcodes over time. Though with M303 tuning, the results are made active, and you see the results by sending M307 H[heater number]. If you want to see it as an M307 command, send M500 to save the config-override.g file in sys, open it, and copy out the M307 command.
Ian