However, there are some common issues that Mac users may encounter.
This page addresses the most common Mac-specific problems and their solutions.
This issue is due to Spotlight indexing the card, especially when large STL files are on the card.
The SD card may take a very long time to unmount or eject, which can be frustrating when you need to quickly make changes.
There are two solutions to fix this issue:
Type this Terminal command when the SD card is mounted:
mdutil -i off /Volumes/Smoothie/
This disables Spotlight indexing for the Smoothie SD card volume.
Place an empty file named .metadata_never_index
at the volume root.
This can be done very quickly with the following Terminal command:
cd /Volumes/Smoothie/
touch .metadata_never_index
This creates a marker file that tells macOS not to index this volume.
Solution 1 needs to be re-run each time the SD card is mounted on a new Mac.
For serial communication with Smoothieboard on Mac OS X, no additional drivers are required.
The board will appear as a serial device at /dev/tty.usbmodem*
(the exact name may vary).
You can connect using any serial terminal program such as:
screen /dev/tty.usbmodem* 115200