Move definition of PIDdT back to temperature.h
make it unconditional remove all definitions in the 'Configuration.h's remove form 'Conditionals.h'
This commit is contained in:
		| @@ -184,7 +184,6 @@ Here are some standard links for getting your machine calibrated: | ||||
|                                   // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max. | ||||
|   #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 | ||||
|  | ||||
|   // Felix 2.0+ electronics with v4 Hotend | ||||
|   #define DEFAULT_Kp 12 | ||||
| @@ -199,7 +198,7 @@ Here are some standard links for getting your machine calibrated: | ||||
| // 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 frequency PWM as the extruder. | ||||
| // If your PID_dT above is the default, and correct for your hardware/configuration, that means 7.689Hz, | ||||
| // If your PID_dT 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. | ||||
| // If your configuration is significantly different than this and you don't understand the issues involved, you probably | ||||
|   | ||||
| @@ -184,7 +184,6 @@ Here are some standard links for getting your machine calibrated: | ||||
|                                   // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max. | ||||
|   #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 | ||||
|  | ||||
|   // Felix 2.0+ electronics with v4 Hotend | ||||
|   #define DEFAULT_Kp 12 | ||||
| @@ -199,7 +198,7 @@ Here are some standard links for getting your machine calibrated: | ||||
| // 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 frequency PWM as the extruder. | ||||
| // If your PID_dT above is the default, and correct for your hardware/configuration, that means 7.689Hz, | ||||
| // If your PID_dT 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. | ||||
| // If your configuration is significantly different than this and you don't understand the issues involved, you probably | ||||
|   | ||||
		Reference in New Issue
	
	Block a user