Prusa-Firmware-MMU/src/logic
Guðni Már Gilbert 18a040c278 cut filament: remove two unused constants 2023-09-18 07:34:46 +02:00
..
CMakeLists.txt Separate NoCommand and StartUp (new state machine) 2022-12-27 12:41:29 +01:00
command_base.cpp Enforce specific ErrorCodes bitmask values 2023-07-28 17:11:43 +02:00
command_base.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
cut_filament.cpp Fix false FINDA_FLICKERS on Toolchange retry 2023-06-12 07:04:51 +02:00
cut_filament.h cut filament: remove two unused constants 2023-09-18 07:34:46 +02:00
eject_filament.cpp Minor header cleanup 2023-06-12 07:39:25 +02:00
eject_filament.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
error_codes.h Reallocate MCU_UNDERVOLTAGE_VCC error code value 2023-03-08 15:14:36 +01:00
feed_to_bondtech.cpp Introduce bowden length RW register (no runtime autotune) 2023-08-10 16:08:07 +02:00
feed_to_bondtech.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +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 Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
home.cpp Minor header cleanup 2023-06-12 07:39:25 +02:00
home.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
hw_sanity.cpp optimisation: Add << operator to ErrorCode 2023-07-28 17:11:43 +02:00
hw_sanity.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
load_filament.cpp Remove redundant call to SetPairButOffOthers 2023-05-04 07:51:45 +02:00
load_filament.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
move_selector.cpp Check for ERRInternal in command_base Step() 2022-10-27 15:40:15 +00:00
move_selector.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
no_command.cpp Separate NoCommand and StartUp (new state machine) 2022-12-27 12:41:29 +01:00
no_command.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
progress_codes.h Remove handling of left+right buttons in error states 2023-02-10 14:39:45 +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 Remove redundant call to SetPairButOffOthers 2023-05-04 07:51:45 +02:00
retract_from_finda.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
set_mode.cpp Reject LoadFilament if filament state > AtPulley 2022-06-20 13:53:35 +02:00
set_mode.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
start_up.cpp Hold Idler and Selector even in logic::StartUp error handling 2023-03-14 18:08:10 +01:00
start_up.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
tool_change.cpp Remove handling of left+right buttons in error states 2023-02-10 14:39:45 +01:00
tool_change.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
unload_filament.cpp modules: leds: Implement SetAllOff() 2023-05-02 07:32:27 +02:00
unload_filament.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00
unload_to_finda.cpp Perform up to maximumBowdenLength while unloading to FINDA 2023-08-10 16:08:07 +02:00
unload_to_finda.h Optimisation: make constructors constexpr 2023-08-21 06:30:25 +02:00