From 7d4c700e7c22ffc10b55b143e60a6ff27ea85576 Mon Sep 17 00:00:00 2001 From: Robert Henderson Date: Mon, 13 Sep 2021 15:47:55 +0000 Subject: [PATCH] fix typo in comment --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 034fbbb0d..79c794093 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -744,7 +744,7 @@ //#define MAX31865_SENSOR_OHMS_1 100 //#define MAX31865_CALIBRATION_OHMS_1 430 -#if defined(TOOLHEAD_Quiver_DualExtruder) // Shorten time that Dual Dxtruder has to wait for M109 +#if defined(TOOLHEAD_Quiver_DualExtruder) // Shorten time that Dual Extruder has to wait for M109 #define TEMP_RESIDENCY_TIME 5 // (seconds) Time to wait for hotend to "settle" in M109 #else #define TEMP_RESIDENCY_TIME 10 // (seconds) Time to wait for hotend to "settle" in M109 @@ -3497,4 +3497,4 @@ //#define DEACTIVATE_SERVOS_AFTER_MOVE // Edit servo angles with M281 and save to EEPROM with M500 -//#define EDITABLE_SERVO_ANGLES \ No newline at end of file +//#define EDITABLE_SERVO_ANGLES