mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
heaters: Change default smooth_time from 2 seconds to 1 second
A larger smooth_time results in a slower reaction time for the PID. This increased delay can cause temperature oscillations with high power heaters. Many boards produce good results without any smoothing. So, it seems a smooth_time of 1 second is a better default. Reported by @ReXT3D. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
af3622544d
commit
c84956befe
3 changed files with 7 additions and 3 deletions
|
@ -8,6 +8,10 @@ All dates in this document are approximate.
|
|||
|
||||
## Changes
|
||||
|
||||
20210903: The default [`smooth_time`](Config_Reference.md#extruder)
|
||||
for heaters has changed to 1 second (from 2 seconds). For most
|
||||
printers this will result in more stable temperature control.
|
||||
|
||||
20210830: The default adxl345 name is now "adxl345". The default CHIP
|
||||
parameter for the `ACCELEROMETER_MEASURE` and `ACCELEROMETER_QUERY` is
|
||||
now also "adxl345".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue