Ludy
70586d3a6c
Update (c) comments (#14584 )
6年前
Pavel4e5
8babf55b18
Init ADC keypad analog input (#14585 )
6年前
Scott Lahteine
ad1c061e7b
Bring STM32F4/F7 together
6年前
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6年前
Scott Lahteine
5519054f50
Improve BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE (#13740 )
6年前
Scott Lahteine
1a349c7522
Add HAS_TMC220x
6年前
Tanguy Pruvot
8873c583d3
Prevent extra settings.load on boot (#14499 )
6年前
Vanessa Dannenberg
4fa8053638
RPW-Ultra thermistor table (#14517 )
6年前
Scott Lahteine
fe02241044
NONE on combined options
6年前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6年前
Scott Lahteine
b6546ea33a
Add include guards to some headers
6年前
Scott Lahteine
f7eeae8424
Indent a line
6年前
Scott Lahteine
720bc7c00b
Named indices for Temperature class (#14479 )
6年前
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
6年前
Scott Lahteine
c28e08c849
Fix mintemp/maxtemp monitoring for thermocouples
6年前
Aliaksei Kvitsinski
2f932a11b3
Park heads with electromagnet (#14023 )
6年前
Tanguy Pruvot
24655a6bf3
Touch-MI Menu and Manual Deploy option (#14290 )
6年前
Ludy
dab2f0c89c
Mask unused var, update (c) comments (#14455 )
6年前
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore (#14446 )
6年前
Tanguy Pruvot
19aafb9050
Fix STM32F1 motor shocks (stepper timer issue) (#14030 )
6年前
Scott Lahteine
c9a8db33c3
Fix scaledFanSpeed
6年前
Giuliano Zaro
a9445d557e
Remove extra #if (#14439 )
6年前
Scott Lahteine
4d5a1984e2
Simplified fan handling code
6年前
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
6年前
Scott Lahteine
9da02d2114
Help syntax highlighting (Sublime, et. al.)
6年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6年前
Tim Moore
81209f5310
'M105 R' to report redundant temp sensor (#14324 )
6年前
Tim Moore
8ce84fa44f
Add temperature-based auto power options (#14397 )
6年前
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 >
6年前
Scott Lahteine
49627069a5
Shorthand for home-after-deactivate
6年前
oechslein
8c55bd5451
Update "StallGuard threshold" heading (#14395 )
6年前
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
6年前
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
6年前
BigIronGuru
f5afaaef5b
Fix probe.cpp warning (#14367 )
6年前
teemuatlut
2247bf1ba5
Add missing dedge init for TMC2209 (#14370 )
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年前
MrMabulous
c41b005f33
Add Extra Probing option, discarding outliers (#14338 )
6年前
BigIronGuru
8f99d45045
Fix BLTOUCH deploy/stow in HS mode (#14352 )
6年前
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING (#14072 )
6年前
Scott Lahteine
4df4c47994
Add TMC2209 support (#14249 )
6年前
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection (#14236 )
6年前
Ludy
2290b269dc
Unused variable (#14301 )
6年前
Tanguy Pruvot
f2cfa408b7
Touch-MI probe by hotends.fr (#14101 )
A simple Z probe using a magnet to deploy a probe. See https://youtu.be/E7Ik9PbKPl0 for the sensor description...
6年前
teemuatlut
29afd11cbf
Updates for TMC2660 init (#14245 )
6年前
teemuatlut
12a270fd29
Fix TMC5160 and TMC2160 PWMCONF init
6年前
Scott Lahteine
fc73a8b004
Add AXIS_HAS_SQUARE_WAVE shorthand
6年前
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change (#14125 )
6年前
Scott Lahteine
0ca2073625
ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
6年前
teemuatlut
cccc51ee0e
TMC Square Wave Stepping mode (#14195 )
6年前
BigIronGuru
293018f76c
Apply needed BLTouch patch (#14233 )
6年前