From e40fb79d2c7a03a44d8956056a0c1fad2603628a Mon Sep 17 00:00:00 2001 From: gudnimg Date: Sun, 17 Sep 2023 18:18:36 +0000 Subject: [PATCH] eject filament: remove two unused constants No change in memory --- src/logic/eject_filament.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/logic/eject_filament.h b/src/logic/eject_filament.h index 27acc65..0e786d7 100644 --- a/src/logic/eject_filament.h +++ b/src/logic/eject_filament.h @@ -7,10 +7,6 @@ namespace logic { -// These cannot be class memebers without definition until c++17 -static constexpr modules::motion::P_pos_t ejectLength = 50.0_P_mm; //@@TODO -static constexpr modules::motion::P_speed_t ejectSpeed = 1000.0_P_mm_s; //@@TODO - /// @brief A high-level command state machine - handles the complex logic of ejecting filament /// /// The eject operation consists of: