Active Codes
-
I have a CNC machine that shows the active codes for the machine.
i.e. absolute/relative, pump on/pump off/ compensation, etc.
I really like having that info and I was wondering if that existed in the interface, or how to poll the machine for that info.
Thanks in advance.
Gumby -
@gumby most of this information is available from the Object Model. See https://docs.duet3d.com/en/User_manual/RepRapFirmware/Object_Model to get started.
-
You can check the object model.
https://docs.duet3d.com/en/User_manual/RepRapFirmware/Object_Model
Are you wanting to show that info in DWC?
Maybe something like DueUI could be used to give you something more customized.
-
@Phaedrux or BtnCmd plugin for DWC
-
Thank you everyone,
I will look into all of that info.
Cheers,
Gumby