Mark a tick as a conflict, if it has a ToolChange to the same extruder

This commit is contained in:
YuSanka 2020-02-02 21:20:48 +01:00
parent 438f4fd1aa
commit eb6e0c06e4
2 changed files with 23 additions and 4 deletions

View file

@ -43,7 +43,8 @@ enum ConflictType
{
ctNone,
ctModeConflict,
ctMeaningless,
ctMeaninglessColorChange,
ctMeaninglessToolChange,
ctRedundant
};