0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-06 23:07:02 +00:00
Commit graph

978 commits

Author SHA1 Message Date
Scott Lahteine
750256948e Apply #ifdef 2019-08-24 01:42:48 -05:00
Tim Moore
efeea9bccf pca9632_buzz fix () 2019-08-23 22:30:11 -05:00
Marcio Teixeira
e61e54acfd Fix TURBO_BACK_MENU_ITEM compile error () 2019-08-23 22:29:00 -05:00
Tanguy Pruvot
0a280f00c2 Flag unused variables without buzzer () 2019-08-23 22:21:30 -05:00
Scott Lahteine
f2ad1ceb13 Update PT-BR 2019-08-23 21:13:14 -05:00
Scott Lahteine
7924e0d819 Add print at position shortcuts 2019-08-22 19:37:04 -05:00
Scott Lahteine
5c0e5c599f Fix boot screen warning 2019-08-22 18:58:11 -05:00
Marcio Teixeira
bd1ced14e7 LulzBot Touch UI Followup () 2019-08-21 04:48:05 -05:00
Marcio Teixeira
69641f1420 Fix incompatible types error () 2019-08-21 04:15:37 -05:00
Marcio Teixeira
825c2c3dc4 Fix fan speed encoder scaling () 2019-08-21 03:49:43 -05:00
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option () 2019-08-20 19:37:03 -05:00
Scott Lahteine
0cc524b84f Prevent BOARD_NAME conflict with env 2019-08-20 19:10:36 -05:00
InsanityAutomation
5a7c0216f7 Misc. ExtUI fixes () 2019-08-20 03:44:17 -05:00
Ludy
05995d1fd6 Unify buzz methods as MarlinUI::buzz () 2019-08-20 02:01:37 -05:00
InsanityAutomation
af5a7a2925 Add missing ExtUI user confirmation () 2019-08-18 21:03:26 -05:00
Robby Candra
33d54c0d5a Remove extra defines () 2019-08-18 21:00:20 -05:00
Robby Candra
823178c272 Use u8g int type for screen coordinates () 2019-08-17 19:58:38 -05:00
Ludy
6715fd159c Animated Marlin boot screen () 2019-08-17 18:40:01 -05:00
J.C. Nelson
fecf808d80 Fix lambda missing capture () 2019-08-16 21:15:27 -05:00
J.C. Nelson
1bcc5c98a9 MalyanLCD: Pause, resume, more ExtUI () 2019-08-16 20:02:35 -05:00
Scott Lahteine
c3ff53a61c STM32 u8g defines
Suggested by https://github.com/MarlinFirmware/Marlin/issues/14742#issuecomment-515753814
2019-08-16 18:48:29 -05:00
Marcio Teixeira
274934ad81 Add LULZBOT_TOUCH_UI () 2019-08-16 18:34:13 -05:00
Marcio Teixeira
36dfbaea8c Add missing function declaration () 2019-08-14 17:52:57 -05:00
Marcio Teixeira
263d7d37af "SD card" => "Media" () 2019-08-14 17:52:14 -05:00
Joseph Bozarth
0fbb26c28f M16 - Expected Printer Check () 2019-08-13 23:38:45 -05:00
Acenotass
059f575d93 Update Russian language () 2019-08-13 19:19:44 -05:00
Marcio Teixeira
13d8dc0b79 Fix incorrect print stat in ExtUI () 2019-08-10 19:25:30 -05:00
Marcio Teixeira
dc21e2e691 Increase XY nozzle offset range () 2019-08-10 19:24:41 -05:00
Marcio Teixeira
fa533846a7 Bury easter egg deeper () 2019-08-10 19:23:37 -05:00
Ludy
d7172a4558 Cleanup and conditions () 2019-08-10 19:22:18 -05:00
Tanguy Pruvot
0745d48993 Fix build with and without TOUCH_BUTTONS () 2019-08-10 18:22:11 -05:00
Robby Candra
d2d71caa3b Clean up Touch pins. Better up/down touch response. () 2019-08-10 01:42:52 -05:00
Tanguy Pruvot
8cc0b4bf5e Revert "Edit STEPS_PER_MM integer only" ()
This reverts commit 2d98bb39bd.
2019-08-10 00:58:21 -05:00
Ludy
9479ec32f7 Fix Service Menu compile error () 2019-08-10 00:53:26 -05:00
Ludy
528c9885f2 Fix wait_for_user + PAUSE_BEFORE_DEPLOY_STOW issue () 2019-08-08 01:52:20 -05:00
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f ()
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
2019-08-08 01:51:37 -05:00
Acenotass
3914bcfbb1 Russian correction () 2019-08-06 22:56:51 -05:00
Tim Moore
0fa7d86918 Fix thermistor names (info menu) () 2019-08-06 22:54:18 -05:00
Jason Smith
534c105a7a Fix 16-bit range check in TMenuItem::action_edit () 2019-08-05 20:02:29 -05:00
Acenotass
4af9908764 Update M48 command in the status line () 2019-08-05 20:01:40 -05:00
Scott Lahteine
8f0aedeead Reorder some language defines 2019-08-05 19:12:00 -05:00
Scott Lahteine
2d98bb39bd Edit STEPS_PER_MM integer only 2019-08-04 19:39:52 -05:00
Tim Moore
e3660bca25 Overlord printer thermistor () 2019-08-03 20:57:56 -05:00
Ludy
337361d588 Update German language, (c) () 2019-08-02 09:21:28 -05:00
Tim Moore
940c59d9da Overlord i2c LCD with LEDs and buzzer () 2019-08-02 06:19:45 -05:00
Robby Candra
96a1c6540e Use title case for menu items () 2019-08-01 20:31:58 -05:00
InsanityAutomation
f59a7e8b07 Print/display ABL current probe point () 2019-08-01 20:11:26 -05:00
Tanguy Pruvot
3db1a80b4c Update French language () 2019-07-31 17:10:14 -05:00
Scott Lahteine
c2b319360d Remove extra pragmas 2019-07-30 20:19:47 -05:00
Robby Candra
128eed6b57 Option to reverse select direction/buttons () 2019-07-30 17:42:57 -05:00