Commit 29da21d
committed
Merge branch 'bugfix-2.1.x' into mike-config
* bugfix-2.1.x: (25 commits)
[cron] Bump distribution date (2023-08-26)
✨ Mellow Fly E3 V2 (STM32F407VG) (MarlinFirmware#26081)
🚸 Fixes for ProUI, JyersUI, backlight, etc. (MarlinFirmware#26086)
🧑💻 Encapsulate ProUI G-code preview
[cron] Bump distribution date (2023-08-25)
🧑💻 Adjust LCD string draw (MarlinFirmware#26154)
[cron] Bump distribution date (2023-08-24)
📝 Thermistor info updates (MarlinFirmware#26202)
[cron] Bump distribution date (2023-08-23)
✨ G-code 'T' report current tool (MarlinFirmware#26151)
🔧 Allow arbitrary BLOCK_BUFFER_SIZE
🔧 Fix Linear Leveling grid size sanity check (MarlinFirmware#26199)
🚸 Avoid LCD messages starting with "Error:" (MarlinFirmware#26164)
🩹 Fix FT Motion menu Back item (MarlinFirmware#26175)
[cron] Bump distribution date (2023-08-22)
✅ Fix unused test
🐛 Fixes for G2/G3 arcs (MarlinFirmware#26170)
[cron] Bump distribution date (2023-08-21)
🎨 FTDI cleanup
[cron] Bump distribution date (2023-08-20)
...90 files changed
Lines changed: 1367 additions & 849 deletions
File tree
- Marlin
- src
- core
- feature
- bedlevel/ubl
- gcode
- control
- motion
- sd
- inc
- lcd
- HD44780
- TFTGLCD
- dogm
- e3v2
- common
- jyersui
- proui
- extui
- anycubic_vyper
- ftdi_eve_touch_ui/generic
- language
- module
- thermistor
- pins
- stm32f4
- stm32h7
- sd
- buildroot
- tests
- ini
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| 473 | + | |
473 | 474 | | |
474 | 475 | | |
475 | 476 | | |
| |||
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
| 485 | + | |
484 | 486 | | |
485 | 487 | | |
486 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1746 | 1746 | | |
1747 | 1747 | | |
1748 | 1748 | | |
| 1749 | + | |
1749 | 1750 | | |
1750 | | - | |
1751 | | - | |
| 1751 | + | |
| 1752 | + | |
1752 | 1753 | | |
1753 | 1754 | | |
1754 | 1755 | | |
| |||
2528 | 2529 | | |
2529 | 2530 | | |
2530 | 2531 | | |
2531 | | - | |
2532 | 2532 | | |
2533 | 2533 | | |
2534 | 2534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| 462 | + | |
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| 775 | + | |
775 | 776 | | |
776 | 777 | | |
777 | 778 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
| |||
0 commit comments