Printing, milling or cutting from the SD card on Smoothieboard is easy.
First, you transfer your gcode files to the card. You can do this by moving the SD card to your computer and copying the files to it or simply copy the files to the card when it mounts on your desktop.
If it isn’t mounting automatically, you are probably running Linux and have automount disabled. You can change that or manually mount it.
The other option is to use the built-in Web Server if you have installed the RJ45 connector and an ethernet connection to the board. You can upload files to the SD card with this convenient Web interface.
Now, with your gcode files on the SD card, there are a few options to run it from there:
help to get a list of supported console commands.@help and it will list all of the available commands.play command here.M24 G-code to play files from the SD card, see Supported G-codes.