Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
kill-pause-button [2017/01/25 16:21] arthur |
kill-pause-button [2017/01/25 18:55] (current) arthur |
||
---|---|---|---|
Line 16: | Line 16: | ||
The pause button may be configured as a kill switch instead of pause, this will halt all operations and turn off heaters and pause the host. It can be cleared with a M999 or reset. to enable a kill button the following is added to the config... | The pause button may be configured as a kill switch instead of pause, this will halt all operations and turn off heaters and pause the host. It can be cleared with a M999 or reset. to enable a kill button the following is added to the config... | ||
- | [[code]] | + | <code> |
kill_button_enable true # set to true to enable a kill button | kill_button_enable true # set to true to enable a kill button | ||
kill_button_pin 2.12 # kill button pin. default is same as pause button 2.12 | kill_button_pin 2.12 # kill button pin. default is same as pause button 2.12 | ||
- | [[/code]] | + | </code> |
When in the halted state (after kill button is pressed) the play led will flash rapidly, whereas when paused it flashes slowly. | When in the halted state (after kill button is pressed) the play led will flash rapidly, whereas when paused it flashes slowly. |