mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:35:54 +08:00
Follow-up of 2424f9826fd13a4f5174067d6c417468bdf45284 - Fixed the fix in GCodeProcessor.cpp
This commit is contained in:
parent
7d82c4c412
commit
c03a9d1a3e
@ -3922,6 +3922,7 @@ void GCodeProcessor::post_process()
|
||||
if (m_print != nullptr)
|
||||
m_print->active_step_add_warning(PrintStateBase::WarningLevel::CRITICAL, warning);
|
||||
}
|
||||
}
|
||||
export_lines.insert_lines(backtrace, cmd,
|
||||
// line inserter
|
||||
[tool_number, this](unsigned int id, float time, float time_diff) {
|
||||
@ -3945,7 +3946,6 @@ void GCodeProcessor::post_process()
|
||||
return line;
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
m_result.lines_ends.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user