The Play LED is a visual indicator that shows when Smoothieboard is actively executing G-code from a file.
This is useful for knowing at a glance whether your machine is running a job.
The Play LED:
This is particularly helpful when you want to quickly check if a long print job is still running from across the room.
You can solder an LED Tactile Button directly onto the Smoothieboard.
This provides both a visual indicator (LED) and a button for controlling playback.
Alternatively, you can wire a simple LED to two pins on the board.
This is a more basic solution that only provides the visual indicator without a button.
To enable and configure the play LED in your config file:
# Play LED configuration
play_led_disable false # Enable the play LED
leds_disable false # Enable LED support
The play LED will automatically turn on when a file is being executed from the SD card.