Prusa-Firmware-MMU/src
Guðni Már Gilbert 20a2ee7d56 Fix false FINDA_FLICKERS on Toolchange retry
Delay reporting the cut command finished until the selector has returned
back to the cutting slot. This was done by adding ProgressCode::Homing
to the Cut Filament state machine. ProgressCode::ReturningSelector is
then used to wait for the selector to return back to the cut slot after
homing becomes valid again. Only then is the cut operation reported
finished and a new command can be processed e.g. Toolchange.

Change in memory:
Flash: +16 bytes
SRAM: 0 bytes
2023-06-12 07:04:51 +02:00
..
config Set pulley to 95mm/s for load and unload 2023-05-04 11:01:11 +02:00
hal Fix compiler error on GCC 12 2023-05-02 07:16:50 +02:00
logic Fix false FINDA_FLICKERS on Toolchange retry 2023-06-12 07:04:51 +02:00
modules modules: leds: Implement SetAllOff() 2023-05-02 07:32:27 +02:00
CMakeLists.txt Fix test build 2022-08-11 10:26:42 +02:00
application.cpp Add HW EEPROM reset 2023-02-25 17:59:35 +01:00
application.h Add HW EEPROM reset 2023-02-25 17:59:35 +01:00
cmath.h AVR: Do not use __builtin_abs() for long types 2021-11-11 07:41:48 +01:00
debug.cpp Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
debug.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
intlimits.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
main.cpp Rename CurrentVCC->CurrentBandgapVoltage 2023-03-08 15:14:36 +01:00
main.dox Improve documentation of the startup process 2021-08-12 11:08:09 +02:00
panic.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
pins.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
registers.cpp Update doxygen pulley values 2023-05-05 10:40:51 +02:00
registers.h Introduce register map + use Read/Write register 2022-08-11 10:26:42 +02:00
unit.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
version.hpp Introduce TMC2130 currents doxy group 2023-02-17 15:50:20 +01:00