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 175 CuraEngine issues
Sort by recently updated
recently updated
newest added

Handles the setting to enable the cooling fans during an extruder switch, and turn them off late, except for the newly active extruder. CURA-11795 Requires https://github.com/Ultimaker/Cura/pull/19296 Requires https://github.com/Ultimaker/synsepalum-dulcificum/pull/19

Hi, I am currently working on porting the precise z-height setting from Bambu Studio, but I do not know where to put the code. Any help would be appreciated. (You...

Please see [UM Cura #19230](https://github.com/Ultimaker/Cura/issues/19230) @smartavionics seems to have found a hard coded number in line 15 in mesh.cpp that is having a negative effect by allowing the toolpath to...

Type: Bug
Status: Triage

**Application Version** 5.7.2 **Platform** N/A **Qt** N/A **PyQt** N/A **Display Driver** N/A **Steps to Reproduce** 1. Add two objects that overlaps each other 2. Apply different extruders 3. Enable interlocking,...

I think this is a CuraEngine / conan version issue which leads to problems with this Plugin https://github.com/Ultimaker/CuraEngine_plugin_infill_generate I already opened a issue there, but this should be fixed in...

# Description Fixes https://github.com/Ultimaker/Cura/issues/18970 by keeping holes if they overlap with the model. Technically this does cause floating lines, but that is in my opinion better than the alternative. There...

PR: Community Contribution :crown:

# Description We encountered some issues when compiling for a different operating system where `size_t` is 32bit rather then 64bit. this causes the following simple example ```cpp void main() {...

# Description Fixes https://github.com/Ultimaker/Cura/issues/19586. Note that some walls will still be present if fractional support roofs are used. In my opinion that is intended behavior. If it is not I...

PR: Community Contribution :crown:

Proof of concept for a scarf joint seam, and acceleration/deceleration around the seam Comes with https://github.com/Ultimaker/Cura/pull/19571 Requires https://github.com/Ultimaker/CuraEngine_grpc_definitions/pull/18 CURA-12080 CURA-12081

# Description This pull request addresses a critical issue in the `math.h` utility functions related to incorrect rounding behavior in the `ceil_divide_signed` function. Specifically, it fixes a bug where the...