From fa504629290479c8f5e831f6ac5bfe30efc95fb0 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 29 Sep 2021 20:08:58 +0200 Subject: [PATCH] Add InFSensor state --- src/modules/globals.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/globals.h b/src/modules/globals.h index d8c2951..c7ca795 100644 --- a/src/modules/globals.h +++ b/src/modules/globals.h @@ -13,8 +13,9 @@ namespace globals { enum FilamentLoadState : uint8_t { // NotLoaded = 0, ///< not loaded in the MMU at all @@TODO still need to decide whether this state is of any use to us AtPulley = 1, ///< loaded to mmu (idler and pulley can grab it) - InSelector = 2, ///< loaded in selector (i.e. unsure where the filament is while doing some operation) - InNozzle = 4, ///< loaded into printer's filament sensor/nozzle + InSelector = 2, ///< 'P1' loaded in selector (i.e. unsure where the filament is while doing some operation) + InFSensor = 4, ///< 'f1' loaded into printer's filament sensor + InNozzle = 8, ///< 'f2' loaded into printer's nozzle }; static_assert(