..
CMakeLists.txt
Separate NoCommand and StartUp (new state machine)
2022-12-27 12:41:29 +01:00
command_base.cpp
optimisation: inline functions to reduce size
2022-11-19 11:55:46 +01:00
command_base.h
Workaround INVALID_TOOL error codes
2022-12-28 12:15:47 +01:00
cut_filament.cpp
Remove ErrEngagingIdler state
2022-12-28 12:15:47 +01:00
cut_filament.h
Fix and tune CutFilament + unit tests
2022-12-28 12:15:47 +01:00
eject_filament.cpp
Add new error codes
2022-12-30 14:44:12 +01:00
eject_filament.h
Finish EjectFilament operation
2022-12-30 14:44:12 +01:00
error_codes.h
Add new error codes
2022-12-30 14:44:12 +01:00
feed_to_bondtech.cpp
Refactor original solution from @leptun
2022-09-22 12:16:41 +02:00
feed_to_bondtech.h
Introduce Idler::PartiallyDisengage
2022-08-02 07:28:10 +02:00
feed_to_finda.cpp
Unit tests: selector refused to move in ToolChange
2022-11-17 07:32:38 +01:00
feed_to_finda.h
Report Selector refused to move as FINDA_DIDNT_SWITCH_OFF
2022-11-17 07:32:38 +01:00
home.cpp
Check for ERRInternal in command_base Step()
2022-10-27 15:40:15 +00:00
home.h
Reject LoadFilament if filament state > AtPulley
2022-06-20 13:53:35 +02:00
hw_sanity.cpp
Check for ERRInternal in command_base Step()
2022-10-27 15:40:15 +00:00
hw_sanity.h
Minor cleanup
2022-09-21 18:28:22 -04:00
load_filament.cpp
Remove handling of left+right buttons in error states
2023-02-10 09:56:27 +01:00
load_filament.h
Allow result codes on a Finished Command state
2022-08-11 10:26:42 +02:00
move_selector.cpp
Check for ERRInternal in command_base Step()
2022-10-27 15:40:15 +00:00
move_selector.h
Reject LoadFilament if filament state > AtPulley
2022-06-20 13:53:35 +02:00
no_command.cpp
Separate NoCommand and StartUp (new state machine)
2022-12-27 12:41:29 +01:00
no_command.h
Separate NoCommand and StartUp (new state machine)
2022-12-27 12:41:29 +01:00
progress_codes.h
Remove handling of left+right buttons in error states
2023-02-10 09:56:27 +01:00
result_codes.h
Allow result codes on a Finished Command state
2022-08-11 10:26:42 +02:00
retract_from_finda.cpp
Add additional registers
2022-08-11 10:26:42 +02:00
retract_from_finda.h
Tag all source files with @file for doxygen
2021-10-18 17:59:46 +02:00
set_mode.cpp
Reject LoadFilament if filament state > AtPulley
2022-06-20 13:53:35 +02:00
set_mode.h
Reject LoadFilament if filament state > AtPulley
2022-06-20 13:53:35 +02:00
start_up.cpp
Refactor CheckFINDAvsEEPROM and setup2
2022-12-27 12:41:29 +01:00
start_up.h
Refactor CheckFINDAvsEEPROM and setup2
2022-12-27 12:41:29 +01:00
tool_change.cpp
Remove handling of left+right buttons in error states
2023-02-10 09:56:27 +01:00
tool_change.h
Distinguish among different error states when recovering ToolChange
2022-11-18 22:42:05 +01:00
unload_filament.cpp
Remove handling of left+right buttons in error states
2023-02-10 09:56:27 +01:00
unload_filament.h
Reject LoadFilament if filament state > AtPulley
2022-06-20 13:53:35 +02:00
unload_to_finda.cpp
Add additional registers
2022-08-11 10:26:42 +02:00
unload_to_finda.h
Unload now rechecks the position of filament after recovery
2022-01-19 17:08:35 +01:00