ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Crafto's approach to 42 L7E goes as follows:
Average moves for O2E and L7EOP-FR:
2
1. Orient two edges and position them at UL and UR whilst bringing the FR edge to the D-layer.
(NOTE: If FR edge is solved but flipped, skip this step.)
9.15
3
2. Ensure that centers are solved or off by an M2 in relation to the DL corners.
Average moves for L6EP (estimated):
4
3. Using one L7EOP-FR algorithm, the remaining edges are oriented, and the FR edge is solved.
9.00
5
4. Intuitively or using one of the L6EP algorithm sets, solve the remaining six edges.
Average moves for L7E:
6
18.15
7
Detailed example solves:
8
9
Scramble 1: M' U M U2 R U M U' r' U2 M2
10
11
Execution
My thought process
12
M U // O2E (2/2)
The M brought two oriented edges to UFM and UBM.
13
I then did a U to bring them to URS and ULS,
14
15
M // align centers (1/3)
I then did an M to align the centers, ensuring
16
I keep the FRE edge in the D-layer.
17
18
R U M2 U' R' // L7EOP-FR (5/8)
I see that the edge at FR is oriented, so I am
19
using an algorithm from the FR good set. I then
20
see that all M-slice edges are oriented. Since the FR
21
edge is not visible, I can infer that it is at DBM, and
22
I am therefore using the FR edge at DBM algorithm
23
for this case.
24
25
U2 M2 // 4b (2/10)
I don't see an efficient way to solve L6EP using
26
U' M' U2 M U2 M2 U // 4c (7/17)
algorithms. I do however notice that the edges
27
at ULS and URS are positioned in DFM and DBM.
28
I can insert them with U2 M2. I then solve the M-slice
29
with U' M' U2 M U2 M2 U.
30
31
Scramble 2: M U M U2 M2 U' R' U M2 U' R U2 R'
32
33
Execution
My thought process
34
R U M' U' R' // L7EOP-FR (5/5)
I see that O2E is already solved, so I go straight
35
to L7EOP-FR. I see that the edge at FR is oriented, so I
36
am again using an algorithm from the FR good set.
37
Since the FR edge is at DFM, I am using the FR edge at DFM
38
algorithm for this case. I then see that the visibly flipped
39
M-slice edges are at UF, UB and DB.
40
41
M' // setup for algorithmic L6EP (1/6)
I see that I can bring the DB edge and the white
42
center to the D-layer with an M'.
43
44
U' y' r2 U M’ U2 M U r2 // L5EP (9/15)
I then immediately recognize the Back bar and right bar case,
45
due to the 2x2 block at Ubl. The U move
46
and rotation are the setup for the algorithm.
47
48
U f // adjust R layer (2/17)
I then fixed the R-layer with U f.
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100