Suppress ColorPrint for the multi-material printing
This commit is contained in:
parent
360133246c
commit
c010e14460
5 changed files with 25 additions and 5 deletions
src/libslic3r
|
@ -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";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue