mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Suppress ColorPrint for the multi-material printing
This commit is contained in:
@@ -1326,7 +1326,7 @@ void GCode::process_layer(
|
||||
m_colorprint_heights.erase(m_colorprint_heights.begin());
|
||||
colorprint_change = true;
|
||||
}
|
||||
if (colorprint_change)
|
||||
if (colorprint_change && print.extruders().size()==1)
|
||||
gcode += "M600\n";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user