319 Commits (01e4b0c067c23defa78a7c68bef872f132728875)

Author SHA1 Message Date
Scott Lahteine 72d791a736 Standardize active/paused functions 5 years ago
Scott Lahteine 719615a6b6 Simplify edit menu items
The `edit` part of menu items displaying values is not needed. Menu edit types can be modeled on sub-menus.
5 years ago
Scott Lahteine 273cbe931e Aliases for common menu item types 5 years ago
InsanityAutomation 438835f6a5 Configurable Max Accel, Max Feedrate, Max Jerk edit limits (#13929) 5 years ago
Scott Lahteine 7cd72de8bc General cleanup, style 5 years ago
Scott Lahteine e3fd0519b3 Reduce need for UNUSED 5 years ago
Marcio Teixeira e3ff27c95a Prevent duplication of PSTRs to save memory (#15435) 5 years ago
Scott Lahteine 50e4545255
Add custom types for position (#15204) 5 years ago
Tim Moore 7e72768433 Info Menu: Runaway Watch state (#14827) 5 years ago
Ludy a628d77798 Fix compile error with 6 hot-ends (#15405) 5 years ago
Scott Lahteine 2277c6dffc
Optimize SD card reader, sorting (#15395) 5 years ago
Scott Lahteine 4c16661153 Use named styles in draw_menu_item_static 5 years ago
Scott Lahteine d683f98019 Return buffer in duration.toString 5 years ago
Scott Lahteine dc65788511 Shorthand for __VA_ARGS__ 5 years ago
Marcio Teixeira a18d16fb8b Do not implicitly concatenate localized strings (#15383) 5 years ago
Scott Lahteine 455dabb183
Add a feedRate_t data type (#15349) 5 years ago
Scott Lahteine 4e8d9fe59b zprobe_offset => probe_offset 5 years ago
InsanityAutomation df1e51258a Add M851 X Y probe offsets (#15202) 5 years ago
Scott Lahteine c353eaa146
Misc changes from struct refactor (#15289) 5 years ago
Tanguy Pruvot d277e93f4d Configurable TOUCH_BUTTONS repeat delays (#15245) 5 years ago
Robby Candra 98233b1de0 Add root flag to CardReader (#15275) 5 years ago
Scott Lahteine d5f5203880 Use "mount" as card verb 5 years ago
Tanguy Pruvot 15bea5043c Followup to SD menu optimization (#15252) 5 years ago
Frederik Kemner 3348a7d223 Fix Info Menu with EXTRUDERS==0 (#15230) 5 years ago
Robby Candra 3f129b6574 Touch Buttons variable repeat delay (#15236) 5 years ago
Robby Candra 1ab3521351 Optimize Media Menu display/scrolling (#15233) 5 years ago
Scott Lahteine 584c86bed1
More "zero extruders" changes (#15213) 5 years ago
Ludy 068c303742 More translatable LCD strings (#15190) 5 years ago
George Fu 8e044ea898 Fix up Fysetc configs, pins. Fix menu type `float5`. (#15157) 5 years ago
Scott Lahteine 586b334c2a
Split up stepper indirection (#15111) 5 years ago
AlexandrZloy 0ebaea94be Add stallGuard threshold for X2 (#15042) 5 years ago
Scott Lahteine b8e4b993d6 Separate board website URL 5 years ago
Scott Lahteine 6341aefda3 Info menu tweak style 5 years ago
InsanityAutomation f218405c36 Fix ExtUI invalid speed, timer (#15031) 5 years ago
Tim Moore 8033bc87ea Turbo-back Info menu items (#15049) 5 years ago
Tanguy Pruvot 0a280f00c2 Flag unused variables without buzzer (#15016) 5 years ago
Scott Lahteine 7924e0d819 Add print at position shortcuts 5 years ago
Marcio Teixeira 825c2c3dc4 Fix fan speed encoder scaling (#15010) 5 years ago
Scott Lahteine 5e777601f3
Add TURBO_BACK_MENU_ITEM option (#14991) 5 years ago
Scott Lahteine 0cc524b84f Prevent BOARD_NAME conflict with env 5 years ago
InsanityAutomation af5a7a2925 Add missing ExtUI user confirmation (#14992) 5 years ago
Robby Candra 823178c272 Use u8g int type for screen coordinates (#14965) 5 years ago
Marcio Teixeira 274934ad81 Add LULZBOT_TOUCH_UI (#14967) 5 years ago
Marcio Teixeira 263d7d37af "SD card" => "Media" (#14951) 5 years ago
Marcio Teixeira dc21e2e691 Increase XY nozzle offset range (#14882) 5 years ago
Marcio Teixeira fa533846a7 Bury easter egg deeper (#14883) 5 years ago
Tanguy Pruvot 8cc0b4bf5e Revert "Edit STEPS_PER_MM integer only" (#14909)
This reverts commit 2d98bb39bd.
5 years ago
Ludy 9479ec32f7 Fix Service Menu compile error (#14903) 5 years ago
Scott Lahteine c8e30b6639
Fix code attempting to sprintf %f (#14869)
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
5 years ago
Jason Smith 534c105a7a Fix 16-bit range check in TMenuItem::action_edit (#14834) 5 years ago
Scott Lahteine 8f0aedeead Reorder some language defines 5 years ago
Scott Lahteine 2d98bb39bd Edit STEPS_PER_MM integer only 5 years ago
Robby Candra 128eed6b57 Option to reverse select direction/buttons (#14693) 5 years ago
Acenotass 659d06d9b9 M48 menu item, result to status (#14772) 5 years ago
MarcelMo f8aa52346f Configurable Z move distance (#14593) 5 years ago
Scott Lahteine 842466f4d9 Mixer patch, etc. 5 years ago
Marcio Teixeira eefe3f595a New options: Bootscreen as Info, game Easter-egg (#13829) 5 years ago
Scott Lahteine 180f9a4c22 Remove obsolete info menu includes 5 years ago
Ludy c4bb458763 BUZZ cleanup (#14760) 5 years ago
Marcio Teixeira fec52e61ea Use shared memory space for game data (#14727) 5 years ago
Ludy 39e1726498 Comments, includes (#14671) 6 years ago
Robby Candra c9aa68ef7a Encoder direction: Wrangle, Revert select screen change (#14628) 6 years ago
Marcio Teixeira 27c487bab7 Print progress enhancements (#14647) 6 years ago
Scott Lahteine eaf1c0954e Update some precompiler tests 6 years ago
InsanityAutomation ce02c6cee2 Variable tool change purge (#14618) 6 years ago
Ludy 6dcb85927a Update German language, &c. (#14613) 6 years ago
Scott Lahteine 3cd9a92dcc Use REVERSE_ENCODER_DIRECTION in do_select_screen 6 years ago
Scott Lahteine ed0e6afacb Apply LIMIT macro 6 years ago
Scott Lahteine fe02241044 NONE on combined options 6 years ago
Scott Lahteine 750a16ad38 Fix MIN/MAX function collision with macros 6 years ago
Tim Moore eb6dec03bd Simplify power supply naming logic (#14488)
Co-Authored-By: Tim Moore <tim.moore@lightbend.com>
Co-Authored-By: AnHardt <github@kitelab.de>
6 years ago
Tanguy Pruvot ca7f56e60b Add 0.025mm Manual Move for Z (#14456) 6 years ago
Tanguy Pruvot 24655a6bf3 Touch-MI Menu and Manual Deploy option (#14290) 6 years ago
Scott Lahteine d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore (#14446) 6 years ago
Marcio Teixeira e6cf7860e8 Improve ExtUI, fix compiler errors, warnings (#14441) 6 years ago
Scott Lahteine 1a09c4dea5 Cutter class followup 6 years ago
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 6 years ago
Scott Lahteine d7d80418ae
Singleton for cutting tools (#14429) 6 years ago
Scott Lahteine 3d9d72e8db Include order, spacing, etc. 6 years ago
Scott Lahteine 4df4c47994
Add TMC2209 support (#14249) 6 years ago
Scott Lahteine 9131b11944 Games in Info menu, if enabled 6 years ago
Scott Lahteine 4c872a01f2
G-code queue singleton, front injection (#14236) 6 years ago
Scott Lahteine 6b2d42434c Wrap main menu external declarations 6 years ago
Scott Lahteine 651f3eeed0 Clean up trailing whitespace 6 years ago
Ludy 35aabd1834 Fix Spindle/Laser compile error (#14312) 6 years ago
Scott Lahteine 2a96d4e23a Move number-to-string functions to libs 6 years ago
Robby Candra f30b89953d runout.distance_mm LCD edit item (#14066) 6 years ago
InsanityAutomation b7eeb5b13b Move BLTouch options to adv config (#14131)
Plus other BLTouch and menu enhancements.
6 years ago
Scott Lahteine 0ca2073625 ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT 6 years ago
InsanityAutomation 4138b1f9ae Option to disable Case Light brightness control (#14165) 6 years ago
Tanguy Pruvot e4260a41cb Fix a DEBUG_LEVELING_FEATURE string copy (#14200) 6 years ago
InsanityAutomation f889cc6ea6 ExtUI parity with SPI LCDs (#14172) 6 years ago
InsanityAutomation 0f04ba016f Adjust tool offset menus (#14153) 6 years ago
Scott Lahteine c6d39319de Fix some whitespace 6 years ago
Robby Candra df7733425c Shorten pause message for 4 line LCD (#14097) 6 years ago
InsanityAutomation 49e83dd7c8 BLTouch V3.1 changes (#14104) 6 years ago
teemuatlut 1c86fbc60b TMC updates, capture LCD changes (#14074) 6 years ago
Scott Lahteine 44caf70917 Improve editing, fix some small value editing 6 years ago
Scott Lahteine 612eaa87bd Fix "back" items in some sub-menus 6 years ago
Scott Lahteine c5dc2e5a71 Update advanced BLTouch menu items 6 years ago