3D printer / slicing GUI built on top of the Uranium framework https://ultimaker.com/software/ultimaker-cura/

j.spijker@ultimaker.com c7aa3c3762 run the no-response job twice a day 2 years ago
.github c7aa3c3762 run the no-response job twice a day 2 years ago
cmake bde680f353 Use modern >=3.12 cmake find_package Python logic 3 years ago
cura cd12d24584 Merge remote-tracking branch 'origin/5.1' into CURA-9365_fix_building_cura_main 2 years ago
docs 229e548e1d Add Conan generated deps graph for documentation 2 years ago
icons ffca22971e Use different icon formats depending on OS 2 years ago
plugins 8970f46154 Better path to packages.json in the 3MF file 2 years ago
resources 3101f2aea4 Remove filter_out_tiny_gaps from definitions 2 years ago
scripts 77f5c91b77 Update names of function calls 2 years ago
tests 12ee57e4ad Merge branch 'master' into CURA-8640_PyQt6 3 years ago
.gitignore 4c1262d9d3 Add conan generated files to the .gitignore 2 years ago
.pylintrc bbee2e0a14 Fix regex for private & long functions 5 years ago
CITATION.cff a83daee8da update CITATION to latest version (.cff and Cura) 2 years ago
CMakeLists.txt 40990d686f Set cmake policies for MSVC flags 2 years ago
GitVersion.yml 8ce661b062 Add GitVersion 2 years ago
Jenkinsfile e6d9ad31ab Use generated Makefiles to run tests 6 years ago
LICENSE 9a193ad5c5 Changing AGPLv3 to LGPLv3 7 years ago
README.md 23501a8fdb Update README 2 years ago
SECURITY.md 2cd5b2d46d Add security policy 3 years ago
Ultimaker-Cura.spec.jinja 6cbc9aaa38 Use only pip in conan requirements 2 years ago
com.ultimaker.cura.appdata.xml 8cf1afc770 Update master branch to main in XML file link 2 years ago
com.ultimaker.cura.desktop.in a972648f67 Rename metadata files to conform with appstream spec 4 years ago
conandata.yml d275ad37f8 Remove user and channel 2 years ago
conanfile.py a31124673b Compile libffi and mpdecimal statically on Windows 2 years ago
contributing.md a7f9fc5f6b Add contribution guidelines 6 years ago
cura-logo.PNG b31e4e81ce Update readme 3 years ago
cura.sharedmimeinfo 06cb628699 Update desktop and mimeinfo to add gcode mime type 6 years ago
cura_app.py 21fdaa70dd Merge branch '4.13' of github.com:Ultimaker/Cura 2 years ago
pytest.ini 46ff3f4408 Added unit test stub 8 years ago
requirements-dev.txt ca83874f65 Add sip as dev requirement 2 years ago
requirements-ultimaker.txt 6cbc9aaa38 Use only pip in conan requirements 2 years ago
requirements.txt 296dd40da7 Add Shapely and other transitive deps 2 years ago
run_coverage.py 87e0b8629a Add convenience script for running complete coverage 5 years ago
run_in_docker.sh e8481f5505 Cleanup 7 years ago
run_mypy.py 596d1570fb Show error code if MyPy failed 4 years ago

README.md

Cura

Ultimaker Cura is a state-of-the-art slicer application to prepare your 3D models for printing with a 3D printer. With hundreds of settings and hundreds of community-managed print profiles, Ultimaker Cura is sure to lead your next project to a success.

Screenshot

Logging Issues

For crashes and similar issues, please attach the following information:

  • (On Windows) The log as produced by dxdiag (start -> run -> dxdiag -> save output)
  • The Cura GUI log file, located at
    • %APPDATA%\cura\<Cura version>\cura.log (Windows), or usually C:\Users\<your username>\AppData\Roaming\cura\<Cura version>\cura.log
    • $HOME/Library/Application Support/cura/<Cura version>/cura.log (OSX)
    • $HOME/.local/share/cura/<Cura version>/cura.log (Ubuntu/Linux)

If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder. An alternative is to install the ExtensiveSupportLogging plugin this creates a zip folder of the relevant log files. If you're experiencing performance issues, we might ask you to connect the CPU profiler in this plugin and attach the collected data to your support ticket.

Running from Source

Please check our Wiki page for details about running Cura from source.

Plugins

Please check our Wiki page for details about creating and using plugins.

Supported printers

Please check our Wiki page for guidelines about adding support for new machines.

Configuring Cura

Please check out Wiki page about configuration options for developers.

Translating Cura

Please check out Wiki page about how to translate Cura into other languages.

License

License
Cura is released under terms of the LGPLv3 or higher. A copy of this license should be included with the software. Terms of the license can be found in the LICENSE file. Or at http://www.gnu.org/licenses/lgpl.html

But in general it boils down to:
You need to share the source of any Cura modifications