FIX: invalid support weight per extruder
jira:NEW Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I0e4b857c9c758ab7c54ef13aee1bf596f975640b
This commit is contained in:
parent
9ea044509a
commit
3564daaef1
|
@ -4344,6 +4344,7 @@ void GCodeProcessor::process_filaments(CustomGCode::Type code)
|
||||||
|
|
||||||
if (code == CustomGCode::ToolChange) {
|
if (code == CustomGCode::ToolChange) {
|
||||||
m_used_filaments.process_model_cache(this);
|
m_used_filaments.process_model_cache(this);
|
||||||
|
m_used_filaments.process_support_cache(this);
|
||||||
//BBS: reset remaining filament
|
//BBS: reset remaining filament
|
||||||
m_remaining_volume = m_nozzle_volume;
|
m_remaining_volume = m_nozzle_volume;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue