diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 60f7ed159cd6e7b541da1cd69de45b7db56df648..cf3fb61cb67d6a6c177414e9609e15cd64d53f38 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -141,7 +141,7 @@
 // @section extruder
 
 // This defines the number of extruders
-// :[1, 2, 3, 4, 5, 6, 7, 8]
+// :[0, 1, 2, 3, 4, 5, 6, 7, 8]
 #define EXTRUDERS 1
 
 // Generally expected filament diameter (1.75, 2.85, 3.0, ...). Used for Volumetric, Filament Width Sensor, etc.