Scott Lahteine
dc5ae16861
🎨 Misc code and spacing cleanup
3 years ago
luzpaz
c612b56bc1
🐛 Spellcheck comments ( #22496 )
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
3 years ago
Scott Lahteine
418743cf6a
🚸 Set M122 interval only with S0 or Pn
3 years ago
squiddity
95f0970d85
🐛 Fix M913 typos ( #22385 )
3 years ago
Scott Lahteine
f76b063e58
🚸 M666: Fix value filter, add report ( #22337 )
In reference to #22325
3 years ago
Scott Lahteine
78c2eb6876
🎨 Check flags without ENABLED
3 years ago
Katelyn Schiesser
ef41c1f452
🐛 Fix IJK axis references, E stepper indices ( #22176 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
Grumpy
8050813d32
🐛 Fix dual Neopixels ( #22174 )
3 years ago
Ari-SSO
5bfb465ab4
🚸 Include 'H' value in M412 report ( #22138 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
gjdodd
f22c5d3cc6
🩹 Extruders 0 patch for PWM Motor Current ( #22163 )
3 years ago
qwewer0
dec083dcc1
⚡ ️ Home Z (and maybe XY) at the start of G35 ( #22060 )
3 years ago
Scott Lahteine
ddf8668e16
📝 Describe G12 XYZ
3 years ago
DerAndere
c1fca91103
🏗️ Support for up to 6 linear axes ( #19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
d3c56a76e7
♻️ Patches for Zero Extruders (with TMC)
4 years ago
Scott Lahteine
4194cdda5b
♻️ Refactor Linear / Logical / Distinct Axes ( #21953 )
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
4 years ago
Scott Lahteine
c9a3f41152
📝 Update G61 comment
4 years ago
ellensp
3fcf3f69ca
♻️ LEDs refactor and extend ( #21962 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
26a244325b
♻️ Refactor axis counts and loops
4 years ago
Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
4 years ago
vyacheslav-shubin
ed224ca7d8
🩹 G60-G61 Save E position ( #21810 )
4 years ago
Scott Lahteine
5afb5e03b0
🎨 Additional utility macros
4 years ago
tobuh
31d3a781a8
Fix and improve Power-Loss Recovery ( #21779 , #21894 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
6a1e78e614
Optimize G-code flag parameters ( #21849 )
4 years ago
Antonino Di Guardo
e865cc0249
Always prompt in M125 if host-prompt (as with Ext UI) ( #21828 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
sanek88lbl
d6cb657c85
Patches for CASE_LIGHT_USE_RGB_LED ( #21811 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
f67cd07328
Pause and PLR refinements
- Move `pause_print` argument `unload_length` after `show_lcd` so it's next to `DXC_ARGS`.
- Tweak the position and conditions of PLR save in `resume_print`.
- Add `Nozzle::park_mode_0_height` accessor to get the raised Z height.
- Remove extraneous `recovery.save` from `dwin.cpp`.
- Move PLR `info.volumetric...` to `flag`.
- Remove some G-code spaces in PLR code
- Document `pause.h` function declarations.
4 years ago
Sebastiaan Dammann
2d9557cf40
Fix Z raise in filament load M701 ( #21762 )
Fixes #21750
4 years ago
tobuh
5625ceec7d
Fix Power-Loss Save on Pause ( #21749 )
4 years ago
gmarsh
02a99e3f0b
Fix and improve Power Monitor ( #21551 )
4 years ago
espr14
fb7bdabb70
Fix Resume Print with UBL ( #21564 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
2480c82d76
Add M207/8/9 reporting ( #21335 )
4 years ago
Scott Lahteine
be8b547261
Fix some config builds
4 years ago
Scott Lahteine
fd5f1f1f5d
Filament sensor cleanup
4 years ago
Scott Lahteine
fbb30a2570
Serial macros cleanup
4 years ago
Giuliano Zaro
68e50a725a
[SMUFF] Use EXTRUDERS for extended commands ( #21212 )
4 years ago
Fabio Viappiani
3a5ac12321
Fix M355 with NEOPIXEL ( #21200 )
4 years ago
X-Ryl669
77f48d2bad
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
bf631046c0
Fix some serial char, echo
Co-Authored-By: X-Ryl669 <3277165+X-Ryl669@users.noreply.github.com>
4 years ago
X-Ryl669
efa1e56369
Refactor serial class with templates ( #20783 )
4 years ago
Scott Lahteine
efaff24145
Apply SEC_TO_MS and other fixes
4 years ago
Scott Lahteine
71be210795
Move some MarlinCore and MarlinUI code ( #20832 )
4 years ago
Scott Lahteine
6162560b69
Internal G29N for G28+G29 ( #20800 )
4 years ago
Scott Lahteine
928cd1b8ab
Clean up some includes
4 years ago
Scott Lahteine
bee6b8af8f
Use homing_feedrate function
4 years ago
Scott Lahteine
74c509d36e
General cleanup
4 years ago
Scott Lahteine
448cf2c357
Adjust axis homed / trusted methods ( #20323 )
4 years ago
Scott Lahteine
f1b32b808f
MKS WiFi preliminary changes
4 years ago
Giuliano Zaro
bd38e59479
SMUFF (MMU2 clone) support ( #19912 )
4 years ago
Costas Basdekis
dc144fb910
Distinct runout states ( #19965 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago