This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src
mikeshub 1db7013e3b Fix and improve PID loops (#14373)
- Windup guarding was missing. The kludge in place of windup guard is removed. D term filter calculations are simplified to require fewer `float` calculations. Sign change for D term output to make debugging output clearer.
- Use "no overshoot" for bed PID tuning.
2019-06-22 16:52:56 -05:00
..
core Fix "UNUSED" redefined warning on HAL_STM32 (#14342) 2019-06-21 00:48:10 -05:00
feature Fix PLR/M43 warnings (#14333) 2019-06-22 00:48:47 -05:00
gcode Fix M916-918 subcommands 2019-06-22 16:18:42 -05:00
HAL Fix PLR/M43 warnings (#14333) 2019-06-22 00:48:47 -05:00
inc Add Extra Probing option, discarding outliers (#14338) 2019-06-21 19:02:26 -05:00
lcd Support DGUS Display with DWIN OS (#13253) 2019-06-21 04:47:23 -05:00
libs Fix Spindle/Laser compile error (#14312) 2019-06-17 18:38:43 -05:00
module Fix and improve PID loops (#14373) 2019-06-22 16:52:56 -05:00
pins Add TMC2209 support (#14249) 2019-06-20 15:47:50 -05:00
sd Fix Start SD Print bug (#14354) 2019-06-22 00:37:21 -05:00
Marlin.cpp Add TMC2209 support (#14249) 2019-06-20 15:47:50 -05:00
Marlin.h Use C++ language supported 'nullptr' (#13944) 2019-05-09 11:45:55 -05:00