How to get the result of a M command
-
Hi,
I'm sure that I have something overlooked, so sorry for this question...
How can I get the result of e.g. M573 p0 into a Variable or a File ?
-
Good morning @siam ,
Check the object models, in version 3.2 onwards DWC has a plugins to display them, you can also check this section https://duet3d.dozuki.com/Wiki/Object_Model_of_RepRapFirmware#main
in your case it would be this: heat.heaters[0].avgPwm
Best regards
-