Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURA-12096 move gradual flow plugin back into the engine core #2133

Merged

Conversation

wawanbreton
Copy link
Contributor

@wawanbreton wawanbreton commented Aug 16, 2024

This is just the code of the gradual flow plugin imported to the CuraEngine core, so that using it becomes easier. Most of the code has been adapted to match the CuraEngine coding standards, but it is not perfect.

CURA-12096

Comes with Ultimaker/Cura#19547

CURA-12096

Also removed the "boost_tags.h" header which seems useless in this
context.
And also renamed the GCodePath struct defined by gradual flow to
FlowLimitedPath so that it is less confusing with the already defined
GCodePath.
include/LayerPlan.h Outdated Show resolved Hide resolved
src/LayerPlan.cpp Show resolved Hide resolved
include/gradual_flow/FlowLimitedPath.h Outdated Show resolved Hide resolved
@HellAholic HellAholic merged commit 1b78d4f into main Aug 21, 2024
26 of 27 checks passed
@HellAholic HellAholic deleted the CURA-12096_move_gradual_flow_plugin_back_into_the_engine_core branch August 21, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants