Building skeleton generation done

This commit is contained in:
2024-11-04 04:26:43 +03:00
parent f474ada828
commit bfa2621dee
6 changed files with 891 additions and 490 deletions

View File

@@ -27,6 +27,8 @@ commands = [
[2, "Attach2"],
[3, "Left90"],
[4, "Right90"],
[5, "Forward", {"amount": "float"}]
[5, "Motion", {"amount": "float"}],
[6, "PushPosition"],
[7, "PopPosition"]
]