0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00
Commit graph

2409 commits

Author SHA1 Message Date
Scott Lahteine
24d1d3eb5c 💡 Misc. cleanup, comments 2022-01-12 09:47:44 -06:00
Scott Lahteine
ab797a0995 🎨 Misc. spindle/laser adjustments 2022-01-10 20:29:09 -06:00
mistic100
2ded50ba3f 🚸 Wait for cooldown in MarlinUI power-off (#23476) 2022-01-10 07:08:41 -06:00
Scott Lahteine
224b6e5af9 🩹 Fix some logical axis usage 2022-01-10 05:51:16 -06:00
Scott Lahteine
9665a4434c 🧑‍💻 Fewer string macros 2022-01-10 02:51:50 -06:00
Scott Lahteine
80128ae456 🌐 Update auto home axis strings 2022-01-09 04:39:15 -06:00
David Ross Smith
13adcd5c08 🚑️ Fix preheat target bug
Fixes Jyers/Marlin#1651
2022-01-09 04:07:19 -06:00
Roman Moravčík
797859cf55
🌐 Update Slovak language (#23475) 2022-01-09 03:51:16 -06:00
Miguel Risco-Castillo
6ce0c682bb
🚸 BLTouch HS menu item for DWIN Enhanced UI (#23480) 2022-01-09 02:37:09 -06:00
Miguel Risco-Castillo
0026430835
🩹 Reset DWIN CrealityUI print progress on start (#23481) 2022-01-09 01:24:56 -06:00
Lefteris Garyfalakis
4d28c9d12b
🌐 Localize E3V2 Enhanced UI (#23424) 2022-01-06 05:30:41 -06:00
Scott Lahteine
1bd921d6a6 🎨 Misc. cleanup, comments 2022-01-06 05:10:56 -06:00
Scott Lahteine
cc919ae899 🐛 Fix strlen_P parameter error
Fixes #23447
2022-01-05 01:52:34 -06:00
John Lagonikas
9a194826e3
M81 D / S - Power-off Delay (#23396) 2022-01-03 10:11:39 -06:00
Scott Lahteine
e65c12cf96 🧑‍💻 Apply axis conditionals 2022-01-02 09:26:34 -06:00
John Lagonikas
63f71d85f2
Temperature variance monitor (#23373) 2022-01-01 18:18:07 -06:00
ellensp
67521bdd01
🐛 Fix RRW Keypad & Zonestar buttons (#23388) 2021-12-30 01:35:22 -06:00
GHGiampy
6e8c671511
🩹 Fix Enhanced UI max E speed (#23387) 2021-12-29 22:37:07 -06:00
Scott Lahteine
755c10d303 🎨 Simplify some debug echos 2021-12-29 03:41:28 -06:00
Lefteris Garyfalakis
16a1a55cea
🎨 E3V2 corner leveling => tramming (#23375) 2021-12-28 21:22:01 -06:00
Scott Lahteine
6fb2d8a25f 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
Scott Lahteine
13ce5aa1ed 🎨 Misc. cleanup 2021-12-28 06:03:12 -06:00
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
2021-12-27 23:23:50 -06:00
EvilGremlin
7762df7251
🔧 Check Chiron LCD requirements (#23353)
Co-Authored-By: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
2021-12-26 00:46:13 -06:00
Scott Lahteine
6a8b9274a3 ️ Refactor still needs work
Reverting #23295
2021-12-25 23:15:17 -06:00
Scott Lahteine
e211ff148c
♻️ Refactor HAL as singleton (#23295) 2021-12-24 21:33:59 -06:00
Tanguy Pruvot
da67deb621
✏️ Fix missing brace (#23337)
Followup to #22916

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 01:32:27 -06:00
InsanityAutomation
2893048e29
BLTouch High Speed mode runtime configuration (#22916)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-21 22:09:55 -06:00
Robby Candra
e57b7d043c
🚸 Change "SD" to "Media" or "SD/FD" (#23297) 2021-12-14 18:51:19 -06:00
ellensp
a4678d9e27
🐛 Fix LCD_BED_LEVELING compile (#23298) 2021-12-14 00:25:28 -06:00
Tanguy Pruvot
8277f3ca0d
🐛 Fix TFT_COLOR_UI Release Media issue (#23123) 2021-12-13 18:41:21 -06:00
ellensp
dff18e2230
✏️ Clean up duplicate defs (#23182) 2021-12-13 18:13:34 -06:00
Sola
135683010a
🐛 Fix MKS LVGL UI retraction (#23267) 2021-12-08 13:37:45 -06:00
Jason Smith
65e52c1150
🐛 Fix ACTION_ITEM with nullptr (#23195)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-08 13:10:37 -06:00
Giuseppe499
a16a059312
X Twist Compensation & Calibration (#23238) 2021-12-06 19:53:51 -06:00
Scott Lahteine
a7549aac5c 🎨 Misc. issue review patches 2021-11-24 11:38:34 -06:00
Giuliano Zaro
203047f859
🩹 Fix include path (#23150) 2021-11-23 15:33:33 -06:00
John Robertson
e5154ec281
MarkForged YX kinematics (#23163) 2021-11-23 15:24:24 -06:00
Mike La Spina
5387ceba74
🐛 Fix STM32 set_pwm_duty (#23125) 2021-11-23 14:05:50 -06:00
Giuliano Zaro
7110d11c9d
Fan tachometer support (#23086)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-23 14:01:53 -06:00
Tanguy Pruvot
f33396c2c3
🐛 Fix TFT backlight sleep/wake (#23153) 2021-11-21 13:13:01 -06:00
Scott Lahteine
f1af475253 🎨 Misc formatting 2021-11-17 13:02:04 -06:00
luzpaz
b7be62ad36
🎨 Fix misspelling (#23137) 2021-11-17 11:09:01 -06:00
Mikhail Basov
36b2650f65
🚸 LCD_SHOW_E_TOTAL for TFT_COLOR_UI (#23127) 2021-11-14 22:46:34 -06:00
Mike La Spina
8ee368b718
️ Controller Fan software PWM (etc.) (#23102)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-14 05:55:31 -06:00
Miguel Risco-Castillo
589a6d7f6b
🚸 Fix up E3V2 Enhanced (#23100) 2021-11-10 10:55:20 -06:00
Miguel Risco-Castillo
b4b16b63ff
🚸 Expose sub-options for E3V2 Enhanced (#23099) 2021-11-10 10:31:35 -06:00
Keith Bennett
e15f9fdcd9
🚸 Indicate Preheating for probe / leveling (#23088) 2021-11-07 01:09:15 -05:00
dwzg
30a69f76a3
🐛 Fix JyersUI scrolling filename, etc. (#23082)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-06 22:48:00 -05:00
ellensp
c07aa875bc
🐛 Fix DGUS Reloaded status message (#23090) 2021-11-06 21:27:53 -05:00