(FR) Toggle from gcode control #344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The gcode control for regular outputs is ENC O[id] S[value]
When doing ENC O[id] without the S value it turns the value to off.
Could you do
ENC O[id] T
to toggle an output
And have it report back the state that it is in after the toggle. preferably through the terminal, so we can use the information.