Get full automation to orbit functioning.
This commit is contained in:
parent
2cceb5c0c1
commit
45cd517a2a
6 changed files with 55 additions and 31 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue