1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Info in ObjectList: Added variable layer height

This commit is contained in:
Lukas Matena
2021-04-19 15:42:57 +02:00
parent df3fb31268
commit dfe926ef63
6 changed files with 47 additions and 18 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ enum class InfoItemType
{
Undef,
CustomSupports,
CustomSeam
CustomSeam,
VariableLayerHeight
};
class ObjectDataViewModelNode;