Step 6 / 7
Position the yellow corners
Put each yellow corner in the right spot, even if it's twisted.
Goal of this step
The 3D cube could not be loaded.
The edges are done. Only the 4 yellow corners remain. In this step we only care about their position, not their orientation.
Find a correctly placed corner and hold the cube so it is front right. Do the algorithm: the other three corners cycle. Repeat until all four are in the right place.
Cases and algorithms
Algorithm :
U R U' L' U R' U' LThe 3D cube could not be loaded.
Tips
- A corner is in the right place if it has the right three colors, even if it's twisted: the yellow-red-green corner must sit between the red and green centers.
- If no corner is in the right place, do the algorithm once from any position: one corner will end up correct.
- Sometimes you need to repeat the algorithm twice.