Adding filament runout to Sidekick printers

This commit is contained in:
Brian Kahl 2021-08-30 10:55:22 -05:00
parent 74cf04f0ae
commit 3b67787655
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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());

View File

@ -85,7 +85,7 @@
#endif
//
// Filament runnout sensor
// Filament runout sensor
//
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
#define FIL_RUNOUT_PIN 12 //X-