Scott Lahteine
913de024a9
Change PID dummy value to NAN
Fixes #17078
5 years ago
Scott Lahteine
7709261ea9
Move shared code to wait_for_bed_heating
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
9caf5c05e7
Refactor heater watch, job timer auto-start ( #16725 )
5 years ago
Scott Lahteine
56cd747c8b
Rename some temperature members
5 years ago
Scott Lahteine
1d1dc8e339
More 8 extruder defines
5 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans ( #16595 )
5 years ago
Giuliano Zaro
ef8f829513
Fix CHAMBER_MAXTEMP security margin ( #16600 )
5 years ago
tompe-proj
a338dce83f
PINDA v2 temperature sensor / compensation ( #16293 )
5 years ago
haschtl
ff6518c0a8
Add PID_FAN_SCALING option ( #15585 )
5 years ago
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 ( #15655 )
5 years ago
Marcio Teixeira
5639b8ca20
Touch UI fixes for Cocoa Press ( #15847 )
5 years ago
LinFor
a84e3d1b80
Use native ADC resolution where possible ( #15719 )
5 years ago
Marcio Teixeira
dc14d4a13c
Improvements and fixes to Lulzbot UI ( #15490 )
5 years ago
Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible ( #15452 )
5 years ago
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
5 years ago
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
5 years ago
Scott Lahteine
75927e17dd
Filament Width Sensor singleton ( #15191 )
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
5 years ago
Scott Lahteine
565a0e11ed
Prevent 'current' name conflict, if needed
5 years ago
Luu Lac
8bca3fcf2c
Display chamber with HAS_TEMP_CHAMBER ( #15194 )
5 years ago
Jamie
dbee0e9c54
Analog joystick jogging control ( #14648 )
5 years ago
Scott Lahteine
4cdf7a1b93
Add ADC helpers to temp_info_t
5 years ago
Tim Moore
77f637763c
Overlord configs. Fix buzzer, redundant temp. ( #14833 )
5 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
5 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
720bc7c00b
Named indices for Temperature class ( #14479 )
5 years ago
Scott Lahteine
c9a8db33c3
Fix scaledFanSpeed
5 years ago
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Tim Moore
81209f5310
'M105 R' to report redundant temp sensor ( #14324 )
5 years ago
Ludy
bd494a6bd6
Update defines for patched temperature macros ( #14161 )
6 years ago
Ludy
a504366138
Fix probe fan compiling error ( #13930 )
6 years ago
doggyfan
23a8707ef1
Configurable Thermistor ( #13888 )
6 years ago
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion ( #13837 )
6 years ago
InsanityAutomation
3fcab8dbf1
Option to disable fans during pause ( #13820 )
6 years ago
Scott Lahteine
2f32a6612d
Clean up Temperature::set_fans_paused
6 years ago
Stephan
84273557f9
Move and update heated chamber settings ( #13671 )
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com>
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 ( #13580 )
6 years ago
Scott Lahteine
240ea1bbb3
Split up games into separate files
6 years ago
Kajetan Rzepecki
2cfa9e9008
Fixed chamber-related compile error ( #13552 )
6 years ago
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) ( #13519 )
6 years ago
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs ( #13491 )
6 years ago
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 years ago
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
6 years ago
Scott Lahteine
33a08fc6f7
Fix typos from temperature rework
Followup to #12201
6 years ago
Reece Kibble
dbead66988
Allows user to set (almost) any PWM frequency ( #12638 )
6 years ago
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework ( #12201 )
6 years ago
Scott Lahteine
fa236e9718
General cleanup ahead of L64XX
6 years ago