Scott Lahteine
4b84b28c14
🚸 Improve M422 error messages
3 years ago
Scott Lahteine
6aee2c755b
⚡️ Use seen_test in `M422`
3 years ago
Scott Lahteine
bb2f100fcd
🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable
3 years ago
tombrazier
2e39bc30fd
🚸 Universal X_AXIS_TWIST_COMPENSATION (#23828 )
3 years ago
Scott Lahteine
b07a34eb6b
🐛 Fix M_State_grbl when G29 calls G28
3 years ago
tombrazier
6b7868d943
🐛 Fix backlash applied steps when config changes (#23826 )
Followup to #23814
3 years ago
kisslorand
9ea6a588c3
✨ M21 P / S / U - Select Volume (#23780 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
tombrazier
8f8427ec8f
⚡️ Apply PTC on all probing (#23764 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
44eff9a233
♻️ Refactor HAL as singleton (#23357 )
3 years ago
Scott Lahteine
df98bd26b3
💥 Change 'M42 M' to 'M42 T'
3 years ago
espr14
5520aa3a10
🩹 Simplify quick homing feedrate (#23714 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
MOHAMMAD RASIM
a323d6732b
🚸 Fix, Improve Power-Loss Recovery (#22828 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
ellensp
0a24f858f3
🚸 Restore active tool after ABL G29 (#23692 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
2d04e5733a
🧑💻 Drop hostui.flag
3 years ago
Taylor Talkington
7763f9385d
✨ Optional HOST_STATUS_NOTIFICATIONS (#22833 )
3 years ago
Scott Lahteine
0564cb188f
🚸 Enhanced UI => Professional UI - with updates (#23624 )
3 years ago
Bones
076d8e83ea
✨ Add ZRIB v53, patch G35 Z drop, related issues (#23636 )
3 years ago
Maeyanie
b637617deb
🐛 Fix M852 report (#23660 )
3 years ago
Scott Lahteine
ab46b7e2f2
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
3 years ago
Scott Lahteine
d5f2334140
♻️ Adjust LCD init, contrast default, settings load
3 years ago
Scott Lahteine
0f2ba5b92b
📝 Tweak G26 Q description
4 years ago
John Lagonikas
0aea3ae058
🐛 Fix conditional M81 suicide (#23549 )
3 years ago
Scott Lahteine
e2446dc561
💥 Generalize extra debugging
3 years ago
GHGiampy
1e246d65ad
✨ Long filename open/create/write (#23526 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
7bc9d15514
🩹 Followup to extra axes
3 years ago
Scott Lahteine
40481947fc
🧑💻 Misc. updates for extra axes (#23521 )
3 years ago
Keith Bennett
3e2a38b653
📝 KHz => kHz (#23512 )
3 years ago
Scott Lahteine
24d1d3eb5c
💡 Misc. cleanup, comments
3 years ago
Scott Lahteine
224b6e5af9
🩹 Fix some logical axis usage
3 years ago
Scott Lahteine
9665a4434c
🧑💻 Fewer string macros
3 years ago
GHGiampy
1363b43946
✨ Firmware Upload via Binary Transfer (#23462 )
3 years ago
ClockeNessMnstr
3949142214
🚸 Do G34 "Z Backoff" at full current
3 years ago
Scott Lahteine
1bd921d6a6
🎨 Misc. cleanup, comments
3 years ago
John Lagonikas
1fe07bf365
🩹 Fix M80, 1s delay (#23455 )
3 years ago
John Lagonikas
9a194826e3
✨ M81 D / S - Power-off Delay (#23396 )
3 years ago
Scott Lahteine
e65c12cf96
🧑💻 Apply axis conditionals
3 years ago
Scott Lahteine
91909163ee
🚨 Fix M906 warning
3 years ago
Scott Lahteine
6fbfeb6801
✨ M919 : Chopper Timing (#23400 )
3 years ago
Scott Lahteine
ff46d7cae2
🐛 Fix "no T param" handling
3 years ago
Scott Lahteine
f3b8b0b5b9
🚚 Rename L6470 G-code file
3 years ago
Scott Lahteine
6fb2d8a25f
🧑💻 Remove extraneous 'inline' hints
3 years ago
Scott Lahteine
33fa3aba10
🩺 Check some axis-parameter collisions
3 years ago
Scott Lahteine
13ce5aa1ed
🎨 Misc. cleanup
3 years ago
Scott Lahteine
02b4e48c6d
🚸 Refine stepper-driver-related G-codes (#23372 )
3 years ago
Scott Lahteine
2351b0df84
🧑💻 Add AXIS_COLLISION to catch broken parameters
3 years ago
Miguel Risco-Castillo
d58daaa42c
🚸 DWIN Enhanced improve, fix, and extend (#23240 )
- Offset icon change to show mesh leveling status
- Reset extruder position when enter to Move menu
- New live end-stop diagnostic page
- Editable firmware retracts settings for Tune and filament settings menu
- Print Statistics page accessible from the Advanced Settings menu
- Reset printer draws the boot image
- Adds individual axes homing menu
- Adds probe deploy/stow to Probe Settings menu
- Updates lock screen
- Rebuilds main buttons to support text caption in other languages
- Increases probe offset limits to 60 mm
- Fix M303 PID variable update
- Fix Resume/Pause button update
- Fix redraw of print done
- Fix very large file name bug
- Fix bug in bed manual leveling
3 years ago
Scott Lahteine
6a8b9274a3
⏪️ Refactor still needs work
Reverting #23295
3 years ago
Scott Lahteine
e211ff148c
♻️ Refactor HAL as singleton (#23295 )
3 years ago
InsanityAutomation
2893048e29
✨ BLTouch High Speed mode runtime configuration (#22916 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
GHGiampy
ba32391454
🧑💻 Option allowing > 127 Neopixels (#23322 )
3 years ago