From e2ff536b0316bd701ce5712fdbd7e3a69efdffff Mon Sep 17 00:00:00 2001 From: Alexander Kasimir Date: Wed, 22 May 2013 16:02:03 +0300 Subject: [PATCH] Fixed typo in Comment --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ca72ae2b5..923d0ef04 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -152,7 +152,7 @@ // Bed Temperature Control // Select PID or bang-bang with PIDTEMPBED. If bang-bang, BED_LIMIT_SWITCHING will enable hysteresis // -// uncomment this to enable PID on the bed. It uses the same ferquency PWM as the extruder. +// uncomment this to enable PID on the bed. It uses the same frequency PWM as the extruder. // If your PID_dT above is the default, and correct for your hardware/configuration, that means 7.689Hz, // which is fine for driving a square wave into a resistive load and does not significantly impact you FET heating. // This also works fine on a Fotek SSR-10DA Solid State Relay into a 250W heater.