Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
2019-09-16 20:31:21 -05:00
Scott Lahteine
7d8c38693f
Formatting
2019-09-16 20:31:21 -05:00
Marcio Teixeira
4c00ddae56
Remove obsolete LULZBOT_TOUCH_UI code ( #15284 )
2019-09-16 19:45:05 -05:00
Marcio Teixeira
7a569ad4d0
LULZBOT_TOUCH_UI fixes. Fix some warnings. ( #15276 )
2019-09-16 16:49:46 -05:00
Scott Lahteine
79635f8e94
Fix some debug out lines
2019-09-14 16:45:06 -05:00
Marcio Teixeira
18821f29d5
LULZBOT_TOUCH_UI: Localization, runtime language selection ( #15249 )
2019-09-14 06:51:49 -05:00
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
2019-09-14 03:05:10 -05:00
Scott Lahteine
e3278f22f3
General formatting
2019-09-11 03:29:00 -05:00
Marcio Teixeira
47d19bab40
Lulzbot ExtUI Western language support ( #15208 )
...
Fix #15134
2019-09-10 20:07:03 -05:00
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
2019-09-10 02:20:49 -05:00
Scott Lahteine
565a0e11ed
Prevent 'current' name conflict, if needed
2019-09-09 03:17:11 -05:00
Scott Lahteine
dbea6f0022
STM32F1 USB cdc/msc composite device ( #15180 )
...
Co-Authored-By: bigtreetech <38851044+bigtreetech@users.noreply.github.com>
2019-09-08 02:28:22 -05:00
Ludy
068c303742
More translatable LCD strings ( #15190 )
2019-09-08 00:15:25 -05:00
Scott Lahteine
34b73426e5
Apply #ifdef/#ifndef where possible
2019-09-01 23:54:50 -05:00
Scott Lahteine
4078f2672e
Apply shorthand option macros
2019-09-01 23:43:48 -05:00
Scott Lahteine
66f1da762f
Use 'ui.' where possible
2019-08-31 01:07:01 -05:00
Scott Lahteine
d25231aea8
Spacing, defined(), #include tweaks
2019-08-29 18:06:24 -05:00
Scott Lahteine
7b99c26e80
Fix FTDI_EVE_LIB platform includes
2019-08-28 19:56:02 -05:00
Marcio Teixeira
0f386d06a1
Followup fixes to ExtUI ( #15068 )
2019-08-28 04:23:13 -05:00
Scott Lahteine
750256948e
Apply #ifdef
2019-08-24 01:42:48 -05:00
Marcio Teixeira
bd1ced14e7
LulzBot Touch UI Followup ( #15007 )
2019-08-21 04:48:05 -05:00
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI ( #14967 )
2019-08-16 18:34:13 -05:00
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg ( #13829 )
2019-07-28 22:47:20 -05:00
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
2019-06-27 23:58:16 -05:00
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 ( #14407 )
2019-06-26 00:40:29 -05:00
Tobias Frost
eeaef2410a
Support DGUS Display with DWIN OS ( #13253 )
2019-06-21 04:47:23 -05:00
Marcio Teixeira
15357af67c
Backlash cleanup ( #13659 )
...
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
2019-05-03 23:53:15 -05:00
Tobias Frost
60e82e3929
Send notifications to ExtUI for M0/M1 ( #13344 )
...
- Send notifications to ExtUI for M0/M1
- wait_for_user can be non-volatile (not changed by interrupt)
C / C++ compilers don't optimize away reads of non-volatile variables when a function call is used between accesses, because *any* variable could be changed by the function call. Since `wait_for_user` can't be changed without a function call, it should be non-volatile so the compiler can optimize away cases where it is read more than once without an intervening function call.
2019-03-09 14:20:37 -06:00
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI ( #12439 )
2018-11-17 22:21:44 -06:00
Scott Lahteine
d82c350de7
Miscellaneous LCD code renaming, reordering ( #12430 )
...
* Move special characters to language.h
* Apply some naming standards
* Clean up menu item draw functions
* Rename some Temperature methods
* UI => ExtUI
2018-11-14 13:13:51 -06:00
gjdodd
0a549fd1f2
Fix EXTENSIBLE_UI compile errors ( #12206 )
2018-10-24 16:36:11 -05:00
Marcio Teixeira
f98f4ac7ea
Fix and improve EXTENSIBLE_UI ( #12117 )
...
- Add methods to access print counter data
- Clean up some inconsistent method names
- Clear lcd status after filament change
- Implement `lcd_reset_status` so it works like UltraLCD
2018-10-16 16:58:29 -05:00
Marcio Teixeira
906a24fa81
Extensible user interface API ( #11193 )
2018-10-08 15:44:05 -05:00