VisiCut Troubleshooting: Difference between revisions

From CoMakingSpace Wiki

(Created page with "Here we collect what we learn about issues with the laser cutting software VisiCut. == Installation on Mac == For users with macOS Sierra (10.12), the Gatekeeper under OS...")
(No difference)

Revision as of 11:56, 30 August 2017

Here we collect what we learn about issues with the laser cutting software VisiCut.

Installation on Mac

For users with macOS Sierra (10.12), the Gatekeeper under OS X won't let you start the application right away as it is not signed with a verified developer account. To disable the Gatekeeper type into the Terminal (CLI) following command:

sudo spctl --master-disable

It will prompt you for your password. Now the Gatekeeper is disabled and you can launch VisiCut. Be sure to reenable the Gatekeeper after the first launch with the command:

sudo spctl --master-enable

VisiCut will start again even after reenabling.