On the Subject of Literally Condensing Lombax Cubes

It's been 5 years and I STILL don’t think a wrench will fix this one...

This manual assumes you know how the module works. Refer to the original manual for the original instructions.

A← dot
BCDE
F

Cube net:

Convert the L (left) and R (right) button letters to their alphabetic positions (if they match, R = R + 2). Apply (N - 6) % 6 + 1; if they match, R = R + 1; 7 becomes 5. Cubes X and Y are the colors shown:

123456
RedBlueGreenYellowPurpleWhite

A value of a cube, V, is determined by the following formula:

V = abs((A + B + C - D) * E - F)

Apply the formula to cubes X and Y to determine "cube Z". Cube Z can be found with the table. It may coincide with X or Y.

X+Y>999Y<50X-Y>100X or Y = button colorX is red or Y is yellowElse
WhiteRedYellowBluePurpleGreen

Take Z's value, and press the button when the last timer digit is Z % 10.

A
A=01
B
B=02
C
C=03
D
D=04
E
E=05
F
F=06
G
G=07
H
H=08
I
I=09
J
J=10
K
K=11
L
L=12
M
M=13
N
N=14
O
O=15
P
P=16
Q
Q=17
R
R=18
S
S=19
T
T=20
U
U=21
V
V=22
W
W=23
X
X=24
Y
Y=25
Z
Z=26