After some failed attempts to reach Moho with a reasonable dV budget, I've have been having a lot of success using the launch window planner (http://alexmoon.github.io/ksp), specifically the mid-course plane setting. To use it, I need to set the initial parameters of the ejection burn manually (usually in 2 kicks due to typically low interplanetary TWR). After launching into Kerbol SOI, MechJeb2 can take over and perform the expected mid-course plane change maneuver using the fine tune closest approach planner. However, setting up that initial ejection angle is more of a pain than it needs to be. I typically would orbit at least once and use the orbit info window to find where to create the maneuver node for the right angle to prograde, then do the initial kick burn, then set it all up again for the interplanetary burn. Or I could get impatient and eye the ejection angle, only that angle is actually quite important for big burns like Eeloo or Moho (http://forum.kerbalspaceprogram.com/showthread.php/27236-Tutorial-Step-by-step-Interplanetary-Hohmann-transfer-guide-and-tips). So what I really wanted, was that MechJeb should be able to snap the maneuver node to a particular prograde angle. After all, it calculates the prograde angle in the orbit info window. So I added the ability to show and set it in the maneuver node editor window, like shown here (I'm the probe body setting up a 800 m/s kick burn): This ends up working really well with the shift time feature, as you can shift by say twice your orbit period and then snap it back to the desired prograde angle to get the optimal ejection angle at the perfect time. For convience with the launch window calculator, you can set the retrograde angle instead (which is just prograde-180). I thought it would be trivial to make, as I could just assume a circular like orbit and have it mostly work. But the results for kick burn orbits were horrendous, so I ended up learning a ton about Kepler orbits and the internal programming interfaces of MechJeb and KSP. And, wow, it actually works! I made it for me, but if anyone else is interested I can set up a pull request of github (as a giving back sort of thing). Cheers, CyberSoul P.S. First Post