FIX: avoid collsion in by object mode

jira:STUDIO-11625

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If5957a919af606934a34aa942f54dc4e7650a7f9
(cherry picked from commit 476c17819fe2e4fb7891b4b46865dde1a0057f33)
This commit is contained in:
xun.zhang
2025-05-07 21:40:30 +08:00
committed by Noisyfox
parent c027c00caa
commit ce81f03b6d
4 changed files with 119 additions and 18 deletions

View File

@@ -610,7 +610,7 @@ private:
Print *m_print{nullptr};
std::set<const PrintObject*> m_printed_objects;
std::vector<const PrintObject*> m_printed_objects;
// Processor
GCodeProcessor m_processor;