Cura LulzBot Edition is a Free Software 3D printing solution offered through our code repositories.
- Cura Slicer Requirements
- Cura Lab
- Cura Sign In
- Cura Cura Requirements 2020
- Cura Cura Requirements Philippines
System requirements and the End User License Agreement can be found on LulzBot.com/Cura.
- Cura’s Incident Management solution is available as standalone application or as an add-on module to a more comprehensive implementation based on the Cura Enterprise GRC Platform, a common infrastructure for organizations to manage Governance, Risk and Compliance information on an enterprise-wide basis.
- Cura also makes it easy for you to create or revise your design. This program has easy to use tools for that. Cura lets you do a lot of things, and for the most part, they provide features, functionalities, and tools that perform well. What’s more, Cura is extensible, with a variety of plugins and extensions that you can use.
- Cura Connect A more efficient way to 3D print. Cura Connect lets you manage your entire 3D printing workflow with ease. Start print jobs on multiple network-enabled Ultimaker 3D printers, monitor progress, and keep track of maintenance operations, all from a single interface.
Cura LulzBot Edition version 2.6.66 contains firmware standardized for use with all LulzBot Mini 3D Printers, and contains important bug fixes. However, once your firmware has been updated to 1.1.5.70, GCode files sliced with earlier versions of Cura LE will no longer be compatible and will have to be re-sliced using the latest version of Cura LE. We recommend using the latest firmware included within Cura LulzBot Edition to maximize long-term compatibility. Users that need to use existing GCode files can restore compatible firmware (1.1.5.64 or below) through Legacy Cura LulzBot Edition v21.08.
Minimum System Requirements. Operating System. Debian 7 or newer Fedora 23 or newer Ubuntu 15.10 or newer Windows 7 or newer Mac OSX 10.7 or newer. Minimum Hardware Requirements. OpenGL v2 compatible graphics card Suggested: OpenGL v4 or higher for full functionality Intel Core 2 or AMD Athlon 64 or newer 1 GB of RAM or more.
Upgrading? Clean Your Cache!The commands below will delete the older slicing profiles and 3D printer settings from previous versions of Cura LulzBot Edition. Back up the files and folders listed below first if any customizations have been made.
Open a terminal.
Run the following commands:
cd; rm -rf ~/.cache/cura-lulzbot ~/.config/cura-lulzbot ~/.local/share/cura-lulzbot
If you prefer to use one of our precompiled Cura packages, download the appropriate .deb file for your system architecture from one of three archives:
Once downloaded, in a terminal navigate to the directory containing the file and send the following command:

sudo dpkg -i cura-lulzbot-version.deb
If you have trouble connecting to your LulzBot 3D printer, you may need to add your user account to the dialout/tty serial access group. In a terminal, send the following commands:
sudo usermod -a -G tty $USER
sudo usermod -a -G dialout $USER

Log out of your current session and once you log in again, you should have port access.
Removal InstructionsRemoval through GUI
Synaptic can be installed through terminal, with:
Cura Slicer Requirements
sudo apt-get install synaptic
Launch Synaptic.
Press the Search button found in the upper right hand corner of the Synaptic window.
Type cura into the search box and change the Look in drop down to Name.

Press Search to search for all packages that contain the term cura.
All installed packages with cura will be displayed. De-select the cura-lulzbot package.
Choose either Mark for Removal or Mark for Complete Removal.

Press the Apply Changes button to remove the selected package.
Removal through Terminal
Open a terminal and send one of the following commands, based on your desired outcome.
Remove just the cura package and leave behind any existing cura user data:
sudo apt-get remove cura-lulzbot
Cura Lab
Remove the cura package and any dependencies, but do not remove any existing cura user data:
sudo apt-get remove --auto-remove cura-lulzbot
Remove the cura package, any dependencies, and all cura user data:
sudo apt-get purge cura-lulzbot
Cura Sign In
Note: aptitude users replace 'apt-get' with 'aptitude'.
Alternatively, use dpkg:

Cura Cura Requirements 2020
sudo dpkg --remove cura-lulzbot