CuraEngine icon indicating copy to clipboard operation
CuraEngine copied to clipboard

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.

Results 166 CuraEngine issues
Sort by recently updated
recently updated
newest added

A. With this PR it is possible to have separate brims for each material: ![image](https://user-images.githubusercontent.com/8895761/158829565-8a11c2b4-860b-44eb-81ab-635fd47b1faf.png) All brim options are now limited to the Skirt/Brim Extruder, which can be set to...

The polylines are recomputed by the stitching, so they should be cleared. However, the polygons should not be cleared for surface mode BOTH. They are already cleared for surface mode...

Backend part of https://github.com/Ultimaker/Cura/pull/9255

This is a work in progress of a re-implementation of vertices merging during mesh loading, made to be more precise and more efficient. A 3DBenchy no longer triggers the warning...

This is a first shot at enabling unit size to be changed globally at compile time. - More user-defined literals use, - Refactor or annotate magic numbers, - New constants...

- Headers are standalone and can be compiled without additional includes, -> This doesn't mean that all their functionality can be used without needing additional includes. Some argument type are...

Tested with Clang 13 and GCC 11.2. Updating to the latest master of rapidjson solves the warnings from that code. This PR doesn't update it as there is no release...

**Application Version** 15.10 (main branch) **Platform** Ubuntu **Steps to Reproduce** Installation of debug build (https://github.com/Ultimaker/CuraEngine/blob/main/README.md) ``` conan profile new default --detect conan config install https://github.com/Ultimaker/conan-config.git -a "-b CURA-9177_Fix_CI_CD" -tf $HOME/.conan...

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies