Tim Moore
8ce84fa44f
Add temperature-based auto power options (#14397 )
6 年之前
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
6 年之前
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.
6 年之前
Ludy
2290b269dc
Unused variable (#14301 )
6 年之前
Ludy
bd494a6bd6
Update defines for patched temperature macros (#14161 )
6 年之前
doggyfan
e09d8811c1
Apply grace period to thermistor failure testing (#14167 )
6 年之前
Scott Lahteine
605ec0a478
Fix thermistor table warning
6 年之前
Scott Lahteine
48d1bd29cb
Shift m before compare to 0
6 年之前
doggyfan
594f6b14be
Limit user thermistor to 999, fix thermistor table macro (#14080 )
6 年之前
Pavel4e5
3cd19a8ec0
Improve Zonestar keypad responsiveness (#14056 )
6 年之前
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 年之前
Ludy
a504366138
Fix probe fan compiling error (#13930 )
6 年之前
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues (#13678 )
6 年之前
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
6 年之前
Scott Lahteine
9853331b34
Fix temp init, loosen ADC grace period
6 年之前
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion (#13837 )
6 年之前
InsanityAutomation
3fcab8dbf1
Option to disable fans during pause (#13820 )
6 年之前
Scott Lahteine
2f32a6612d
Clean up Temperature::set_fans_paused
6 年之前
Thomas Moore
ee243e4edf
Fix mixing extruder filament change (#13803 )
6 年之前
Kajetan Rzepecki
875e673a8c
Add HAL-based thermal protection grace period for all heaters (#13778 )
6 年之前
Kajetan Rzepecki
5f70c876ae
Fix _temp_error-related compile error (#13768 )
6 年之前
Scott Lahteine
bddb776ddb
Add chamber max-temp check
Followup to #13756
6 年之前
Marcio Teixeira
d0c1eee53b
Add extra max-temp safety checks (#13756 )
6 年之前
Stephan
84273557f9
Move and update heated chamber settings (#13671 )
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com >
6 年之前
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
6 年之前
Kajetan Rzepecki
c9079165ee
Fix MAX6675 readout with Hardware SPI (#13530 )
6 年之前
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
6 年之前
Sam Lane
a8fa275dc6
Fix Fan 0 responding to all fan speeds (#13444 )
6 年之前
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 年之前
Ludy
59353546e8
Fix BUTTON_EXISTS and misplaced comma (#13411 )
Fixes #13410 and redeclaration of `BUTTON_EXISTS`
6 年之前
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment -471388743
6 年之前
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
6 年之前
Scott Lahteine
0375e92847
Followup to serial rework
As mentioned in #13370
6 年之前
Scott Lahteine
1f7e220387
Make HAL ISR macros function-like
6 年之前
Scott Lahteine
3419099f0a
Clean up whitespace
6 年之前
MoellerDi
c36989c39e
Fix chamber temperature measurement (#13350 )
6 年之前
Scott Lahteine
33a08fc6f7
Fix typos from temperature rework
Followup to #12201
6 年之前
Reece Kibble
dbead66988
Allows user to set (almost) any PWM frequency (#12638 )
6 年之前
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
6 年之前
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
6 年之前
Scott Lahteine
2212da453a
Distinguish between analog/digital auto fans (#13298 )
6 年之前
Chris Pepper
38bef9da91
Report auto temp to both serial ports, if available (#13301 )
6 年之前
Scott Lahteine
599cdc3f0f
Remove dead code from get_pid_output
See #12981
6 年之前
kAdonis
05c2f80826
Fix bug in wait-for-heatup (#13290 )
6 年之前
Scott Lahteine
7fde3ed915
Skip hysteresis check when temp is already close to target
To eliminate a long delay during pause, park, and filament change
6 年之前
InsanityAutomation
eb4bf93ea4
Add more Babystep options (#13262 )
6 年之前
Scott Lahteine
64253e1a58
Followup to serial reform
Reference #13250
6 年之前
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
6 年之前
Scott Lahteine
0feeef2604
Update copyright in headers
6 年之前
Giuliano Zaro
773fa5c40f
Fix define used when PID is off (#13119 )
Replaced `PID_MAX` with `BANG_MAX` since it should be the correct define to be used when PID is not enabled.
6 年之前