Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 years ago
Marcio Teixeira
dc14d4a13c
Improvements and fixes to Lulzbot UI (#15490 )
5 years ago
Scott Lahteine
c0005e939c
Enable junction deviation by default (#15481 )
5 years ago
LinFor
58f81f8e7e
Followup to progress override (#15488 )
5 years ago
Scott Lahteine
f8498d8a52
GET_TEXTF => GET_TEXT_F
5 years ago
InsanityAutomation
438835f6a5
Configurable Max Accel, Max Feedrate, Max Jerk edit limits (#13929 )
5 years ago
Scott Lahteine
806d64e1bf
X_SENSORLESS includes AXIS_HAS_STALLGUARD
5 years ago
Marcio Teixeira
087fe0e9d6
Improve and fix LULZBOT_TOUCH_UI (#15434 )
- Add start print confirmation dialog box
- Fix incorrect text colors in UI
- Adjust bio printer UI
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 years ago
Scott Lahteine
665e45e0ba
Reduce string storage, use masking 'seen'
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
5 years ago
Scott Lahteine
ddd9d9032a
Fix option / string name conflict
5 years ago
Marcio Teixeira
149e9b733e
Simplified ExtUI language selection (#15359 )
5 years ago
Scott Lahteine
ebc9a8a0b0
ExtUI patch followup
5 years ago
Marcio Teixeira
4ff59d178d
LULZBOT_TOUCH_UI extended character set (#15301 )
5 years ago
Marcio Teixeira
bafcd084cc
LULZBOT_TOUCH_UI performance/cosmetic fixes (#15319 )
5 years ago
Marcio Teixeira
7f117bfc60
EXTENSIBLE_UI Joystick support (#15303 )
5 years ago
Marcio Teixeira
b590ae4875
LULZBOT_TOUCH_UI: Only use %S on AVR (#15292 )
5 years ago
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
5 years ago
Scott Lahteine
7d8c38693f
Formatting
5 years ago
Marcio Teixeira
4c00ddae56
Remove obsolete LULZBOT_TOUCH_UI code (#15284 )
5 years ago
Marcio Teixeira
7a569ad4d0
LULZBOT_TOUCH_UI fixes. Fix some warnings. (#15276 )
5 years ago
Scott Lahteine
79635f8e94
Fix some debug out lines
6 years ago
Marcio Teixeira
18821f29d5
LULZBOT_TOUCH_UI: Localization, runtime language selection (#15249 )
6 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
6 years ago
Scott Lahteine
e3278f22f3
General formatting
6 years ago
Marcio Teixeira
47d19bab40
Lulzbot ExtUI Western language support (#15208 )
Fix #15134
6 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
6 years ago
Scott Lahteine
565a0e11ed
Prevent 'current' name conflict, if needed
6 years ago
Scott Lahteine
dbea6f0022
STM32F1 USB cdc/msc composite device (#15180 )
Co-Authored-By: bigtreetech <38851044 +bigtreetech@users.noreply.github.com >
6 years ago
Ludy
068c303742
More translatable LCD strings (#15190 )
6 years ago
Scott Lahteine
34b73426e5
Apply #ifdef/#ifndef where possible
6 years ago
Scott Lahteine
4078f2672e
Apply shorthand option macros
6 years ago
Scott Lahteine
66f1da762f
Use 'ui.' where possible
6 years ago
Scott Lahteine
d25231aea8
Spacing, defined(), #include tweaks
6 years ago
Scott Lahteine
7b99c26e80
Fix FTDI_EVE_LIB platform includes
6 years ago
Marcio Teixeira
0f386d06a1
Followup fixes to ExtUI (#15068 )
6 years ago
Scott Lahteine
750256948e
Apply #ifdef
6 years ago
Marcio Teixeira
bd1ced14e7
LulzBot Touch UI Followup (#15007 )
6 years ago
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI (#14967 )
6 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg (#13829 )
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
6 years ago
Tobias Frost
eeaef2410a
Support DGUS Display with DWIN OS (#13253 )
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
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.
6 years ago
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
6 years ago
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
6 years ago
gjdodd
0a549fd1f2
Fix EXTENSIBLE_UI compile errors (#12206 )
6 years ago
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
6 years ago