added orbit correction + mqx q throttle moderation
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ if status = "PRELAUNCH" {
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
||||
|
||||
print "Enter Launch Profile: ".
|
||||
set profile to terminal_input_number(22, 0, 4, 0.7).
|
||||
set profile to terminal_input_number(22, 0, 6, 0.4).
|
||||
print "Verical Ascent: ".
|
||||
set turn_start to terminal_input_number(16, 1, 6, 1000).
|
||||
set turn_start to terminal_input_number(16, 1, 6, 500).
|
||||
print "Target Orbit: ".
|
||||
set target_orbit to terminal_input_number(14, 2, 8, 96000).
|
||||
print "Inclination: ".
|
||||
|
||||
Reference in New Issue
Block a user