Skip to content

Square wipe tower - #325

Merged
LiuLikeQian merged 7 commits into
mainfrom
square_wipe_tower
May 20, 2026
Merged

Square wipe tower#325
LiuLikeQian merged 7 commits into
mainfrom
square_wipe_tower

Conversation

@fire2wind

Copy link
Copy Markdown

generate square wipe tower for rib

Comment thread src/libslic3r/GCode/WipeTower2.cpp Outdated

m_rib_length = std::max({m_rib_length, sqrt(m_wipe_tower_depth * m_wipe_tower_depth + m_wipe_tower_width * m_wipe_tower_width)});
if (m_wall_type == int(WipeTowerWallType::wtwRib)) {
float square_width = align_ceil(std::sqrt(m_wipe_tower_depth * m_wipe_tower_width), m_perimeter_width);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data check for api std::sqrt.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data check for api align_ceil().

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment thread src/libslic3r/GCode/WipeTower2.cpp
@Snapmaker Snapmaker deleted a comment from fire2wind May 15, 2026
@LiuLikeQian
LiuLikeQian merged commit ee2b0d7 into main May 20, 2026
29 checks passed
@fire2wind
fire2wind deleted the square_wipe_tower branch May 22, 2026 01:26
NikSativa added a commit to NikSativa/OrcaSlicer-FullSpectrum that referenced this pull request Jul 17, 2026
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