Once you have built all 4 (possibly non-matching) squares, the next step is to match them, and then also orient the remaining edges. First we will learn how to do these as two separate steps, and then simultaneously.
Separately
Joining the 4 squares
If stage 1 is completed correctly, it should be possible to rotate all 4 squares to their solved positions. Below are some examples:
Orienting the edges
For this step, we classify edge orientation as correct, incorrect, or neutral:
| Correct |
Incorrect |
Neutral |
Neutral |
|
|
|
|
|
You need to orient the remaining edges so that there are no incorrect edges. That is, you may have correct or neutral edges.
Simultaneously
Now we will learn how to do the previous two steps simultaneously. This is possible because each rotation of a square also has an effect on the orientation of the edges.
In the following table, the top row shows some cases solved in two steps, and the bottom row shows the same cases solved by orienting edges and joining the squares simultaneously:
Separately |
|
|
Simultaneously |
|
|