0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 18:56:13 +00:00
Commit graph

1539 commits

Author SHA1 Message Date
Scott Lahteine
8f59d44e4d 📝 Update G61 comment 2021-06-02 17:09:47 -05:00
Scott Lahteine
82ea06e6a4 ♻️ Patches for Zero Extruders (with TMC) 2021-06-01 20:59:47 -05:00
Andy Barratt
5c6a2f4d0d
🚸 cap:HOST_ACTION_COMMANDS (#21987) 2021-05-26 21:07:13 -05:00
ellensp
e60c38b622
♻️ LEDs refactor and extend (#21962)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-25 18:38:23 -05:00
Scott Lahteine
dd4990252e
♻️ Refactor Linear / Logical / Distinct Axes (#21953)
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
2021-05-24 16:38:57 -05:00
Scott Lahteine
84fd0eff17
🎨 Macros for optional arguments (#21969) 2021-05-23 21:33:22 -05:00
ellensp
731370051d
️ PIO filters for M117, M300 and M414 (#21972) 2021-05-23 20:29:19 -05:00
Scott Lahteine
d71b35c24f 🎨 Apply shorthand and cleanups 2021-05-23 03:04:36 -05:00
Scott Lahteine
d8c4be375c 🎨 Null heating message method 2021-05-22 17:56:31 -05:00
Scott Lahteine
aee971bcaf 🎨 Combine M104/M109 and M140/M190 code 2021-05-22 17:47:23 -05:00
Scott Lahteine
2de54dab84 🎨 Move HAS_EXTRUDERS 2021-05-21 08:40:30 -05:00
Scott Lahteine
f4951ed56b 🎨 Rename all/no axis enums 2021-05-21 08:36:54 -05:00
Scott Lahteine
49771c4a9e 🎨 Flags for homing directions 2021-05-20 00:59:58 -05:00
Scott Lahteine
a6e5492b08 ♻️ Refactor axis counts and loops 2021-05-20 00:59:58 -05:00
Scott Lahteine
abbe3f0dc7 🎨 Misc cleanup and fixes 2021-05-20 00:59:58 -05:00
Luu Lac
7f774cab90
M154 Position Auto-Report (#18427)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:02:20 -05:00
ondrada
874c531f27
Fix G29_RETRY_AND_RECOVER dependency (#21907)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-14 22:29:17 -05:00
Scott Lahteine
a69e2923dd
🐛 Fix RR collision with MM (#21902) 2021-05-14 00:17:04 -05:00
Alexander D. Kanevskiy
9336517258
Fix compilation failure in M1001 (#21897) 2021-05-13 15:10:48 -05:00
Elton Law
de77dbedf1
🐛 Fix G5 IJ with Motion Mode (#21858) 2021-05-12 02:21:55 -05:00
ellensp
10a1ff1622
Fix compile error (#21877) 2021-05-12 02:18:44 -05:00
vyacheslav-shubin
0d629c80c7
🩹 G60-G61 Save E position (#21810) 2021-05-12 02:17:06 -05:00
Scott Lahteine
0c8a53e507 🎨 Misc. code cleanup 2021-05-11 10:47:50 -05:00
Scott Lahteine
390878e78a 🎨 Additional utility macros 2021-05-11 10:47:50 -05:00
tobuh
8e56f9366d
Fix and improve Power-Loss Recovery (#21779)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-10 07:24:35 -05:00
Scott Lahteine
49548c343d
Optimize G-code flag parameters (#21849) 2021-05-09 03:50:51 -05:00
Antonino Di Guardo
adefecca6c
Always prompt in M125 if host-prompt (as with Ext UI) (#21828)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-08 06:27:02 -05:00
Scott Lahteine
b65cdbed91
Signal SD completion later (#21840) 2021-05-08 04:35:35 -05:00
Scott Lahteine
206d495ba4 Misc. code cleanup 2021-05-07 22:56:54 -05:00
Scott Lahteine
4428affc20 Let M421 C select any point
Fixing #21147
2021-05-07 00:56:01 -05:00
sanek88lbl
9485d44903
Patches for CASE_LIGHT_USE_RGB_LED (#21811)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-06 06:10:18 -05:00
Scott Lahteine
8d9021e806
Move ExtUI subfolders up a level (#21820) 2021-05-06 04:17:59 -05:00
Scott Lahteine
28318f27d9 Use SERIAL_ECHOLNPAIR for resend 2021-05-06 01:51:19 -05:00
Scott Lahteine
fccfcfbe5f Cleanup, hex formatting, includes 2021-05-05 08:04:04 -05:00
Scott Lahteine
9405a5e443 Fix flush_and_request_resend 2021-05-04 01:47:42 -05:00
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.
2021-05-03 20:55:05 -05:00
Vert
cb5e6bfef6
UBL Mesh Wizard (#21556)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-02 16:38:55 -05:00
Scott Lahteine
30c299fd26 Fix parser temperature rounding 2021-05-02 16:07:27 -05:00
Scott Lahteine
ffbf7a9141 Fix undefined abl_points 2021-05-01 20:07:20 -05:00
Mike La Spina
741e3c1280
Laser Cutter Air Assist (#21753) 2021-05-01 19:59:45 -05:00
Sebastiaan Dammann
b356b44849
Fix Z raise in filament load M701 (#21762)
Fixes #21750
2021-05-01 19:38:31 -05:00
tobuh
05c25b8cdb
Fix Power-Loss Save on Pause (#21749) 2021-05-01 03:46:26 -05:00
Scott Lahteine
636facf40d Silence warning in gcode_D 2021-04-29 21:13:54 -05:00
Scott Lahteine
e250f6a275 whitespace 2021-04-25 17:17:33 -05:00
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING (#21692)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-25 03:48:20 -05:00
fedetony
d3a2c6a0b4
Soft Reset via Serial or post-kill button click (#21652)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-24 02:53:52 -05:00
Scott Lahteine
c4620bb528
Add whole-degree accessors, simplify some temperature-related features (#21685) 2021-04-23 20:19:23 -05:00
Scott Lahteine
3bddbb1110 Clean up formatting, wrap macros 2021-04-23 19:21:39 -05:00
Scott Lahteine
72e3d2492f Update temperature types 2021-04-23 19:20:11 -05:00
Mike La Spina
f075dd0db3
M10-M11 Air Evacuation for Spindle/Laser (#21668)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-22 18:19:41 -05:00