mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: CLI: add the gcode path check logic for cli
Change-Id: I424a93d9ca945598da861a1905da07ae14663157
This commit is contained in:
parent
1a7b12fa38
commit
98f3aaa4bf
4 changed files with 17 additions and 1 deletions
|
@ -1691,6 +1691,7 @@ void Print::process(bool use_cache)
|
|||
|
||||
if (conflictRes.has_value()) {
|
||||
m_conflict_result.set(conflictRes.value().first, conflictRes.value().second);
|
||||
BOOST_LOG_TRIVIAL(error) << boost::format("gcode path conflicts found between %1% and %2%")%conflictRes.value().first %conflictRes.value().second;
|
||||
} else {
|
||||
m_conflict_result.reset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue