File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1254,6 +1254,26 @@ class AcademyView(View):
12541254 },
12551255 },
12561256 },
1257+ 'Roux' : {
1258+ 'cube_size' : 3 ,
1259+ 'description' : (
1260+ 'First Two Block, CMLL, LSE - The blockbuilding speedcubing method'
1261+ ),
1262+ 'steps' : {
1263+ 'CMLL' : {
1264+ 'description' : (
1265+ 'Corners of last layer - '
1266+ 'Solve of corner orientations and permutations'
1267+ ),
1268+ },
1269+ 'LSE' : {
1270+ 'description' : (
1271+ 'Last Six Edges - '
1272+ 'Solve M-slice centers and edges together'
1273+ ),
1274+ },
1275+ },
1276+ },
12571277 'Ortega' : {
12581278 'cube_size' : 2 ,
12591279 'description' : (
Original file line number Diff line number Diff line change 3030 {% endif %}
3131 </ p >
3232 < div class ="step-stats ">
33- < span class ="case-count "> {{ cases|length }} Cases</ span >
33+ < span class ="case-count "> {{ cases|length - 1 }} Cases</ span >
3434 </ div >
3535 </ section >
3636
You can’t perform that action at this time.
0 commit comments