Differences
This shows you the differences between two versions of the page.
— | sd-card [2022/07/17 17:35] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | = SD Card | ||
+ | When the smoothieboard is connected via USB to a computer, the SD Card will present as a removable drive. G-code files stored here may be played without the need of a host computer. (A display panel is useful to have fully host free operation) | ||
+ | |||
+ | <callout type=" | ||
+ | |||
+ | It is not recommended you allow the sdcard to auto mount, and it is highly recommended that the sdcard be unmounted at all times except when files need to be copied. This is especially true on Macs which like to randomly read and write the sdcard, if this happens during a print it will cause pauses and other printing problems. | ||
+ | Also concurrent access of the sdcard via the host and the smoothie is not supported. Smoothie must be reset after copying files to if from the host mount point. | ||
+ | |||
+ | </ | ||
+ | |||
+ | A method of Disabling auto mount on OSX is mentioned here: https:// | ||
+ | |||
+ | **Files that may be found on the SD Card** | ||
+ | |||
+ | * **FIRMWARE.CUR** : - Copy of firmware file, currently flashed onto the smoothieboard. | ||
+ | * **config or config.txt** : - One or the other, not both, Defines smoothieware configuration options needed for the attached device. | ||
+ | * **config-override** : - Created when the g-code M500 is played. See [[supported-g-codes]]. | ||
+ | * **on_boot.gcode** : - Played on startup of smoothieboard. Can be used to initialize the smoothie driven device. | ||
+ | * **firmware.bin** : - Firmware update file, if present is flashed onto the smoothieboard, | ||
+ | |||
+ | == Setting up a new SD Card | ||
+ | |||
+ | New SD cards are normally formatted as FAT32/VFAT so you can simply copy the firmware file and the config file to the SD card. | ||
+ | |||
+ | If you need to reformat an SD card Google for ' | ||
+ | |||
+ | To get the firmware see the [[http:// | ||
+ | |||
+ | Copy an existing config file or download an example from the github repo linked from the [[http:// | ||
+ | |||
+ | The Smoothieboard only needs the " |