Two things to note: 1. This is a logic level, not a let's-do-parkour-on-the-snake level (although you can if you want to). 2. If you have trouble moving the pieces of the snake, put them back in their original configurations. The rotors appear to have a memory of their initial positions.
Solved it! The snake is kind of hard to handle initially, but as you say, if you find the angle to rotate it then it doesn't have to be a hassle. Then, it also helps that this can be solved by logic only, as you realize that you have all the time to check the combinations and positions of the pieces before making daring moves. Lastly, although in general the level can be considered "easy", it's quite fun to figure out the correct positions of the snake to complete the path. Thanks for this small puzzle!
That was fun. Sometimes it's better to turn the previous part for better control of a next part. This actually forces you to think more complex in geometric terms, so it adds to the puzzle.
Very original level! I found little bit difficult the snake control but it was really nice logic level. Thanks!