10625 Commits (67e0238c89736ab653429a2774e9183feb1a2b60)

Author SHA1 Message Date
thisiskeithb 6978bb5ea5 Fix MKS Robin Nano FAN_PIN (#14444) 6 years ago
th33xitus fe2c710b39 Fix for Arduino Due + 12864 Full Graphic Display (#14181) 6 years ago
Phr3d13 34c8204d25 STM32F1 SD EEPROM Emulation Fixes (#14261) 6 years ago
Marcio Teixeira e6cf7860e8 Improve ExtUI, fix compiler errors, warnings (#14441) 6 years ago
Scott Lahteine e89a47c8b5 Bump distribution date 6 years ago
Scott Lahteine b615b492ba Update some HAL comments 6 years ago
Scott Lahteine 49027721e9 Clean up some pinsDebug headers 6 years ago
Scott Lahteine c9a8db33c3 Fix scaledFanSpeed 6 years ago
Darsey Litzenberger 946f6bdeaa Disable leveling during G12 (#14385) 6 years ago
Scott Lahteine b3f42d2519 Update SD host config comment 6 years ago
Roman Moravčík 77c67085bf Update Slovak language (#14433) 6 years ago
Giuliano Zaro 9174aa376f Update Italian language (#14440) 6 years ago
Giuliano Zaro 07c998afe5 Fix E2END on RURAMPS (#14438) 6 years ago
Giuliano Zaro a9445d557e Remove extra #if (#14439) 6 years ago
Scott Lahteine 4d5a1984e2 Simplified fan handling code 6 years ago
Scott Lahteine a8d68b7c8a Common method for scaled fan speed 6 years ago
Scott Lahteine 1a09c4dea5 Cutter class followup 6 years ago
Scott Lahteine 9da02d2114 Help syntax highlighting (Sublime, et. al.) 6 years ago
Martin ae9afb333e Remove fwretract planner.synchronize calls (#14432) 6 years ago
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 6 years ago
Scott Lahteine d7d80418ae
Singleton for cutting tools (#14429) 6 years ago
Scott Lahteine 2fde1475cb Allow SD card sharing on SKR Mini 6 years ago
Scott Lahteine 7e16835c83
Use LCD conditionals in pins files (#14428) 6 years ago
thisiskeithb 8b63e3701f MKS Robin Nano board support (#14363) 6 years ago
Tim Moore 81209f5310 'M105 R' to report redundant temp sensor (#14324) 6 years ago
Scott Lahteine 6664b90bbb
Init servo pins in HAL_init (#14425) 6 years ago
Tim Moore 8ce84fa44f Add temperature-based auto power options (#14397) 6 years ago
Scott Lahteine 00cc1079af Add missing chamber auto fan options 6 years ago
InsanityAutomation ce656e2a26 Update G-code injection, sub-commands (#14418) 6 years ago
InsanityAutomation b961251899 Add Z_PROBE_END_SCRIPT to UBL (#14419) 6 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>
6 years ago
thisiskeithb cd302f9464 Add MKS SGen-L Board (#14411) 6 years ago
Andy Shaw 064177154c Update SD card connection / sharing options (#14325) 6 years ago
BigIronGuru 9f136a7c67 Low-priority homing in G34 (#14391) 6 years ago
Scott Lahteine 49627069a5 Shorthand for home-after-deactivate 6 years ago
J.C. Nelson 30a3db4f22 Fix Malyan M200 config and protocol (#14394) 6 years ago
oechslein 8c55bd5451 Update "StallGuard threshold" heading (#14395) 6 years ago
Scott Lahteine 98f3a3d5c3 Bump distribution date 6 years ago
Msq001 e3846ec7a1 SKR mini can use 128x64 LCD (#14388) 6 years ago
Eric Ptak 8934b32f1b Fysetc AIO II / Cheetah STM32F1 (#14407) 6 years ago
Marcio Teixeira 8e23e9b16c Fix FIX_MOUNTED_PROBE compile error (#14393) 6 years ago
Tanguy Pruvot 07dac315a9 Up-to-date STM32F1 README (#14386) 6 years ago
thisiskeithb a4aa3621c0 MKS Robin Mini Board Support (#14366) 6 years ago
Scott Lahteine cf762d2c73 Fix enqueueing bug 6 years ago
BigIronGuru 12d21e642f Update G34 for non-BLTouch probes (#14380) 6 years ago
BigIronGuru 5986194c36 Fix G28 with non-BLTouch probes (#14381) 6 years ago
InsanityAutomation aa0383a83b Enhance IDEX toolchange auto-return w/ no park, full control (#14117) 6 years ago
Scott Lahteine 3d9d72e8db Include order, spacing, etc. 6 years ago
mikeshub 1b1a4677f5 Fix LCD.h compilation error (#14377) 6 years ago
sjasonsmith 07b41a8c3f Include SOLENOID_PROBE in leveling report (#14344) 6 years ago
thisiskeithb 71b2700c3c Anycubic Trigorilla 1.4 Rev. 1.1 (#14357) 6 years ago
BigIronGuru f5afaaef5b Fix probe.cpp warning (#14367) 6 years ago
BigIronGuru def4bb987d Reset, stow BLTouch before mode change (#14368) 6 years ago
Scott Lahteine 78557076ff Add planner.synchronize to UBL G29 6 years ago
BigIronGuru 6578aa4e1b Apply minimum timing to BLTouch commands (#14369) 6 years ago
teemuatlut 2247bf1ba5 Add missing dedge init for TMC2209 (#14370) 6 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.
6 years ago
Scott Lahteine 17778d1c2a Fix M916-918 subcommands 6 years ago
Tanguy Pruvot be69ec5b32 Fix PLR/M43 warnings (#14333) 6 years ago
BigIronGuru 9c83135d40 Only home Z at the end of G34 (#14353) 6 years ago
InsanityAutomation 5df051fdee Fix Start SD Print bug (#14354)
Followup to the G-code parser injection update.
6 years ago
LinFor 0f6f5132c1 Fix variable conflict in ok_to_send (#14351) 6 years ago
MrMabulous c41b005f33 Add Extra Probing option, discarding outliers (#14338) 6 years ago
BigIronGuru 8f99d45045 Fix BLTOUCH deploy/stow in HS mode (#14352) 6 years ago
Tobias Frost eeaef2410a Support DGUS Display with DWIN OS (#13253) 6 years ago
Scott Lahteine bb0bcbaec0 Suppress compiler warning 6 years ago
Tanguy Pruvot 52383633e7 STM32F1: M43 PINS_DEBUGGING (#14072) 6 years ago
Karl Andersson 81d550754a Fix "UNUSED" redefined warning on HAL_STM32 (#14342) 6 years ago
Karl Andersson 4b365552db Fix Marduino SBI/CBI redefine (#14341) 6 years ago
InsanityAutomation a9acd2f497 G34 configurable angle limit (#14321) 6 years ago
Scott Lahteine a31cb910f5 Tweak some config spacing 6 years ago
Marcio Teixeira 49ea1c635a Fix missing dependencies (#14339) 6 years ago
Scott Lahteine 4df4c47994
Add TMC2209 support (#14249) 6 years ago
Tanguy Pruvot ed0c70f0a0 SKRmini followup - Fysetc config updates (#14327) 6 years ago
Scott Lahteine dd06017f64 Bring configs up to date 6 years ago
Scott Lahteine 9131b11944 Games in Info menu, if enabled 6 years ago
Scott Lahteine 4c872a01f2
G-code queue singleton, front injection (#14236) 6 years ago
Tanguy Pruvot 75aeb41ab7 SKRmini support for Fysetc Mini Panel (#14319) 6 years ago
InsanityAutomation bf64dd4db6 Improve G34, M422 (Z alignment) (#14142) 6 years ago
Tanguy Pruvot 391250b04f STM32F1: Don't toggle EEPROM SPI SS (#14299) 6 years ago
Giuliano Zaro 27d30c1be8 Update Italian language (#14302) 6 years ago
Scott Lahteine 3f6424076b Update M524 description 6 years ago
Scott Lahteine cf3631226b Document G-code M290 6 years ago
Scott Lahteine c12b6ba760 Add Dagoma F5 to Makefile 6 years ago
3DSmitty 5b13abcacb Fix SPI_SD Outside of HAL_STM32F1 (#14306) 6 years ago
Bob Kuhn 089d12df16 Fix duplicate board IDs (#14310) 6 years ago
Ludy 2290b269dc Unused variable (#14301) 6 years ago
Scott Lahteine 6b2d42434c Wrap main menu external declarations 6 years ago
Scott Lahteine aacb904e1f Adjust some config comments 6 years ago
Scott Lahteine 651f3eeed0 Clean up trailing whitespace 6 years ago
Ludy 35aabd1834 Fix Spindle/Laser compile error (#14312) 6 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
6 years ago
sensei73 ce5f94c8f4 Fix Touch-MI sanity checks (#14316) 6 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
6 years ago
3DSmitty 66d51272af Fix SPI, SD for BIGTREETECH SKR Mini (#14287) 6 years ago
Scott Lahteine 903863dcb6 Suppress some warnings 6 years ago
Scott Lahteine eb1c9113c2 Try to init SD with no detect pin 6 years ago
Scott Lahteine 9a56a88200 Use OUT_WRITE in SPI pin init 6 years ago
Scott Lahteine 24c23b60fa Use lambda, fix wrap pointer 6 years ago
pinchies 3021097888 Add JGAurora A5S and A1 (STM32F103ZET6) (#14291)
- Now compiles and works correctly with changes to HAL timers and watchdog.
- Does NOT include awesome work on touch screen function.
- Does have working LCD and SD-based EEPROM.
6 years ago