Open MikiGrit opened 3 years ago
Can you post a sample that demonstrates the issue?
This works for me in this case:
data =
[
[ "simple stacking box",
[
[ BOX_SIZE_XYZ, [45, 45, 15.0] ],
[ BOX_STACKABLE_B, t],
[ BOX_COMPONENT,
[
[CMP_COMPARTMENT_SIZE_XYZ, [ 42, 42, 13.0] ],
]
],
[ BOX_LID,[[ LABEL,[[ LBL_TEXT, "Label"]]]]]
]
]
];
I have trouble displaying label on lid when the box is stackable. When I turn it off, the label appears.