Labels

//-- origin of labels is box [0,0,0]
// (0) = posx
// (1) = posy/z
// (2) = orientation
// (3) = depth
// (4) = plane {lid | base | left | right | front | back }
// (5) = font
// (6) = size
// (7) = "label text"
labelsPlane = [
[ 30, 30, 90, 1, "base", "Liberation Mono:style=bold", 7, "BASE" ]
, [ 60, 30, 30, 1, "base", "Liberation Mono:style=bold", 7, "BASE30" ]
, [100, 30, 210, 1, "base", "Liberation Mono:style=bold", 7, "BASE210" ]
, [ 30, 30, 90, 1, "lid", "Liberation Mono:style=bold", 7, "LID" ]
, [ 60, 30, 45, 1, "lid", "Liberation Mono:style=bold", 7, "LID45" ]
, [ 8, 10, 0, 1, "left", "Liberation Mono:style=bold", 7, "LEFT" ]
, [ 10, 10, 0, 1, "right", "Liberation Mono:style=bold", 7, "RIGHT" ]
, [ 20, 10, 0, 1, "front", "Liberation Mono:style=bold", 7, "FRONT" ]
, [ 20, 10, 0, 1, "back", "Liberation Mono:style=bold", 7, "BACK" ]
];
//-- origin of labels is box [0,0,0]
// (0) = posx
// (1) = posy/z
// (2) = orientation
// (3) = depth
// (4) = plane {lid | base | left | right | front | back }
// (5) = font
// (6) = size
// (7) = "label text"
labelsPlane = [
[ 20, 10, 90, 1, "lid", "Liberation Mono", 7, "LABEL depth 1" ]
, [ 40, 10, 90, 2, "lid", "Liberation Mono", 7, "LABEL depth 2" ]
, [ 60, 10, 90, 3, "lid", "Liberation Mono", 7, "LABEL depth 3" ]
, [ 80, 10, 90, 4, "lid", "Liberation Mono", 7, "LABEL depth 4" ]
];
Last modified 7mo ago