How do I uninstall the Easel driver? It kinda "broke" my Shapeoko 3

To uninstall Easel on Mac, first stop the running process from Terminal with:

sudo launchctl unload /Library/LaunchDaemons/com.Iris.Iris.plist

Then you can remove that file and the Easel directory:

sudo rm /Library/LaunchDaemons/com.Iris.Iris.plist sudo rm -fr /Library/Easel

1 Like