Commit 8f6fa36
Bugfix 2.0.x update (#1)
* TMCStepper 0.7.0 followup (MarlinFirmware#18388)
* Improve U8G+SPI delay override (MarlinFirmware#18386)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
* Better STM32 Tone timer int priority (MarlinFirmware#18385)
* Fix 3-point middle point (MarlinFirmware#18383)
* Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380)
* Fix ExtUI automatic font scaling (MarlinFirmware#18377)
* [cron] Bump distribution date (2020-06-23)
* No 'probing failed' with retry (MarlinFirmware#18379)
* Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367)
* Move tests up one level
* Use libraries from the registry
* Graphical LCD note
* Update LPC176x platform version (MarlinFirmware#18392)
* Add maintenance actions
* [cron] Bump distribution date (2020-06-24)
* General cleanup
* Run close-stale once per day
* Board-based ST7920 delays
* TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410)
* Display PID Autotune status (MarlinFirmware#18408)
* [cron] Bump distribution date (2020-06-25)
* Use Preheat 1 as M303 default (MarlinFirmware#18407)
* Fix issues with no hotend / bed / fan (MarlinFirmware#18395)
* Fix material preset type
* NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN)
* Fix material preset editing
* Clean up preheat edit items
* [cron] Bump distribution date (2020-06-26)
* Minor LCD cleanup, improvement
* Fix typo in DWIN, preheat array
* Update Italian language (MarlinFirmware#18414)
* [samd51] Manifest assigned timers priority (MarlinFirmware#18402)
* Update MKS Robin Nano auto-build env (MarlinFirmware#18417)
* SAMD51 cleanup (MarlinFirmware#18419)
* BTT SKR Pro runout pins (MarlinFirmware#18416)
* Update Brazilian Portuguese language (MarlinFirmware#18411)
* Fix Fan Speed menu items (MarlinFirmware#18400)
* Patch some DGUS warnings
* Allow larger ADC debounce
Reference MarlinFirmware#17205
* [cron] Bump distribution date (2020-06-27)
* [cron] Bump distribution date (2020-06-28)
* Update language fonts
* Tool Change Migration fixes and debugging (MarlinFirmware#18448)
* ExtUI additions (MarlinFirmware#18447)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
* Add Romanian language (MarlinFirmware#18455)
Co-authored-by: cristyanul <47246451+cristyanul@users.noreply.github.com>
* Fix "probing failed" false positives (MarlinFirmware#18435)
* Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423)
* Russian, Ukranian for wide LCD (MarlinFirmware#18433)
* Tweak pins formatting
* Suppress unused var warning
* ClosedLoop as singleton
* [cron] Bump distribution date (2020-06-29)
* MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466)
* Use "reset reason" defines (MarlinFirmware#18462)
* [cron] Bump distribution date (2020-06-30)
* [cron] Bump distribution date (2020-07-01)
* Fix missing parenthesis (MarlinFirmware#18473)
* Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474)
Include this board with other Cheetah stepper reset.
* Hide menu item with no fan (MarlinFirmware#18470)
* Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481)
* Add TFT_LVGL_UI support (MarlinFirmware#18438)
* Per-Hotend Default PIDs (MarlinFirmware#18483)
* Enforce sensor range for temperature target (MarlinFirmware#18465)
* Mitigate stepper timeout
* Add CHAMBER PWM code
* Structured thermistor tables
* Fix reversed sensor ranges
* Prevent temps outside sensor range
* [cron] Bump distribution date (2020-07-02)
* Tweak stepper shutdown test
* Extend thermistor 1047 to 500°C
* [cron] Bump distribution date (2020-07-03)
* Keep filament runout pin for Creality Melzi (MarlinFirmware#18504)
* Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485)
* Option to set manual Babystepping distance in mm (MarlinFirmware#18503)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
* Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373)
* FYSETC OLED followup (MarlinFirmware#18519)
* Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495)
* Fix axis name in serial output (MarlinFirmware#18522)
* Fix env:mks_robin_nano35 (MarlinFirmware#18516)
* FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502)
* M150 I to set Neopixel by index (MarlinFirmware#18490)
* [cron] Bump distribution date (2020-07-04)
* PID Accelerated Edit (MarlinFirmware#18532)
* [cron] Bump distribution date (2020-07-05)
* Fix "'ubl' not declared" error (MarlinFirmware#18541)
* Fix thermistors exist-for-reading tests (MarlinFirmware#18533)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
* Fix "Probing mesh point" message
Closes MarlinFirmware#17770
Co-Authored-By: Jan-Gerard van der Toorn <jan-gerard@users.noreply.github.com>
* Probing points followup (MarlinFirmware#18552)
* Update actions on bugfix branch
* Add CI for pushed commits (MarlinFirmware#18549)
* Fix Neopixel set_color (MarlinFirmware#18544)
* Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554)
* Minor pins cleanup
* Add comment to M412
* Reduce string duplication
* STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
* Filament Runout Inverting => State (MarlinFirmware#18537)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
* Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE
* [cron] Bump distribution date (2020-07-06)
* Filament state followup
* Get SAMD51 CXX flags from script
* Use Material Preset 1 for PID autotune (MarlinFirmware#18446)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
* Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
* Add Lerdge S,X,K (MarlinFirmware#18302)
* Fix TMC homing phase coils alignment (MarlinFirmware#18528)
Co-authored-by: Fabio Santos <fabiosan@live.com>
* Scale runout distance setting for editable range (MarlinFirmware#18567)
* 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564)
* Reduce 'first loop' temperature residency time (MarlinFirmware#18421)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
* Update and fix POWER_MONITOR (MarlinFirmware#18561)
* [cron] Bump distribution date (2020-07-07)
* Temp Residency followup
* Combine command macros
* Whitespace cleanup
* Fix typo in Configuration_adv.h (MarlinFirmware#18570)
* [cron] Bump distribution date (2020-07-08)
* SKR 1.4 alert for unsupported LCD
* Tweak PLR debug
* Fix warning with PIO
* Update Chinese (zh_CN) language (MarlinFirmware#18580)
* Show fixed V in Power Display with no V sensor (MarlinFirmware#18579)
* Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590)
* Add `Cap:RUNOUT`
Co-Authored-By: Julius ter Pelkwijk <mrseeker@users.noreply.github.com>
* Fix some comments
* [cron] Bump distribution date (2020-07-09)
* Fix missing controller fan include
* Consolidate probe clearance, add section debug (MarlinFirmware#18576)
* Better section / function log
* Add do_z_clearance motion function
* Remove outdated comment (MarlinFirmware#18597)
* Clean up some MMU comments
* MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488)
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: MoellerDi <MoellerDi@users.noreply.github.com>
Co-authored-by: ellensp <ellensp@hotmail.com>
Co-authored-by: RudolphRiedel <31180093+RudolphRiedel@users.noreply.github.com>
Co-authored-by: thinkyhead <thinkyhead@users.noreply.github.com>
Co-authored-by: Kirill Vergun <647149+o-nix@users.noreply.github.com>
Co-authored-by: Fabio Santos <fabiosan@live.com>
Co-authored-by: Chris Pepper <p3p@p3psoft.co.uk>
Co-authored-by: Victor <rhapsodyv@gmail.com>
Co-authored-by: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Co-authored-by: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Co-authored-by: Johnny Eshak <info@johnnytheone.com>
Co-authored-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Co-authored-by: cristyanul <47246451+cristyanul@users.noreply.github.com>
Co-authored-by: JP Flouret <jflouret@microsoft.com>
Co-authored-by: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Co-authored-by: George Fu <nailao_5918@163.com>
Co-authored-by: Robby Candra <robbycandra.mail@gmail.com>
Co-authored-by: cbteeple <cbteeple@g.harvard.edu>
Co-authored-by: notabucketofspam <43456540+notabucketofspam@users.noreply.github.com>
Co-authored-by: Jan-Gerard van der Toorn <jan-gerard@users.noreply.github.com>
Co-authored-by: Oliver Jean Eifler <olli.eifler@gmail.com>
Co-authored-by: ManuelMcLure <manuel@mclure.org>
Co-authored-by: GhostlyCrowd <jeffjiggens@gmail.com>
Co-authored-by: Luc Hoang Long <i.me.mine@luchoanglong.com>
Co-authored-by: J.C. Nelson <32139633+xC0000005@users.noreply.github.com>
Co-authored-by: shuttercat <67816426+shuttercat@users.noreply.github.com>
Co-authored-by: espr14 <espr14@gmail.com>
Co-authored-by: cccc <cuiwei_cv@163.com>
Co-authored-by: Julius ter Pelkwijk <mrseeker@users.noreply.github.com>1 parent 4bbdc82 commit 8f6fa36
11 files changed
Lines changed: 47 additions & 47 deletions
File tree
- Marlin/src/sd/usb_flashdrive
- lib-uhs2
- lib-uhs3/UHS_host
- UHS_BULK_STORAGE
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
651 | | - | |
| 650 | + | |
| 651 | + | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
| 765 | + | |
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
| 532 | + | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | | - | |
| 1169 | + | |
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
| 1191 | + | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| |||
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | | - | |
| 724 | + | |
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
| 840 | + | |
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments