mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-24 09:14:27 +08:00
Fixed crash in tests
This commit is contained in:
parent
bb4ac17c90
commit
00f3083bf6
@ -1001,7 +1001,8 @@ std::string Print::export_gcode(const std::string& path_template, GCodeProcessor
|
|||||||
if (m_conflict_result.has_value())
|
if (m_conflict_result.has_value())
|
||||||
result->conflict_result = *m_conflict_result;
|
result->conflict_result = *m_conflict_result;
|
||||||
|
|
||||||
result->sequential_collision_detected = m_sequential_collision_detected;
|
if (result)
|
||||||
|
result->sequential_collision_detected = m_sequential_collision_detected;
|
||||||
|
|
||||||
return path.c_str();
|
return path.c_str();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user