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:
xun.zhang 2024-04-03 12:07:44 +08:00 committed by Lane.Wei
parent 9ea044509a
commit 3564daaef1
1 changed files with 1 additions and 0 deletions

View File

@ -4344,6 +4344,7 @@ void GCodeProcessor::process_filaments(CustomGCode::Type code)
if (code == CustomGCode::ToolChange) {
m_used_filaments.process_model_cache(this);
m_used_filaments.process_support_cache(this);
//BBS: reset remaining filament
m_remaining_volume = m_nozzle_volume;
}