Get full automation to orbit functioning.
This commit is contained in:
@ -58,6 +58,15 @@ set nodeButton:onClick to nodeButtonPressed@.
|
||||
local termButton is interface:AddButton("Terminal").
|
||||
set termButton:onClick to terminalButtonPressed@.
|
||||
|
||||
// debug
|
||||
function circButtonPressed {
|
||||
runpath("/lib/navigation").
|
||||
AddCircularizationNode().
|
||||
}
|
||||
local cButton is interface:AddButton("Circularize").
|
||||
set cButton:onClick to circButtonPressed@.
|
||||
// end debug
|
||||
|
||||
interface:show().
|
||||
|
||||
wait until false.
|
||||
|
Reference in New Issue
Block a user