(FR) Toggle from gcode control #344

Open
opened 2020-09-16 08:21:52 +01:00 by maukcc · 0 comments
maukcc commented 2020-09-16 08:21:52 +01:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#344