Skip to content

Commit

Permalink
ENH: remove long retraction warning
Browse files Browse the repository at this point in the history
jira:NEW

Signed-off-by: tao wang <tao.wang@bambulab.com>
Change-Id: If60236b3282991a2d94df7d125427cff86899536
  • Loading branch information
walterwongbbl authored and lanewei120 committed Apr 8, 2024
1 parent 3bf6c63 commit 30ee6b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libslic3r/GCode/GCodeProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4459,14 +4459,6 @@ void GCodeProcessor::update_slice_warnings()
}
}

warning.params.clear();
warning.level = 1;
if (m_result.long_retraction_when_cut) {
warning.msg = LONG_RETRACTION_WHEN_CUT;
warning.error_code = "1001C004";
m_result.warnings.push_back(warning);
}

m_result.warnings.shrink_to_fit();
}

Expand Down

0 comments on commit 30ee6b0

Please sign in to comment.