Skip to content

Instantly share code, notes, and snippets.

@kits
Last active September 17, 2019 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kits/234cfc5118f5a68e525ac3f866ee094e to your computer and use it in GitHub Desktop.
Save kits/234cfc5118f5a68e525ac3f866ee094e to your computer and use it in GitHub Desktop.
Short OLL for FMC
Short OLL for FMC
*Cross shape
R U R' U R U2 R' 7 CCW F 27 Sune
R U2 R' U' R U' R 7 CW F 26 Anti-Sune
L' U2 L U L' U L 7 CCW F 26 Anti-Sune (mirror)
L' U' L U' L' U2 L 7 CW F 27 Sune (mirror)
*I-shape
F R U R' U' F' 6 CCW L 45 Suit Up
R U R' U' R' F R F' 8 CCW L 33 Key
R' U' R' F R F' U R 8 CCW B 46 Seein' Headlights
F' L' U' L U F 6 CW R 45 Suit Up (mirror)
L' U' L U L F' L' F 8 CW R 33 Key (mirror)
L U L F' L' F U' L' 8 CW B 46 Seein' Headlights (mirror)
*L-shape
**Fixed top(left) edge
F U R U' R' F' 6 CW L 44 P
F R' F' R U R U' R' 8 CW L 37 Mounted Fish
R' U' F R' F' R U R 8 CW B 43 Anti-P
Rw U2 R' U' R U' Rw' 7 CCW B 6 Righty Square
Lw' U' L U' L' U2 Lw 7 CCW B 7 Lightning (mirror)
**Fixed right edge
F' U' L' U L F 6 CCW R 44 P (mirror)
F' L F L' U' L' U L 8 CCW R 37 Mounted Fish (mirror)
L U F' L F L' U' L' 8 CCW B 43 Anti-P (miiror)
Lw' U2 L U L' U Lw 7 CW B 6 Righty Square (mirror)
Rw U R' U R U2 Rw' 7 CW B 7 Lightning
alg, moves, edge exchange, fixed edge, OLL number & name
example:
R U R' U R U2 R' 7 CCW F 27 Sune
. c . moves : 7
a . b edge exchenge : a->b->c->a: CCW(counter clockwise)
. x . fixed edge(x) : F
F U R U' R' F' 6 CW L 44 P
. a . moves : 6
x . b edge exchenge : a->b->c->a: CW(clockwise)
. c . fixed edge(x) : L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment