| m0043b |
Toggle Pins |
Get information about pins. |
thinkyhead |
|
true |
PINS_DEBUGGING |
debug |
|
| Requires `PINS_DEBUGGING`. This feature should be disabled for production use. |
| See [`M43`](/docs/gcode/M043.html) for other pins debug options. |
|
| tag |
optional |
description |
values |
| S |
true |
Start Pin number. If not given, will default to 0 |
|
|
| tag |
optional |
description |
values |
| L |
true |
End Pin number. If not given, will default to last pin defined for this board |
|
|
| tag |
optional |
description |
values |
| I |
true |
Flag to ignore Marlin's pin protection. **Use with caution!!!!** |
|
|
| tag |
optional |
description |
values |
| R |
true |
Repeat pulses on each pin this number of times before continuing to next pin. If not given will default to 1. |
|
|
| tag |
optional |
description |
values |
| W |
true |
Wait time (in milliseconds) transitions. If not given will default to 500. |
|
|
|
| pre |
code |
| Toggle pins 3-6 five times with 1 second low and 1 second high pulses but only if the pin isn't in the protected list. |
M43 T S3 L6 R5 W1000 |
|
|