Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji
Conflicts: README.md Solved
This commit is contained in:
		| @@ -217,7 +217,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 | ||||
|  | ||||
| // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it | ||||
| // Ultimaker | ||||
| @@ -242,7 +241,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