Commit graph

57 commits

Author SHA1 Message Date
Marcio Teixeira 27c487bab7 Print progress enhancements () 2019-07-17 03:14:44 -05:00
Ludy 6dcb85927a Update German language, &c. () 2019-07-14 04:34:55 -05:00
Scott Lahteine 3cd9a92dcc Use REVERSE_ENCODER_DIRECTION in do_select_screen 2019-07-11 15:17:26 -05:00
Scott Lahteine 750a16ad38 Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
Scott Lahteine d7d80418ae
Singleton for cutting tools () 2019-06-27 23:06:49 -05:00
Scott Lahteine 3d9d72e8db Include order, spacing, etc. 2019-06-23 04:02:52 -05:00
Scott Lahteine 4c872a01f2
G-code queue singleton, front injection () 2019-06-19 00:00:19 -05:00
InsanityAutomation 991ee7552b Restore menu edit to 32bit value () 2019-05-11 18:44:35 -05:00
Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' () 2019-05-09 11:45:55 -05:00
Tanguy Pruvot e7b3720b81 Menu edit accel in increments of 25 () 2019-05-04 17:21:58 -05:00
Scott Lahteine 5051909c3c
Update do_select_screen for general use () 2019-04-24 10:13:44 -05:00
Marcio Teixeira 866e2d41dc Correct range of LCD axis step editing () 2019-04-16 15:45:31 -05:00
InsanityAutomation 4900c28bf6 Fix IDEX tool-change, and more () 2019-04-09 18:33:40 -05:00
Scott Lahteine 321a5e6580
Fix SD card reselect when scrolled ()
- Change encoder position to 16-bit integer.
- Fix `SD_REPRINT_LAST_SELECTED_FILE` when the screen is scrolled.
2019-04-08 21:10:41 -05:00
Scott Lahteine 9abe9aff56
Confirm before starting SD print () 2019-04-08 13:44:35 -05:00
Ludy c29820f649 Suppress compile warning () 2019-04-07 16:53:30 -05:00
Roxy-3D 9cee81d47e Option to show babysteps total since G28 () 2019-04-06 18:04:34 -05:00
Scott Lahteine 10b9632bed Fix menu history item selection 2019-04-04 02:41:23 -05:00
Scott Lahteine d8329d858d Default argument to defer_status_screen 2019-03-23 16:33:37 -05:00
Scott Lahteine 49cf92dc36
Extended condition macros ()
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
2019-03-16 23:43:06 -05:00
3dlabsio 645ca7af7a M141 Heated Chamber, Temperature rework () 2019-03-07 02:09:39 -06:00
InsanityAutomation eb4bf93ea4 Add more Babystep options () 2019-02-27 04:38:56 -06:00
InsanityAutomation d4ed9b3ef1 Babystep also requires homing () 2019-02-17 14:35:45 -06:00
InsanityAutomation 7f1b69b0c8 Add HOST_PROMPT_SUPPORT () 2019-02-12 15:55:47 -06:00
Scott Lahteine 0feeef2604 Update copyright in headers 2019-02-12 15:30:11 -06:00
Scott Lahteine 6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) () 2019-02-10 04:54:23 -06:00
Scott Lahteine 2f8e89adc3 Remove extraneous ui. prefixes 2019-02-05 19:04:37 -06:00
Scott Lahteine 17a8c37148 Label menu edit items 2019-01-28 20:20:46 -06:00
teemuatlut e6805582a6 M569 to change stepping mode. Add new TMC section to LCD. () 2019-01-17 13:17:16 -06:00
Scott Lahteine eb78aed863
Rename LCD menus according to variable types () 2019-01-12 16:01:04 -06:00
Scott Lahteine 826d570162
Combine Travis CI option-setting commands () 2018-11-18 19:58:02 -06:00
Scott Lahteine d82c350de7
Miscellaneous LCD code renaming, reordering ()
* 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
AnHardt be6271767f Fix BABYSTEP_ZPROBE_OFFSET ()
Fix 

Did not compile without  `WATCH_HOTENDS || WATCH_THE_BED`.
Add condition to include "../../module/temperature.h".
2018-11-12 17:44:21 -06:00
Scott Lahteine a0c795b097
Encapsulate common display code in a singleton ()
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
  - Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
2018-11-11 12:16:24 -06:00
Scott Lahteine e574f01568
More advanced pause tweaks ()
* Followup to LCD_TIMEOUT_TO_STATUS=0
* Make continuous purge screen fit 20x4
* Unify purge message modes
* Preserve last-set pause header mode
2018-11-06 19:25:57 -06:00
Marcio Teixeira 8517d5f915 LCD menu code refactoring and cleanup () 2018-11-05 22:51:10 -06:00
Scott Lahteine 3583e2b449
Followup to Menu Refactor () 2018-10-30 16:34:45 -05:00
Scott Lahteine b063b1b722 Reorganize includes and declarations 2018-10-28 15:46:45 -05:00
Scott Lahteine 43cf913048 Move SD Card Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 0161d3f733 Move Custom User Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 3b0d2330b6 Move Delta Calibrate Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 6896847210 Move LED Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 9cd5471202 Move Job Recovery Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 9f11e0284c Move Filament Change Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine d87ab3ed20 Move Advanced Settings Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 587a64d80c Move Bed Leveling Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 96f313fb41 Move Info Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 423ab029b2 Move Temperature Menu to its own file 2018-10-28 15:46:45 -05:00
Scott Lahteine 489017995e Move UBL Menu to its own file 2018-10-28 15:46:45 -05:00