mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Mark a tick as a conflict, if it has a ToolChange to the same extruder
This commit is contained in:
parent
438f4fd1aa
commit
eb6e0c06e4
2 changed files with 23 additions and 4 deletions
|
@ -43,7 +43,8 @@ enum ConflictType
|
|||
{
|
||||
ctNone,
|
||||
ctModeConflict,
|
||||
ctMeaningless,
|
||||
ctMeaninglessColorChange,
|
||||
ctMeaninglessToolChange,
|
||||
ctRedundant
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue