1840 Commits

Author SHA1 Message Date
Scott Lahteine
1d8ad7cf71 Safe changes from HAL cleanup 2019-08-28 21:21:47 -05:00
Scott Lahteine
95963121b0 Patch a u8g include 2019-08-28 20:09:02 -05:00
Scott Lahteine
7b99c26e80 Fix FTDI_EVE_LIB platform includes 2019-08-28 19:56:02 -05:00
Scott Lahteine
3ac76f0489
Invariant Marlin bootscreen () 2019-08-28 07:40:18 -05:00
Scott Lahteine
b8e4b993d6 Separate board website URL 2019-08-28 04:44:40 -05:00
Scott Lahteine
6341aefda3 Info menu tweak style 2019-08-28 04:43:42 -05:00
Marcio Teixeira
0f386d06a1 Followup fixes to ExtUI () 2019-08-28 04:23:13 -05:00
Robby Candra
ca084dcfe8 Switch col vs row variable name () 2019-08-28 02:49:21 -05:00
Giuliano Zaro
604bdf0b43 Update Italian language () 2019-08-28 02:46:21 -05:00
InsanityAutomation
f218405c36 Fix ExtUI invalid speed, timer () 2019-08-25 04:46:02 -05:00
Tim Moore
8033bc87ea Turbo-back Info menu items () 2019-08-24 19:50:04 -05:00
Scott Lahteine
d6a16525c2
New Language: Vietnamese () 2019-08-24 03:40:28 -05:00
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 2d98bb39bd4cf0820fd3a0e6af33b1fdcae991c6.
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