From f84c3a00e06201041e7cc7365be09ac79dad4c78 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 14 Jul 2024 17:35:12 +0800 Subject: [PATCH] Fix a regression for SEMM when ramming and cooling is disabled --- src/libslic3r/GCode/WipeTower2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/GCode/WipeTower2.cpp b/src/libslic3r/GCode/WipeTower2.cpp index a22bec5dd8..6bebe14b76 100644 --- a/src/libslic3r/GCode/WipeTower2.cpp +++ b/src/libslic3r/GCode/WipeTower2.cpp @@ -984,7 +984,7 @@ void WipeTower2::toolchange_Unload( } const int& number_of_cooling_moves = m_filpar[m_current_tool].cooling_moves; - const bool cooling_will_happen = m_semm && number_of_cooling_moves > 0; + const bool cooling_will_happen = m_semm && number_of_cooling_moves > 0 && m_cooling_tube_length != 0; bool change_temp_later = false; // Wipe tower should only change temperature with single extruder MM. Otherwise, all temperatures should