Scott Lahteine
49771c4a9e
🎨 Flags for homing directions
3 years ago
Scott Lahteine
a6e5492b08
♻️ Refactor axis counts and loops
3 years ago
Scott Lahteine
abbe3f0dc7
🎨 Misc cleanup and fixes
3 years ago
Luu Lac
7f774cab90
M154 Position Auto-Report (#18427 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
ondrada
874c531f27
Fix G29_RETRY_AND_RECOVER dependency (#21907 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
a69e2923dd
🐛 Fix RR collision with MM (#21902 )
3 years ago
Alexander D. Kanevskiy
9336517258
Fix compilation failure in M1001 (#21897 )
3 years ago
Elton Law
de77dbedf1
🐛 Fix G5 IJ with Motion Mode (#21858 )
3 years ago
ellensp
10a1ff1622
Fix compile error (#21877 )
3 years ago
vyacheslav-shubin
0d629c80c7
🩹 G60-G61 Save E position (#21810 )
3 years ago
Scott Lahteine
0c8a53e507
:art: Misc. code cleanup
3 years ago
Scott Lahteine
390878e78a
:art: Additional utility macros
3 years ago
tobuh
8e56f9366d
Fix and improve Power-Loss Recovery (#21779 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
49548c343d
Optimize G-code flag parameters (#21849 )
3 years ago
Antonino Di Guardo
adefecca6c
Always prompt in M125 if host-prompt (as with Ext UI) (#21828 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
b65cdbed91
Signal SD completion later (#21840 )
3 years ago
Scott Lahteine
206d495ba4
Misc. code cleanup
3 years ago
Scott Lahteine
4428affc20
Let M421 C select any point
Fixing #21147
3 years ago
sanek88lbl
9485d44903
Patches for CASE_LIGHT_USE_RGB_LED (#21811 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
8d9021e806
Move ExtUI subfolders up a level (#21820 )
3 years ago
Scott Lahteine
28318f27d9
Use SERIAL_ECHOLNPAIR for resend
3 years ago
Scott Lahteine
fccfcfbe5f
Cleanup, hex formatting, includes
3 years ago
Scott Lahteine
9405a5e443
Fix flush_and_request_resend
3 years ago
Scott Lahteine
dfc906930c
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.
3 years ago
Vert
cb5e6bfef6
UBL Mesh Wizard (#21556 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
30c299fd26
Fix parser temperature rounding
3 years ago
Scott Lahteine
ffbf7a9141
Fix undefined abl_points
3 years ago
Mike La Spina
741e3c1280
Laser Cutter Air Assist (#21753 )
3 years ago
Sebastiaan Dammann
b356b44849
Fix Z raise in filament load M701 (#21762 )
Fixes #21750
3 years ago
tobuh
05c25b8cdb
Fix Power-Loss Save on Pause (#21749 )
3 years ago
Scott Lahteine
636facf40d
Silence warning in gcode_D
3 years ago
Scott Lahteine
e250f6a275
whitespace
3 years ago
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING (#21692 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
fedetony
d3a2c6a0b4
Soft Reset via Serial or post-kill button click (#21652 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
c4620bb528
Add whole-degree accessors, simplify some temperature-related features (#21685 )
3 years ago
Scott Lahteine
3bddbb1110
Clean up formatting, wrap macros
3 years ago
Scott Lahteine
72e3d2492f
Update temperature types
3 years ago
Mike La Spina
f075dd0db3
M10-M11 Air Evacuation for Spindle/Laser (#21668 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
fedetony
b8cf818dac
Fix Realtime Reporting with G-code Motion Modes (#21630 )
3 years ago
Scott Lahteine
528b9bd872
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
3 years ago
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 (#19330 )
3 years ago
Scott Lahteine
58cc4b7043
Use celsius_t for temperature accessors
3 years ago
gmarsh
a5f0075a60
Fix and improve Power Monitor (#21551 )
3 years ago
espr14
a5d6f6ac98
Fix Resume Print with UBL (#21564 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB (#21575 )
3 years ago
Sola
4cba40f9fd
Fix manual move with MKS H43 (#21511 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Ramiro Polla
1a2cbe100c
Macros to eliminate 'f + 0.0' (#21568 )
3 years ago
Scott Lahteine
1879eede0d
Fix axis char printing
3 years ago
Marcio T
75b790376d
Touch UI Bed Mesh Screen refactor, enhancements (#21521 )
- Split mesh view and edit screen into two screens
- The editor now live-updates the graphics
- Added Touch UI mesh progress feedback to `G26`
- Show positive / negative mesh values in different colors
3 years ago
InsanityAutomation
98b2b45264
Revert "Optimized string-to-number functions" (#21532 )
This reverts #21484
3 years ago