-
-
Notifications
You must be signed in to change notification settings - Fork 928
CURA-13250 chamfered tree base #2346
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
Open
Erwan MATHIEU (wawanbreton)
wants to merge
31
commits into
main
Choose a base branch
from
CURA-13250_chamfered-tree-base
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
36f8ba3
Implement support outside base
wawanbreton 7826e71
Apply clang-format
wawanbreton fc04db9
Handle skirt and raft with support base
wawanbreton 649111a
Handle inside support base
wawanbreton 7b67615
Multi-thread base support generation
wawanbreton 1dc855c
Apply clang-format
wawanbreton e83002f
Don't use arachne to generate the support walls
wawanbreton 563cf57
Add missing header
wawanbreton a843649
Fix non-arachne support walls generation
wawanbreton b3cd342
Do not generate support brim within support generation
wawanbreton a1e2ea8
Basic CuraViz POC
wawanbreton bd4c5b8
Send build plate info before anything else
wawanbreton 955f8dc
Add method to send a shape/list of shapes
wawanbreton 653629a
Generate support first layer using brim generation
wawanbreton b8c0735
Handle support base first layer within brim
wawanbreton 742fa3e
Fix possible skirt generation issues
wawanbreton d5eb23e
Apply clang-format
wawanbreton 739276e
Fix support base with raft
wawanbreton 4643ac0
Fix possible crash with null base height
wawanbreton 1b2f3eb
Handle extra support base settings
wawanbreton 45601f4
Allow generation of support inside base with infill
wawanbreton 4fa902b
Fix inner base with infill
wawanbreton 30761f8
Fix outer base generation on first layer
wawanbreton e437e7f
Fix outer base possibly overlapping support interface
wawanbreton 47a21c9
Apply clang-format
wawanbreton 1c13d54
Polish debug visualization code
wawanbreton 29e32f5
Polish code and add documentation
wawanbreton 84e10e8
Apply clang-format
wawanbreton aab738d
Apply suggestions from code review
wawanbreton 71b97b7
Apply code review suggestion
wawanbreton c9fc367
Remove zombie method definition
wawanbreton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| // Copyright (c) 2023 UltiMaker | ||
| // CuraEngine is released under the terms of the AGPLv3 or higher | ||
|
|
||
| #ifndef CURAENGINE_WALLTOOLPATHGENERATOR_H | ||
| #define CURAENGINE_WALLTOOLPATHGENERATOR_H | ||
|
|
||
| namespace cura | ||
| { | ||
|
|
||
| enum class WallToolPathGenerator | ||
| { | ||
| Arachne, // Use arachne to generate smart extrusion tool paths with variable line width | ||
| NaiveInset // Use a naive implementation to generate tool paths with constant line width | ||
| }; | ||
|
|
||
| } | ||
|
|
||
| #endif | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.