1205 Commits (01e4b0c067c23defa78a7c68bef872f132728875)

Author SHA1 Message Date
Scott Lahteine 23bb40d0ea Fix MKS_MINI_12864 init
See #13550

Co-Authored-By: DrDitto <drditto@users.noreply.github.com>
5 years ago
Tanguy Pruvot c9817105fb Update French language (#15129) 5 years ago
Giuliano Zaro e6a114b853 Update Italian language (#15130) 5 years ago
Gustavo Alvarez 54069823a0 Update Spanish language (#15132) 5 years ago
Scott Lahteine 34b73426e5 Apply #ifdef/#ifndef where possible 5 years ago
Scott Lahteine 4078f2672e Apply shorthand option macros 5 years ago
Scott Lahteine 586b334c2a
Split up stepper indirection (#15111) 5 years ago
Scott Lahteine 66f1da762f Use 'ui.' where possible 5 years ago
Robby Candra 26fa08548c Add RGB565 Color Definitions for TFT (#15099) 5 years ago
Scott Lahteine 1eeef30097 A single generate_click lambda 5 years ago
Scott Lahteine d25231aea8 Spacing, defined(), #include tweaks 5 years ago
Ludy 3f77d6a551 Fix expire_status warning (#15094) 5 years ago
Robby Candra 38983fdfa9 Add 'Back' Button for Touch TFT 320x240 (#15060) 5 years ago
AlexandrZloy 0ebaea94be Add stallGuard threshold for X2 (#15042) 5 years ago
Tanguy Pruvot ca5da026d6 dogm: u8g prototypes cleanup (#15082) 5 years ago
Scott Lahteine 1d8ad7cf71 Safe changes from HAL cleanup 5 years ago
Scott Lahteine 95963121b0 Patch a u8g include 5 years ago
Scott Lahteine 7b99c26e80 Fix FTDI_EVE_LIB platform includes 5 years ago
Scott Lahteine 3ac76f0489
Invariant Marlin bootscreen (#15057) 5 years ago
Scott Lahteine b8e4b993d6 Separate board website URL 5 years ago
Scott Lahteine 6341aefda3 Info menu tweak style 5 years ago
Marcio Teixeira 0f386d06a1 Followup fixes to ExtUI (#15068) 5 years ago
Robby Candra ca084dcfe8 Switch col vs row variable name (#15072) 5 years ago
Giuliano Zaro 604bdf0b43 Update Italian language (#15076) 5 years ago
InsanityAutomation f218405c36 Fix ExtUI invalid speed, timer (#15031) 5 years ago
Tim Moore 8033bc87ea Turbo-back Info menu items (#15049) 5 years ago
Scott Lahteine d6a16525c2
New Language: Vietnamese (#13892) 5 years ago
Scott Lahteine 750256948e Apply #ifdef 5 years ago
Tim Moore efeea9bccf pca9632_buzz fix (#15020) 5 years ago
Marcio Teixeira e61e54acfd Fix TURBO_BACK_MENU_ITEM compile error (#15019) 5 years ago
Tanguy Pruvot 0a280f00c2 Flag unused variables without buzzer (#15016) 5 years ago
Scott Lahteine f2ad1ceb13 Update PT-BR 5 years ago
Scott Lahteine 7924e0d819 Add print at position shortcuts 5 years ago
Scott Lahteine 5c0e5c599f Fix boot screen warning 5 years ago
Marcio Teixeira bd1ced14e7 LulzBot Touch UI Followup (#15007) 5 years ago
Marcio Teixeira 69641f1420 Fix incompatible types error (#15009) 5 years ago
Marcio Teixeira 825c2c3dc4 Fix fan speed encoder scaling (#15010) 5 years ago
Scott Lahteine 5e777601f3
Add TURBO_BACK_MENU_ITEM option (#14991) 5 years ago
Scott Lahteine 0cc524b84f Prevent BOARD_NAME conflict with env 5 years ago
InsanityAutomation 5a7c0216f7 Misc. ExtUI fixes (#14971) 5 years ago
Ludy 05995d1fd6 Unify buzz methods as MarlinUI::buzz (#14803) 5 years ago
InsanityAutomation af5a7a2925 Add missing ExtUI user confirmation (#14992) 5 years ago
Robby Candra 33d54c0d5a Remove extra defines (#14983) 5 years ago
Robby Candra 823178c272 Use u8g int type for screen coordinates (#14965) 5 years ago
Ludy 6715fd159c Animated Marlin boot screen (#14961) 5 years ago
J.C. Nelson fecf808d80 Fix lambda missing capture (#14969) 5 years ago
J.C. Nelson 1bcc5c98a9 MalyanLCD: Pause, resume, more ExtUI (#14852) 5 years ago
Scott Lahteine c3ff53a61c STM32 u8g defines
Suggested by https://github.com/MarlinFirmware/Marlin/issues/14742#issuecomment-515753814
5 years ago
Marcio Teixeira 274934ad81 Add LULZBOT_TOUCH_UI (#14967) 5 years ago
Marcio Teixeira 36dfbaea8c Add missing function declaration (#14955) 5 years ago
Marcio Teixeira 263d7d37af "SD card" => "Media" (#14951) 5 years ago
Joseph Bozarth 0fbb26c28f M16 - Expected Printer Check (#14924) 5 years ago
Acenotass 059f575d93 Update Russian language (#14940) 5 years ago
Marcio Teixeira 13d8dc0b79 Fix incorrect print stat in ExtUI (#14881) 5 years ago
Marcio Teixeira dc21e2e691 Increase XY nozzle offset range (#14882) 5 years ago
Marcio Teixeira fa533846a7 Bury easter egg deeper (#14883) 5 years ago
Ludy d7172a4558 Cleanup and conditions (#14886) 5 years ago
Tanguy Pruvot 0745d48993 Fix build with and without TOUCH_BUTTONS (#14912) 5 years ago
Robby Candra d2d71caa3b Clean up Touch pins. Better up/down touch response. (#14900) 5 years ago
Tanguy Pruvot 8cc0b4bf5e Revert "Edit STEPS_PER_MM integer only" (#14909)
This reverts commit 2d98bb39bd.
5 years ago
Ludy 9479ec32f7 Fix Service Menu compile error (#14903) 5 years ago
Ludy 528c9885f2 Fix wait_for_user + PAUSE_BEFORE_DEPLOY_STOW issue (#14831) 5 years ago
Scott Lahteine c8e30b6639
Fix code attempting to sprintf %f (#14869)
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
5 years ago
Acenotass 3914bcfbb1 Russian correction (#14862) 5 years ago
Tim Moore 0fa7d86918 Fix thermistor names (info menu) (#14860) 5 years ago
Jason Smith 534c105a7a Fix 16-bit range check in TMenuItem::action_edit (#14834) 5 years ago
Acenotass 4af9908764 Update M48 command in the status line (#14816) 5 years ago
Scott Lahteine 8f0aedeead Reorder some language defines 5 years ago
Scott Lahteine 2d98bb39bd Edit STEPS_PER_MM integer only 5 years ago
Tim Moore e3660bca25 Overlord printer thermistor (#14815) 5 years ago
Ludy 337361d588 Update German language, (c) (#14804) 5 years ago
Tim Moore 940c59d9da Overlord i2c LCD with LEDs and buzzer (#14801) 5 years ago
Robby Candra 96a1c6540e Use title case for menu items (#14806) 5 years ago
InsanityAutomation f59a7e8b07 Print/display ABL current probe point (#14788) 5 years ago
Tanguy Pruvot 3db1a80b4c Update French language (#14787) 5 years ago
Scott Lahteine c2b319360d Remove extra pragmas 5 years ago
Robby Candra 128eed6b57 Option to reverse select direction/buttons (#14693) 5 years ago
Giuliano Zaro eb08aeab7d Update Italian language (#14782) 5 years ago
Scott Lahteine bc58e678bd More general FSMC display option 5 years ago
Acenotass 659d06d9b9 M48 menu item, result to status (#14772) 5 years ago
MarcelMo f8aa52346f Configurable Z move distance (#14593) 5 years ago
Scott Lahteine 842466f4d9 Mixer patch, etc. 5 years ago
Scott Lahteine eae543adf3 Apply HAS_SPI_LCD as needed 5 years ago
Marcio Teixeira eb7840dabb Match select item to encoder direction (#14673) 5 years ago
Marcio Teixeira eefe3f595a New options: Bootscreen as Info, game Easter-egg (#13829) 5 years ago
Scott Lahteine 180f9a4c22 Remove obsolete info menu includes 5 years ago
Ludy c4bb458763 BUZZ cleanup (#14760) 5 years ago
Marcio Teixeira fec52e61ea Use shared memory space for game data (#14727) 5 years ago
Ludy 97e9c95f47 Fix & clean up ExtUI (#14748) 5 years ago
Scott Lahteine 05f4033a34 Prevent a name conflict in u8g impl file 6 years ago
Marcio Teixeira 369fb2806d Fix compilation warnings, errors (#14704) 6 years ago
Tim Moore e5aa453293 Add support for 2 Neopixel strips (#14667) 6 years ago
InsanityAutomation 9cd66f6f77 Fix missing include & condition (#14682) 6 years ago
Tanguy Pruvot 977cfa4494 Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669) 6 years ago
Ludy 39e1726498 Comments, includes (#14671) 6 years ago
Scott Lahteine 1ea9a36d11
FYSETC BLTouch config and more (#14668) 6 years ago
Scott Lahteine 92e513e76e Trailing whitespace 6 years ago
Karl Andersson d472934a70 FYSETC Mini 12864 for HAL_STM32 (#14639) 6 years ago
Marcio Teixeira ca4d6f4470 Fix compile error (bad return type) (#14660) 6 years ago
thisiskeithb 522df57a45 Tevo Michelangelo configuration (#14577) 6 years ago
Robby Candra c9aa68ef7a Encoder direction: Wrangle, Revert select screen change (#14628) 6 years ago
Robby Candra 2c5436e315 Fix HOST_PROMPT_SUPPORT include in ExtUI API (#14650) 6 years ago
Marcio Teixeira 57ed063ba1 Fix unused variable warnings (#14643) 6 years ago
Marcio Teixeira 27c487bab7 Print progress enhancements (#14647) 6 years ago
Robby Candra ebb1a7dc1f Fix EXT_UI example onFilamentChange Parameter (#14649) 6 years ago
Tanguy Pruvot bae8d0a4bd DOGM: Avoid white flash on TFT (re)init (#14631)
- Avoid white flash on TFT (re)init. Unlike Graphical LCD, the TFT init color may be full white if the backlight is on during init.

- Add a conditional for delayed backlight init which can be applied to any backlit display.
6 years ago
Tanguy Pruvot 81d629bc47 Robin & Longer3D SPI TFT driver (#14595) 6 years ago
Scott Lahteine eaf1c0954e Update some precompiler tests 6 years ago
InsanityAutomation ce02c6cee2 Variable tool change purge (#14618) 6 years ago
Marcio Teixeira a49478cefa Fix STATUS_MESSAGE_SCROLLING in LIGHTWEIGHT_UI (#14603) 6 years ago
Ludy 6dcb85927a Update German language, &c. (#14613) 6 years ago
Scott Lahteine 3cd9a92dcc Use REVERSE_ENCODER_DIRECTION in do_select_screen 6 years ago
Scott Lahteine 80c6f98d2f Fix nested _draw_chamber_status
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com>
6 years ago
Scott Lahteine b0d8ba3894 Fix ANIM_CHAMBER
Co-Authored-By: alexscarbro <alexscarbro@users.noreply.github.com>
6 years ago
Scott Lahteine ed0e6afacb Apply LIMIT macro 6 years ago
igorepi c1bb3278d4 Fix Russian grammar (#14527) 6 years ago
Scott Lahteine fe02241044 NONE on combined options 6 years ago
Scott Lahteine 67e0238c89 Reduce type warnings 6 years ago
Scott Lahteine 750a16ad38 Fix MIN/MAX function collision with macros 6 years ago
Scott Lahteine b6546ea33a Add include guards to some headers 6 years ago
Roman Moravčík 9736a21de2 Update Slovak language (#14503) 6 years ago
Tim Moore eb6dec03bd Simplify power supply naming logic (#14488)
Co-Authored-By: Tim Moore <tim.moore@lightbend.com>
Co-Authored-By: AnHardt <github@kitelab.de>
6 years ago
Scott Lahteine de462f2b8a Revert "Sort out settings.load with SD EEPROM emulation (#14458)"
This reverts commit 108d0df565.
6 years ago
Scott Lahteine ae9232962e Use heater index defines 6 years ago
Scott Lahteine 1620738701 Home dir use < or > 6 years ago
Ludy 3358caed14 Update German/Italian language (#14482) 6 years ago
Scott Lahteine ff55088491 Fix Malyan LCD warnings 6 years ago
GMagician 54358fbe28 Update Italian language 6 years ago
Scott Lahteine de8fee6aea Clarify ExtUI command injection 6 years ago
Tanguy Pruvot 108d0df565 Sort out settings.load with SD EEPROM emulation (#14458) 6 years ago
Tanguy Pruvot ca7f56e60b Add 0.025mm Manual Move for Z (#14456) 6 years ago
Scott Lahteine 10b85be405 status_message_level => alert_level 6 years ago
Tanguy Pruvot 24655a6bf3 Touch-MI Menu and Manual Deploy option (#14290) 6 years ago
Scott Lahteine d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore (#14446) 6 years ago
Marcio Teixeira e6cf7860e8 Improve ExtUI, fix compiler errors, warnings (#14441) 6 years ago
Roman Moravčík 77c67085bf Update Slovak language (#14433) 6 years ago
Giuliano Zaro 9174aa376f Update Italian language (#14440) 6 years ago
Scott Lahteine a8d68b7c8a Common method for scaled fan speed 6 years ago
Scott Lahteine 1a09c4dea5 Cutter class followup 6 years ago
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 6 years ago
Scott Lahteine d7d80418ae
Singleton for cutting tools (#14429) 6 years ago
Andy Shaw 064177154c Update SD card connection / sharing options (#14325) 6 years ago
J.C. Nelson 30a3db4f22 Fix Malyan M200 config and protocol (#14394) 6 years ago
Eric Ptak 8934b32f1b Fysetc AIO II / Cheetah STM32F1 (#14407) 6 years ago
thisiskeithb a4aa3621c0 MKS Robin Mini Board Support (#14366) 6 years ago
InsanityAutomation aa0383a83b Enhance IDEX toolchange auto-return w/ no park, full control (#14117) 6 years ago
Scott Lahteine 3d9d72e8db Include order, spacing, etc. 6 years ago
mikeshub 1b1a4677f5 Fix LCD.h compilation error (#14377) 6 years ago
Tobias Frost eeaef2410a Support DGUS Display with DWIN OS (#13253) 6 years ago
Marcio Teixeira 49ea1c635a Fix missing dependencies (#14339) 6 years ago
Scott Lahteine 4df4c47994
Add TMC2209 support (#14249) 6 years ago
Scott Lahteine 9131b11944 Games in Info menu, if enabled 6 years ago
Scott Lahteine 4c872a01f2
G-code queue singleton, front injection (#14236) 6 years ago
Tanguy Pruvot 75aeb41ab7 SKRmini support for Fysetc Mini Panel (#14319) 6 years ago
Giuliano Zaro 27d30c1be8 Update Italian language (#14302) 6 years ago
Scott Lahteine 6b2d42434c Wrap main menu external declarations 6 years ago
Scott Lahteine 651f3eeed0 Clean up trailing whitespace 6 years ago
Ludy 35aabd1834 Fix Spindle/Laser compile error (#14312) 6 years ago
Tanguy Pruvot 287df7a61f STM32F1: various small changes
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
6 years ago
Scott Lahteine eb1c9113c2 Try to init SD with no detect pin 6 years ago
Scott Lahteine 24c23b60fa Use lambda, fix wrap pointer 6 years ago
Ludy 6fb3db1633 Update German language (#14294) 6 years ago
Scott Lahteine a17f057daa
Fix word wrapping on select screens 6 years ago
MastS 18904c42f6 Fysetc LCD backlight timeout (#14265) 6 years ago
Scott Lahteine 2a96d4e23a Move number-to-string functions to libs 6 years ago
Robby Candra f30b89953d runout.distance_mm LCD edit item (#14066) 6 years ago
InsanityAutomation b7eeb5b13b Move BLTouch options to adv config (#14131)
Plus other BLTouch and menu enhancements.
6 years ago
Scott Lahteine 0ca2073625 ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT 6 years ago
thisiskeithb 662e7da8a4 Fix USE_BIG_EDIT_FONT bug (#14252) 6 years ago
Robby Candra 5ca8d51e12 Ability to insert G-code in front of queue (#14229) 6 years ago
InsanityAutomation 4138b1f9ae Option to disable Case Light brightness control (#14165) 6 years ago
InsanityAutomation 66e22d9f5a ExtUI Heated Chamber support (#14198) 6 years ago
Scott Lahteine 858b2fa21a Fix thermistor table 6 years ago
InsanityAutomation f6ec00d776 Update thermistor and working config 6 years ago
Tanguy Pruvot e4260a41cb Fix a DEBUG_LEVELING_FEATURE string copy (#14200) 6 years ago
InsanityAutomation 123e58d9c3 Heated Chamber for Graphical LCD (#14190) 6 years ago
InsanityAutomation f889cc6ea6 ExtUI parity with SPI LCDs (#14172) 6 years ago
Roman Moravčík d70929f7c0 Update Slovak language (#14179) 6 years ago
InsanityAutomation 0f04ba016f Adjust tool offset menus (#14153) 6 years ago
Tanguy Pruvot 5f42d3a8b4 BLTouch French updates (#14137) 6 years ago
Scott Lahteine c6d39319de Fix some whitespace 6 years ago
Robby Candra df7733425c Shorten pause message for 4 line LCD (#14097) 6 years ago
InsanityAutomation 49e83dd7c8 BLTouch V3.1 changes (#14104) 6 years ago
teemuatlut 1c86fbc60b TMC updates, capture LCD changes (#14074) 6 years ago
Scott Lahteine 44caf70917 Improve editing, fix some small value editing 6 years ago
Scott Lahteine 612eaa87bd Fix "back" items in some sub-menus 6 years ago
Scott Lahteine c5dc2e5a71 Update advanced BLTouch menu items 6 years ago
InsanityAutomation 9f69fbe5ee Move some menu items (#14118) 6 years ago
Scott Lahteine cc862a8213 Replace some functions with lambdas 6 years ago
Giuliano Zaro 2298923a9b Update Italian language (#14095) 6 years ago
Ludy 41f61a12b8 Update German language (#14093) 6 years ago
Scott Lahteine 7b4c3bd92a Fix call to synchronize in lcd_pause_job 6 years ago
Pavel4e5 3cd19a8ec0 Improve Zonestar keypad responsiveness (#14056) 6 years ago
InsanityAutomation 84ac5b360b Fix ExtUI mesh functions (#14027) 6 years ago
FanDjango 85fb33a060 BLTOUCH tweaks, new v3.1 command (#14015) 6 years ago
GUEST.it 62ef54cb81 UBL: Log and display G29 progress (#14036) 6 years ago
Scott Lahteine efe651e749 Add THERMISTOR_NAME for 1000 6 years ago
Marcio Teixeira 7ccbcf2eaa Fix TMC EEPROM regression (#14008)
Partially undo 15357af to ensure TMC code is initialized in the proper order.
6 years ago
InsanityAutomation 991ee7552b Restore menu edit to 32bit value (#13976) 6 years ago
Scott Lahteine a613bcad2d Fix some spelling 6 years ago
Marcio Teixeira 227f29090d Add heater timeouts to ExtUI (#13970)
- Add local UI methods to get heater timeout state.
- Add methods to resume timed-out heaters.
- Re-enable heaters on UI temperature request.
- Make `ExtUI` show a dialog box if pause needs a button press after reheat.
6 years ago
InsanityAutomation 3f758d9e00 Fix some edit items for 16-bit encoder (#13948) 6 years ago
Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944) 6 years ago
Scott Lahteine 23ec650410 Consolidate Malyan LCD and ExtUI 6 years ago
InsanityAutomation 6811e2921b BLTouch v3 / 3DTouch Interoperability & performance (#13814) 6 years ago
doggyfan 23a8707ef1 Configurable Thermistor (#13888) 6 years ago
Scott Lahteine a36782ac1d Define more u8g command macros 6 years ago
Ludy 421d526ba7 Update German language (#13915) 6 years ago
Giuliano Zaro b07360f32a Update Italian language (#13916) 6 years ago
Giuliano Zaro e2a77ed881 Bring chamber temp to completion (#13837) 6 years ago
jmdearras 68004174d9 Fix thermistor 501 name (#13839) 6 years ago
Bob Kuhn c48e6be366 Fysetc panel, RUMBA and ReARM pins, SPI mode 3 (#13900) 6 years ago
Tanguy Pruvot e7b3720b81 Menu edit accel in increments of 25 (#13850) 6 years ago
Roman Moravčík 6d0ce033c2 Update Slovak language. (#13840) 6 years ago
Marcio Teixeira 15357af67c Backlash cleanup (#13659)
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Scott Lahteine e7682eea42
Use Arduino.h include wrapper (#13877) 6 years ago
Thomas Moore ee243e4edf Fix mixing extruder filament change (#13803) 6 years ago
Tanguy Pruvot 3272d0db01 Update French language (#13866) 6 years ago
Chris Pepper 95beafa9a2
Fix typo 6 years ago
Ludy 408a5f08dc Update German language (#13853) 6 years ago
Tanguy Pruvot cf3c746029 Improve French language (#13851) 6 years ago
Clinton James 2740cc64d8 Add SD Release when no SD_DETECT_PIN exists (#13857) 6 years ago
Luu Lac 39ebca6b5f Fix FYSETC, MINIPANEL, MKS_MINI_12864 display (#13864) 6 years ago
Giuliano Zaro 93dcb537ef Update Italian language (#13809) 6 years ago
InsanityAutomation 610fb46683 Fix some ExtUI issues (#13799) 6 years ago
Bob-the-Kuhn db89fc0304 Revert "bring my copy up to date"
This reverts commit 503905c628.
6 years ago
Bob-the-Kuhn 503905c628 bring my copy up to date 6 years ago
Bob-the-Kuhn 73726d56b3 Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x 6 years ago
Scott Lahteine 5051909c3c
Update do_select_screen for general use (#13800) 6 years ago
Giuliano Zaro 0f9c49ccba Update Italian language (#13790) 6 years ago
Marcio Teixeira ca7f6ff287 Fix MSG_En messages for consistency (#13788) 6 years ago
Tanguy Pruvot 04ae3ba1fd Major update to French language (#13784) 6 years ago
Bob Kuhn 81ca5a4cd4 Fix and improve FYSETC LCD support (#13767) 6 years ago
Ludy 4228fd3e03 Update German language (#13769) 6 years ago
Marcio Teixeira d0c1eee53b Add extra max-temp safety checks (#13756) 6 years ago
jmdearras b65cb5704d Fix, improve FYSETC_MINI_12864 support (#13730) 6 years ago
Marcio Teixeira 2e3d121ac4 Squelch compiler warning (#13739) 6 years ago
Jimmy Wennlund e6f6ed76c8 Show UBL Activate/Deactivate menu for current state (#13744) 6 years ago
Marcio Teixeira 08f21335a6 Fix bad opcode in LIGHTWEIGHT_UI; add 32-bit HAL and Due compatibility (#13751) 6 years ago
Bob-the-Kuhn 520585c5ed Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x 6 years ago
Marcio Teixeira 836435c5ef Fix action_edit int range bug (#13737) 6 years ago
Antonio Pérez bf28ad4b6c Fix clear of Z position last digit (#13731) 6 years ago
Marcio Teixeira 866e2d41dc Correct range of LCD axis step editing (#13727) 6 years ago
Scott Lahteine ab8052887f Add missing MSG_PAUSE_PRINT_INIT_1 for en 6 years ago
petrzjunior 12d340cf2a Update Czech language (#13729) 6 years ago
Bob Kuhn 9b578ca343 Support FYSETC_MINI_12864 on Re-ARM, RAMPS_FD, MKS SBASE (#13717) 6 years ago
Roman Moravčík db373f130c Update Slovak language (#13692) 6 years ago
Bob-the-Kuhn 9dd4252b39 Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x 6 years ago
Marcio Teixeira bdfffee037 Modify Z-offset overlay for clarity (#13660) 6 years ago
Ludy 62b4265410 Update German language (#13665) 6 years ago