Info in ObjectList: Added variable layer height

This commit is contained in:
Lukas Matena
2021-04-19 15:42:57 +02:00
committed by Vojtech Bubnik
parent e48bc7a5e8
commit bf1fc7d436
6 changed files with 47 additions and 18 deletions

View File

@@ -49,7 +49,8 @@ enum class InfoItemType
{
Undef,
CustomSupports,
CustomSeam
CustomSeam,
VariableLayerHeight
};
class ObjectDataViewModelNode;