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

2602 commits

Author SHA1 Message Date
Scott Lahteine
432c879328 🧑‍💻 Fix STATIC_ITEM_N arg order 2022-06-20 21:21:20 -05:00
Scott Lahteine
6cbd7a48d1 🎨 Fix comments, formatting 2022-06-20 21:20:42 -05:00
luzpaz
a526c3d77a
🌐 Fix LCD string, typos (#24324) 2022-06-17 23:19:01 -05:00
Scott Lahteine
640282b8dc 🧑‍💻 Apply F() to some LCD / TFT strings
Followup to #24228
2022-06-13 20:43:23 -05:00
ellensp
0ff3018fd2
🩹 Fix missing ProUI cpp wrapper (#24313) 2022-06-13 20:38:19 -05:00
Steven Haigh
ee90ae2c87
🩹 Fix ProUI compile (#24310)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-06-10 21:08:55 -05:00
ellensp
3e9fb34892
🩹 Media Change followup (#24302)
Followup to #24015
2022-06-07 01:59:21 -05:00
Miguel Risco-Castillo
c9a9b25d41 🚸 ProUI G-code preview, PID plot (#24282) 2022-06-06 00:09:43 -05:00
Scott Lahteine
d08223429b 🔖 Moving to bugfix-2.1.x 2022-06-04 01:22:02 -05:00
Scott Lahteine
8aca38351c
🧑‍💻 Extend LCD string substitution (#24278) 2022-06-03 22:56:38 -05:00
Scott Lahteine
2b3ba02f09 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING 2022-06-03 18:16:43 -05:00
lujios
41f73cb457
️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220)
Co-authored-by: Robby Candra <robbycandra.mail@gmail.com>
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
2022-06-03 00:19:25 -05:00
Tanguy Pruvot
845e2f6fb7 Use default null args in select_screen 2022-06-02 20:12:24 -05:00
bryan065
f6b425613e
🚸 Custom Menu Items for JyersUI (#24270) 2022-06-02 03:51:39 -05:00
Scott Lahteine
58ce5182c2 🎨 Fix spelling, whitespace 2022-05-31 12:44:30 -05:00
ellensp
7dd34848b6
🩹 Fix EXTRUDERS 0 manual move compile (#24255)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-31 12:21:59 -05:00
Miguel Risco-Castillo
eec9c800c9
🚸 Fix, improve, update ProUI (#24251) 2022-05-28 17:34:36 -05:00
Scott Lahteine
a59766195c 🎨 Use pos.set method 2022-05-28 15:25:07 -05:00
Scott Lahteine
1f322b565f ♻️ More updates for multi-axis 2022-05-27 00:46:46 -05:00
Scott Lahteine
1d4f928342 🎨 Combine serial echos 2022-05-27 00:46:46 -05:00
Scott Lahteine
a5e1d4c50a
♻️ Apply F() to more LCD code (#24228) 2022-05-22 19:56:46 -05:00
InsanityAutomation
c6b5bf7c00
🚨 Fix build warnings on Lulzbot Taz (#24227) 2022-05-22 17:47:30 -05:00
Keith Bennett
d99185be24
🎨 Fix/adjust warnings (#24225) 2022-05-22 16:32:16 -05:00
Scott Lahteine
c5126de559
🧑‍💻 MAP macro for axis lists, etc. (#24191) 2022-05-22 16:08:29 -05:00
Scott Lahteine
52eefa90e1 ♻️ Move watchdog to MarlinHAL 2022-05-20 11:22:57 -05:00
Marcio T
00075990d0
🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) 2022-05-19 10:45:48 -05:00
Scott Lahteine
b523ddf1b2
♻️ Common Bed Leveling object name, accessors (#24214) 2022-05-19 06:05:52 -05:00
Miguel Risco-Castillo
a65e4edb1c 🚸 ProUI APRIL2022 updates (#24084) 2022-05-17 15:46:04 -05:00
Scott Lahteine
310ff23676 🎨 Misc. E3V2 DWIN cleanup 2022-05-17 15:10:03 -05:00
ellensp
7894cd9d6a
🩹 Fix MarlinUI allow-cold-extrude (#24176)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-17 03:01:32 -05:00
Scott Lahteine
c1b53d63fc 🎨 Nextion cleanup 2022-05-13 00:48:19 -05:00
Scott Lahteine
b934a4c612 🩹 Fix printer_busy, M73
Followup to "Misc. LCD cleanup"
2022-05-13 00:00:28 -05:00
Scott Lahteine
cb31a99319 ✏️ Fix MSG_LOCKSCREEN 2022-05-12 23:29:29 -05:00
Scott Lahteine
1e749e4f48 🧑‍💻 Misc. LCD cleanup 2022-05-12 21:40:01 -05:00
Pauli Jokela
04fe50936e
SOUND_ON_DEFAULT option (#24102)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-11 21:23:16 -05:00
Keith Bennett
df40181357
💥 Num Axes and Multi-Stepper based on Driver Types (#24120)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-04 19:25:02 -05:00
Scott Lahteine
23a26e4033 🌐 Clean up languages 2022-05-04 17:03:25 -05:00
tombrazier
60b6df4542
🐛 Fix kinetic ABL mesh after refactor (#24107)
Followup to #23868
2022-04-29 12:54:57 -05:00
Giuliano Zaro
a0a963fe1d
🩹 Fix "elapsed" text on DOGLCD (#24087) 2022-04-25 22:03:16 -05:00
Scott Lahteine
ac4fefa49a
♻️ Consolidate DGUSScreenHandler class (#24067) 2022-04-23 05:00:46 -05:00
ellensp
1a131d17b6
🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) 2022-04-22 06:02:47 -05:00
Mateusz Kleina
4a73fa18d8
🐛 Fix ProUI / JyersUI leveling preheat (#24064)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-22 05:12:39 -05:00
tombrazier
5b2071448f
🩹 Fix MPC Edit Menu (#24059)
Followup to #23984

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-22 01:50:38 -05:00
Scott Lahteine
0ff3035f3a 🚸 Prevent accidental button press 2022-04-21 07:10:05 -05:00
Keith Bennett
42be79b3a2 🐛 Fix JyersUI Preheat Items (#24060) 2022-04-19 19:26:25 -05:00
ellensp
5005c7b64c
🐛 Fix Manual Move cold extrude override (#24045)
Followup to #19606

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-18 22:03:42 -05:00
Keith Bennett
9d623160a6
🧑‍💻 Preheat menu improvements (#24017)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-18 05:46:58 -05:00
Ludy
3d3898145a
🌐 Update German language, FTDI cleanup (#24047)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-18 04:43:34 -05:00
Ludy
fc87834cc0
🐛 Fix FTDI::get_utf8_char_and_inc compile (#24048) 2022-04-18 00:01:28 -05:00
John Lagonikas
c58c5b09ab
🐛 Fix MPC compile (#24049)
Followup to #23984, #23751

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-17 23:56:52 -05:00
Giuliano Zaro
14603112a4
🩹 Fix MPC_EDIT_DEFS (#24018) 2022-04-14 23:22:08 -05:00
Scott Lahteine
80810f1b18 🚨 Fix some compiler warnings 2022-04-14 21:34:06 -05:00
Giuliano Zaro
80d09044f7
🌐 Update Italian language (#24019) 2022-04-10 19:23:53 -05:00
LPRtypeCN
c53af0df0b
🌐 Update Chinese language (#23865) 2022-04-10 06:19:12 -05:00
Scott Lahteine
f7cb1ce3f4 🩹 Fix PID helper functions 2022-04-10 03:19:07 -05:00
tombrazier
3da29b4a04
🚸 Improve MPC tuning, add menu items (#23984)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-10 01:20:05 -05:00
Robert Brenckman
6ee34331b7
🐛 Fix Tool Change priming (#21142)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-10 00:24:07 -05:00
Scott Lahteine
e2353be24f 🎨 Misc. cleanup, string optimization 2022-04-09 22:57:28 -05:00
stream2me
46e282bd6d
🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) 2022-04-09 19:46:29 -05:00
InsanityAutomation
02f5e2de9c
🩹 Fix and clean up E3V2 draw (#24013) 2022-04-09 19:19:14 -05:00
Scott Lahteine
6567e0e0aa 🎨 Misc. 9-axis cleanup 2022-04-09 19:17:04 -05:00
Scott Lahteine
32e6767b5a
DOGM Display Sleep (#23992)
Co-authored-by: borland1 <barryorlando@hotmail.com>
2022-04-04 15:57:03 -05:00
Scott Lahteine
877e10205b 🏗️ Axis name arrays
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
2022-04-03 21:03:23 -05:00
Scott Lahteine
8b8defeacc 🏗️ Extend AXIS_CHAR to include E
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
2022-04-03 21:00:31 -05:00
John Robertson
f7fff4d455
🧑‍💻 Define isr_float_t to assert a non-FPU float (#23969)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-03 18:47:55 -05:00
ellensp
283aca50ba
🌐 Update Russian language (#23978) 2022-04-03 18:46:05 -05:00
Giuliano Zaro
1bc9a530bd
🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) 2022-04-03 18:44:45 -05:00
Scott Lahteine
90289b0ca0 🌐 Rename "LCD Timeout" string 2022-04-03 16:59:46 -05:00
Scott Lahteine
19838d97be 🎨 Misc. adjustments, spacing 2022-04-03 16:59:43 -05:00
Scott Lahteine
c4873a64ec
🧑‍💻 General and Axis-based bitfield flags (#23989) 2022-04-03 16:14:02 -05:00
Giuliano Zaro
e4c7c550fc 🐛 Fix PID edit menu for Bed, Chamber (#23987) 2022-04-02 18:29:21 -05:00
Scott Lahteine
931e243116 Draw flags followup 2022-04-01 04:57:41 -05:00
ellensp
0c366d3574
✏️ Fix E3V2 MarlinUI draw flags (#23979) 2022-04-01 03:01:34 -05:00
tombrazier
72b2e2b2c7 ⚗️ Temperature Model Predictive Control (#23751) 2022-04-01 02:15:20 -05:00
DerAndere
e5b651f407
Support for up to 9 axes (linear, rotary) (#23112)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-01 00:10:38 -05:00
tombrazier
ae53033cea
♻️ Refactor and fix ABL Bilinear (#23868) 2022-03-31 21:13:16 -05:00
InsanityAutomation
49539463b8
🐛 Fix MarlinUI on Ender 3 S1 (#23949) 2022-03-29 04:41:33 -05:00
Scott Lahteine
d6fcae40c4 💥 Rename ExtUI settings methods 2022-03-29 03:40:50 -05:00
Robby Candra
b7ffcd6941
STATUS_MESSAGE_TIMEOUT_SEC (#23135)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-03-25 18:34:20 -05:00
Scott Lahteine
fd742616ba 🚸 Clear "heating/cooling" message on temp reached 2022-03-25 18:06:03 -05:00
Scott Lahteine
8dfdf51678 🎨 Format, use status macros 2022-03-25 18:06:03 -05:00
Scott Lahteine
4ff063440d 🐛 Fix status_printf alert level 2022-03-25 18:06:03 -05:00
Scott Lahteine
4a50d89bdb ✏️ Encoder noise followup
Followup to #23925
2022-03-24 20:29:50 -05:00
Serhiy-K
e119d9bae9
🌐 Update Ukrainian language (#23935) 2022-03-24 18:07:58 -05:00
ellensp
0d3f79e6d6
🩹 Wrap endstop_diag.cpp (#23931) 2022-03-24 18:06:28 -05:00
Scott Lahteine
0b32c3900f 🧑‍💻 Improve STATUS_BED_X 2022-03-23 00:31:13 -05:00
Scott Lahteine
6b47db3a68 🎨 General cleanup, comments 2022-03-23 00:31:13 -05:00
Scott Lahteine
a80a303cbe 🧑‍💻 EXTRUDER_LOOP macro 2022-03-23 00:31:13 -05:00
Scott Lahteine
a63205a034 🩹 Fix ADC math overflow 2022-03-23 00:31:13 -05:00
Fredrik Andersson
a8cf2909f7
Encoder button noise filter (#23925) 2022-03-20 20:14:45 -05:00
tombrazier
631e35bfd6
️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) 2022-03-17 22:15:26 -05:00
Ludy
bf7176fba9
🩹 Fix redundant var declaration (#23913) 2022-03-17 20:55:33 -05:00
Julien Staub
de87f5309d
🩹 Fix ExtUI build with Host Keepalive disabled (#23898) 2022-03-13 17:09:32 -05:00
Nick
9c9300ff9d
🐛 Fix Chiron new TFT SD print after reset (#23855) 2022-03-12 17:47:47 -06:00
Scott Lahteine
e354cd15b2 🩹 Fix FSTR / PSTR usage 2022-03-12 17:44:58 -06:00
Scott Lahteine
89a9c3a391 🧑‍💻 Add standard BUZZ types 2022-03-12 17:44:58 -06:00
Ludy
0bf319c57a
🌐 Fix, add some menu labels (#23895) 2022-03-12 17:36:23 -06:00
Scott Lahteine
623c6b720b 🧑‍💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI 2022-03-12 16:00:48 -06:00
Giuseppe499
df4e022a48
🚸 Fix, extend X Axis Twist Compensation (#23745)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-03-11 17:12:03 -06:00
Miguel Risco-Castillo
79b38e0e14
🚸 Update Ender3 V2/S1 Pro UI (#23878) 2022-03-11 14:06:49 -06:00