mikeshub
d9303b2137
Fix MAX6675_SEPARATE_SPI boot loop ( #14698 )
5 years ago
InsanityAutomation
dc6fa04f68
Fix single nozzle temp change, do slower extra prime ( #14696 )
5 years ago
InsanityAutomation
9cd66f6f77
Fix missing include & condition ( #14682 )
5 years ago
wookie666
00e2f6da8f
Improve magnetic dock switching toolhead ( #14663 )
5 years ago
Scott Lahteine
68108789d0
Add'l toolchange syncs
5 years ago
Scott Lahteine
fac0e63058
Clean up tool-change syncs ( #14666 )
5 years ago
Scott Lahteine
42b5ccafc9
Toss obsolete DEBUG_LEVELING_FEATURE tests
5 years ago
Marcio Teixeira
839255eed4
Fix for M504 changing filament runout value ( #14661 )
Fixes #14476
5 years ago
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean ( #14642 )
5 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
5 years ago
Scott Lahteine
ef2a2eb984
Temp tweak
5 years ago
Tanguy Pruvot
45bde333d5
Initial Longer3D LK1/2 (Alfawise U20/U20+/U30) support ( #14597 )
5 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
5 years ago
InsanityAutomation
ce02c6cee2
Variable tool change purge ( #14618 )
5 years ago
Ludy
70586d3a6c
Update (c) comments ( #14584 )
5 years ago
Pavel4e5
8babf55b18
Init ADC keypad analog input ( #14585 )
5 years ago
Scott Lahteine
ad1c061e7b
Bring STM32F4/F7 together
5 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
5 years ago
Scott Lahteine
5519054f50
Improve BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE ( #13740 )
5 years ago
Scott Lahteine
1a349c7522
Add HAS_TMC220x
5 years ago
Tanguy Pruvot
8873c583d3
Prevent extra settings.load on boot ( #14499 )
5 years ago
Vanessa Dannenberg
4fa8053638
RPW-Ultra thermistor table ( #14517 )
5 years ago
Scott Lahteine
fe02241044
NONE on combined options
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
5 years ago
Scott Lahteine
f7eeae8424
Indent a line
5 years ago
Scott Lahteine
720bc7c00b
Named indices for Temperature class ( #14479 )
5 years ago
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
5 years ago
Scott Lahteine
c28e08c849
Fix mintemp/maxtemp monitoring for thermocouples
5 years ago
Aliaksei Kvitsinski
2f932a11b3
Park heads with electromagnet ( #14023 )
5 years ago
Tanguy Pruvot
24655a6bf3
Touch-MI Menu and Manual Deploy option ( #14290 )
5 years ago
Ludy
dab2f0c89c
Mask unused var, update (c) comments ( #14455 )
5 years ago
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
5 years ago
Tanguy Pruvot
19aafb9050
Fix STM32F1 motor shocks (stepper timer issue) ( #14030 )
5 years ago
Scott Lahteine
c9a8db33c3
Fix scaledFanSpeed
5 years ago
Giuliano Zaro
a9445d557e
Remove extra #if ( #14439 )
5 years ago
Scott Lahteine
4d5a1984e2
Simplified fan handling code
5 years ago
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
5 years ago
Scott Lahteine
9da02d2114
Help syntax highlighting (Sublime, et. al.)
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
Tim Moore
8ce84fa44f
Add temperature-based auto power options ( #14397 )
5 years ago
Scott Lahteine
2580104c8b
Revert recent probe changes
- Revert "Fix FIX_MOUNTED_PROBE compile error (#14393 )"
- Revert "Fix G28 with non-BLTouch probes (#14381 )"
- Revert "Fix BLTOUCH deploy/stow in HS mode (#14352 )"
- Revert "Apply needed BLTouch patch (#14233 )"
Co-Authored-By: AnHardt <github@kitelab.de>
5 years ago
Scott Lahteine
49627069a5
Shorthand for home-after-deactivate
5 years ago
oechslein
8c55bd5451
Update "StallGuard threshold" heading ( #14395 )
5 years ago
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 ( #14407 )
5 years ago
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control ( #14117 )
5 years ago
BigIronGuru
f5afaaef5b
Fix probe.cpp warning ( #14367 )
5 years ago
teemuatlut
2247bf1ba5
Add missing dedge init for TMC2209 ( #14370 )
5 years ago
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.
5 years ago