Prusa-Firmware-MMU/tests/unit/logic/tool_change
D.R.racer 6dd5057b67 Separate NoCommand and StartUp (new state machine)
The reasons for this change are:
- NoCommand is used during the lifetime of the firmware as a fallback in case an unknown command is received (simplifies command handling code). It must remain not doing anything.
- StartUp became a complex infrastructure which needs to "live" until an error is fixed (if any). That requires a "standard" StateInner() function which waits for the user to resolve the error.

Unit tests renamed as well.
2022-12-20 15:53:05 +01:00
..
CMakeLists.txt Separate NoCommand and StartUp (new state machine) 2022-12-20 15:53:05 +01:00
test_tool_change.cpp Fix: make sure VerifyEnvironmentState checks filamentLoaded reliably 2022-12-20 06:32:51 +01:00