From ad86362fb33d2ecc9f9ba7a96927d373a51659fb Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Mon, 8 Apr 2019 11:47:26 +0200 Subject: [PATCH] remove comments --- Firmware/Configuration.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 11b82dc03..b363912ae 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -146,10 +146,8 @@ //#define PID_DEBUG // Sends debug data to the serial port. //#define PID_OPENLOOP 1 // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX //#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay -// :-O :-O :-O #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max. -// :-O :-O :-O #define PID_INTEGRAL_DRIVE_MAX PID_MAX //limit for the integral term #define K1 0.95 //smoothing factor within the PID #define PID_dT ((OVERSAMPLENR * 10.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine