BigIronGuru
f5afaaef5b
Fix probe.cpp warning ( #14367 )
5 years ago
BigIronGuru
def4bb987d
Reset, stow BLTouch before mode change ( #14368 )
5 years ago
Scott Lahteine
78557076ff
Add planner.synchronize to UBL G29
5 years ago
BigIronGuru
6578aa4e1b
Apply minimum timing to BLTouch commands ( #14369 )
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
Scott Lahteine
17778d1c2a
Fix M916-918 subcommands
5 years ago
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings ( #14333 )
5 years ago
BigIronGuru
9c83135d40
Only home Z at the end of G34 ( #14353 )
5 years ago
InsanityAutomation
5df051fdee
Fix Start SD Print bug ( #14354 )
Followup to the G-code parser injection update.
5 years ago
LinFor
0f6f5132c1
Fix variable conflict in ok_to_send ( #14351 )
5 years ago
MrMabulous
c41b005f33
Add Extra Probing option, discarding outliers ( #14338 )
5 years ago
BigIronGuru
8f99d45045
Fix BLTOUCH deploy/stow in HS mode ( #14352 )
5 years ago
Tobias Frost
eeaef2410a
Support DGUS Display with DWIN OS ( #13253 )
5 years ago
Scott Lahteine
bb0bcbaec0
Suppress compiler warning
5 years ago
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING ( #14072 )
5 years ago
Karl Andersson
81d550754a
Fix "UNUSED" redefined warning on HAL_STM32 ( #14342 )
5 years ago
Karl Andersson
4b365552db
Fix Marduino SBI/CBI redefine ( #14341 )
5 years ago
InsanityAutomation
a9acd2f497
G34 configurable angle limit ( #14321 )
5 years ago
Scott Lahteine
a31cb910f5
Tweak some config spacing
5 years ago
Marcio Teixeira
49ea1c635a
Fix missing dependencies ( #14339 )
5 years ago
thisiskeithb
19d4a9ab77
Tevo Tarantula Pro configurations ( #14335 )
5 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
5 years ago
Tanguy Pruvot
ed0c70f0a0
SKRmini followup - Fysetc config updates ( #14327 )
5 years ago
Scott Lahteine
c461af2f3a
Reverse encoder/menu in configs
5 years ago
Scott Lahteine
dd06017f64
Bring configs up to date
5 years ago
Scott Lahteine
9131b11944
Games in Info menu, if enabled
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
5 years ago
Tanguy Pruvot
75aeb41ab7
SKRmini support for Fysetc Mini Panel ( #14319 )
5 years ago
InsanityAutomation
bf64dd4db6
Improve G34, M422 (Z alignment) ( #14142 )
5 years ago
Tanguy Pruvot
391250b04f
STM32F1: Don't toggle EEPROM SPI SS ( #14299 )
5 years ago
Giuliano Zaro
27d30c1be8
Update Italian language ( #14302 )
5 years ago
Scott Lahteine
3f6424076b
Update M524 description
5 years ago
Scott Lahteine
cf3631226b
Document G-code M290
5 years ago
Scott Lahteine
c12b6ba760
Add Dagoma F5 to Makefile
5 years ago
3DSmitty
5b13abcacb
Fix SPI_SD Outside of HAL_STM32F1 ( #14306 )
5 years ago
Bob Kuhn
089d12df16
Fix duplicate board IDs ( #14310 )
5 years ago
Tanguy Pruvot
5307f42917
Include STM32F1 HAL in main README.md ( #14285 )
5 years ago
Ludy
2290b269dc
Unused variable ( #14301 )
5 years ago
Scott Lahteine
6b2d42434c
Wrap main menu external declarations
5 years ago
thisiskeithb
da5bdea324
Artillery X1 - Disable Linear Advance ( #14311 )
5 years ago
Scott Lahteine
aacb904e1f
Adjust some config comments
5 years ago
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
5 years ago
Ludy
35aabd1834
Fix Spindle/Laser compile error ( #14312 )
5 years ago
Scott Lahteine
21f377d94a
STM32F1: various small changes ( #14313 )
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
5 years ago
sensei73
ce5f94c8f4
Fix Touch-MI sanity checks ( #14316 )
5 years ago
Tanguy Pruvot
287df7a61f
STM32F1: various small changes
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
5 years ago
3DSmitty
66d51272af
Fix SPI, SD for BIGTREETECH SKR Mini ( #14287 )
5 years ago
Scott Lahteine
903863dcb6
Suppress some warnings
5 years ago
Scott Lahteine
eb1c9113c2
Try to init SD with no detect pin
5 years ago