From 95c2cc3966f1c1f1cbaeb5085a4f501a07572700 Mon Sep 17 00:00:00 2001
From: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Thu, 9 Jul 2020 08:43:59 +0200
Subject: [PATCH] Remove outdated comment (#18597)

---
 Marlin/Configuration.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 0cef8928fd..2d50a9f8b2 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -1162,7 +1162,6 @@
  *
  * 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.
- * By default the firmware assumes HIGH=FILAMENT PRESENT.
  */
 //#define FILAMENT_RUNOUT_SENSOR
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
-- 
GitLab