fixed burn time calculations for multi stage burns

This commit is contained in:
2026-04-19 21:52:07 -04:00
parent 9a4ae5e472
commit 7431ab7946
13 changed files with 221 additions and 155 deletions
+2 -7
View File
@@ -1,9 +1,4 @@
import("library/lib_vessel_utils").
import("library/lib_ascent").
import("library/lib_orbits").
WaitForEngineStart().
@@ -11,9 +6,9 @@ CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
set profile to 1.2.
set turn_start to 1000.
set target_orbit to 100000.
set target_orbit to 150000.
Ascent(target_orbit, turn_start, profile).
Ascent(target_orbit, turn_start, profile, 0).
print "Orbit Achieved, Releasing Controls".
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Close Terminal").