Chris Bagwell
9467b68608
🧑💻 STM32G0B1RE Pins Debugging (#24748 )
2 lat temu
Scott Lahteine
e4e6abe5af
🧑💻 Remove servo macros
2 lat temu
Scott Lahteine
52eefa90e1
♻️ Move watchdog to MarlinHAL
2 lat temu
ellensp
367c11dfa2
🐛 Fix STM32 Pins Debugging (#22896 )
2 lat temu
Scott Lahteine
ee28a14e8e
🎨 Refactor Host Actions as singleton
3 lat temu
Scott Lahteine
1dafd1887e
🎨 Apply F() to various reports
3 lat temu
Scott Lahteine
12b5d997a2
🎨 Apply F() to some ExtUI functions
3 lat temu
Scott Lahteine
008bf1bcae
🎨 Apply F() to Host Actions strings
3 lat temu
Scott Lahteine
fede20fbe6
💬 Add non-translated STR_DONE
3 lat temu
Scott Lahteine
754b31918a
🎨 Fewer serial macros
3 lat temu
luzpaz
afca6e7459
🐛 Spellcheck comments (#22496 )
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
3 lat temu
Scott Lahteine
dd42831cba
Serial macros cleanup
3 lat temu
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 lat temu
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 lat temu
Victor Oliveira
18dd0d00a6
Implement wait_for_user for Color UI (#19694 )
4 lat temu
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 lat temu
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
4 lat temu
Tanguy Pruvot
c759729478
STM32F1: Restore M43 build support (#17336 )
4 lat temu
InsanityAutomation
84dec5da10
Add M42 M, improve M43 (#17173 )
4 lat temu
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
4 lat temu
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
4 lat temu
Scott Lahteine
ca4423ed2a
Clean up pins debugging
4 lat temu
Scott Lahteine
bfad23d3e2
(c) 2020
4 lat temu
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
4 lat temu
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 lat temu
Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 lat temu
Scott Lahteine
139b7196a0
Watchdog cleanup (#15283 )
5 lat temu
Bas Stottelaar
847e4ced11
Fix M43 without watchdog (#15280 )
5 lat temu
InsanityAutomation
f218405c36
Fix ExtUI invalid speed, timer (#15031 )
5 lat temu
InsanityAutomation
af5a7a2925
Add missing ExtUI user confirmation (#14992 )
5 lat temu
Bob Kuhn
dc02d0720d
Pins Debugging for STM32 — NEEDS TESTING (#14309 )
5 lat temu
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore (#14446 )
5 lat temu
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 lat temu
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings (#14333 )
5 lat temu
Scott Lahteine
352734494b
Reduce some M43 strings
5 lat temu
Scott Lahteine
c6d39319de
Fix some whitespace
5 lat temu
Bryan
0ef5d667b6
Fixed M43 parameter bug (#14099 )
5 lat temu
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command (#14015 )
5 lat temu
Bob Kuhn
9a56d90150
Fix M43 on LPC176x (#13587 )
The real fix. PR #13568 was wrong.
5 lat temu
Scott Lahteine
2212da453a
Distinguish between analog/digital auto fans (#13298 )
5 lat temu
Scott Lahteine
99d0022fae
Drop the Z_MIN_PROBE_ENDSTOP option (#13276 )
5 lat temu
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
5 lat temu
Scott Lahteine
0feeef2604
Update copyright in headers
5 lat temu
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 lat temu
Scott Lahteine
3cbc3ecdd7
Fix 'M43 T' to use 'L' as last pin
- The documentation is correct. The code was wrong.
6 lat temu
Scott Lahteine
3e81745e81
Fix issues, make optional
6 lat temu
Jan
aa80e448e2
Store servo angles in EEPROM
6 lat temu
Scott Lahteine
968a5d2e63
Protected pin err for M226
6 lat temu
Scott Lahteine
adcb87f0db
Z Endstop Servo => Z Probe Servo
6 lat temu
Scott Lahteine
1cb810ff1c
[2.0.x] Automatically reset stepper timeout (#10179 )
* Automatically reset stepper timeout in manage_inactivity
Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.
* blocks_queued => has_blocks_queued
6 lat temu