From 3b67787655f3f1054acdb3038c9ef4279761c15f Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 30 Aug 2021 10:55:22 -0500 Subject: [PATCH] Adding filament runout to Sidekick printers --- Marlin/Configuration.h | 2 +- Marlin/src/gcode/temp/M104_M109.cpp | 4 ++-- Marlin/src/pins/rambo/pins_EINSY_RETRO.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d95f2456c..0538236ce 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1918,7 +1918,7 @@ * RAMPS-based boards use SERVO3_PIN for the first runout sensor. * For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc. */ -#if ANY(TAZPro, TAZProXT) +#if ANY(TAZPro, TAZProXT, Sidekick_289, Sidekick_747) #define FILAMENT_RUNOUT_SENSOR #endif #if ENABLED(FILAMENT_RUNOUT_SENSOR) diff --git a/Marlin/src/gcode/temp/M104_M109.cpp b/Marlin/src/gcode/temp/M104_M109.cpp index efda04def..73b2c9977 100644 --- a/Marlin/src/gcode/temp/M104_M109.cpp +++ b/Marlin/src/gcode/temp/M104_M109.cpp @@ -125,8 +125,8 @@ void GcodeSuite::M104_M109(const bool isM109) { thermalManager.auto_job_check_timer(isM109, true); #endif - if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling) - thermalManager.set_heating_message(target_extruder); + //if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling) + //thermalManager.set_heating_message(target_extruder); } TERN_(AUTOTEMP, planner.autotemp_M104_M109()); diff --git a/Marlin/src/pins/rambo/pins_EINSY_RETRO.h b/Marlin/src/pins/rambo/pins_EINSY_RETRO.h index cdce979a0..41ea4466e 100644 --- a/Marlin/src/pins/rambo/pins_EINSY_RETRO.h +++ b/Marlin/src/pins/rambo/pins_EINSY_RETRO.h @@ -85,7 +85,7 @@ #endif // - // Filament runnout sensor + // Filament runout sensor // #if ENABLED(FILAMENT_RUNOUT_SENSOR) #define FIL_RUNOUT_PIN 12 //X-