This article explains the steps to install Cura LulzBot Edition on MAC OSX using homebrew cask
- App Name – Cura LulzBot Edition
- App Version – 3.6.21,ce3e47a08065c6687f0a226a4f1b2dc3
- App url – https://www.lulzbot.com/learn/tutorials/cura-lulzbot-edition-installation-osx
- App dmg file – packagedmglink
- App appcast link – https://gitlab.com/lulzbot3d/cura-le/cura-lulzbot/-/tags?format=atom
Steps To Install Cura LulzBot Edition
- Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.
- Run the following command in terminal to install brew cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
- Now install Cura LulzBot Edition with the following command
brew install --cask cura-lulzbot
- Cura LulzBot Edition is installed now and ready to use!