-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slice and wide moves in alg change cube orientation #15
Comments
A better way to phrase the issue: M should not be the same as L' R. http://jsfiddle.net/AshleyF/2xAVX/106/ <h2>Repro</h2>
<h3>When I hold a cube like this:</h3>
<div class="roofpig"></div>
<h3>... and do an M move, it looks like this:</h3>
<div class="roofpig" data-config="alg=M | setupmoves=x">(x) M</div>
<h3>... not this:</h3>
<div class="roofpig" data-config="alg=M">M</div>
<h3>... which looks like L' R:</h3>
<div class="roofpig" data-config="alg=L' R">L' R</div> Yes, |
I'm hitting this same issue I think.
This re-orients, and then colours the yellow sticks which are now at DL DR. |
I think I can cure it, but I cannot determine whether it is causing any side effects. |
For example,
alg=U
maintains red front/yellow up. However,alg=M U
reorients to yellow front/orange up. This then requires addingsetupmoves=x
to maintain the correct orientation. The same is true of wide moves. Maybe I'm just misunderstanding the correct usage...The text was updated successfully, but these errors were encountered: