Marcio Teixeira
310951f92e
Merge remote-tracking branch 'origin/upstream_1.1.8' into devel
7 years ago
Marcio Teixeira
04a4d72b2e
Boot screen no longer shown when activating menu.
...
- On Hibiscus, will allow SD card to be inserted/removed without garbled screen
- On other FW, will eliminate boot screen flash when entering menu.
7 years ago
Marcio Teixeira
d80aa70c24
Improved status screen for Hibiscus and Quiver.
7 years ago
Scott Lahteine
10d73155b0
Hide LEVELING item for probeless w/out LCD Leveling
7 years ago
Scott Lahteine
e1b998e40a
More externs and functions in Marlin.h
7 years ago
Marcio Teixeira
6353ccb1f4
Fixed "Change Filament E1/E2" to work during print (T1557)
...
- Found a better way to implement "Change Filament E1/E2" such that it
will not crash Marlin when called in the middle of an ongoing print
from either USB or SD card.
- Former "Change Filament E1/E2" implementation would only work before a
print was begun.
- This fix applies to all dual toolheads.
7 years ago
Marcio Teixeira
7f8b0ed87b
Hide "Change Filament E2" on single extruder (T1535)
...
- Fix for allowing all toolheads to compile
- Removed unnecessary state variable on single toolheads.
7 years ago
Scott Lahteine
a20eacaa48
UBL devel debugging flag
7 years ago
Scott Lahteine
574153a810
No lcd_map_control needed in quick_stop
7 years ago
Scott Lahteine
1063b3b2b8
Changes for parity with 2.0.x
7 years ago
Scott Lahteine
ff26b7446c
Standardize LCD interface code for UBL a little
7 years ago
Scott Lahteine
7b6ad28a5d
General UBL/G26 code cleanup
7 years ago
Marcio Teixeira
67c6590fa6
Fixes for LCD change filament (T1438, T1221)
...
- "Change filament" now allows extruder selection on dual extruder heads (T1438)
- Fix for broken M600 resume_print; head motion during M600; backport from upstream (T1221)
7 years ago
Scott Lahteine
d951ba83e6
Show "Level Bed Corners" item with UBL too
...
Addressing #8676
7 years ago
Marcio Teixeira
8e66526daf
T1375 Esteps display accuracy now integers.
...
To allow for easier adjusting from the LCD.
7 years ago
Scott Lahteine
68c1f05aeb
Cleanups/changes to led control menu
7 years ago
Tannoo
e25567a5dd
New feature: LED_CONTROL_MENU
7 years ago
Scott Lahteine
915c4b9ce2
Make MBL work more like PROBE_MANUALLY
7 years ago
Scott Lahteine
5a1f1305f0
SD Menu patches
7 years ago
Scott Lahteine
3cf31205bc
Tweaks to bed leveling menus
7 years ago
Scott Lahteine
59a699063a
Fix #8537
7 years ago
Scott Lahteine
c0190eff00
Adapt MESH_EDIT_GFX_OVERLAY for 1.1.x
7 years ago
Scott Lahteine
3b431f2f72
Arrange G26 functions in dependency order
7 years ago
Roxy-3D
8282d732c1
Make G26 work with all mesh leveling.
...
Example Configuration.h files are not updated yet. You need to cross
your settings over to the default Configuration.h file in the \Marlin
directory. (UBL_G26_MESH_VALIDATION enablement has moved to a new
location in the file.)
7 years ago
Scott Lahteine
99b71c1dde
Move lcd_map_control to UBL
...
For parity with bugfix-2.0.x
7 years ago
Scott Lahteine
73ddc762c8
Fix up LCD init / charset
7 years ago
Scott Lahteine
4f05a66ee1
Fixes #8472
7 years ago
Scott Lahteine
622d100c30
No retroactive changes with M851 Z
7 years ago
Scott Lahteine
a6ee4a0468
Apply SDCARD_SORT_ALPHA changes from 2.0.x
7 years ago
Scott Lahteine
3293823642
Add pre-calculated planner.e_factor
7 years ago
LVD-AC
8ce9306b27
PROBE_SELECTED etc.
7 years ago
Thomas Moore
658e1ebe5a
Add delta_height variable in lieu of using home_offset
7 years ago
Scott Lahteine
4a857f1af6
Followup to G33/LCD patch #8318
7 years ago
Scott Lahteine
1d0739d6d1
Patch G33 misuse of PROBE_MANUALLY
7 years ago
Scott Lahteine
640526f0c8
Operate in Native Machine Space
7 years ago
AnHardt
13a3fb1acc
Some cleanup around 'lcd_bootscreen()' and 'lcd_kill_screen()'
...
Move 'lcd_bootscreen()' from `lcd_init()` to 'setup()' where it is cexecute exactly once. Saves 'bool show_bootscreen'.
Move the call of 'lcd_custom_bootscreen()' to the begin of 'lcd_bootscreen()'.
Move the delays into the related functions.
Move the picture loop around 'lcd_kill_screen()' into the function.
7 years ago
Scott Lahteine
34aeaec553
Remove ADKey steps acceleration
7 years ago
Scott Lahteine
704640bf98
Faster menu navigation for Anet A8
...
Addressing #8166
7 years ago
Scott Lahteine
5e5a177934
No hacks needed for SD_REPRINT_LAST_SELECTED_FILE
7 years ago
Scott Lahteine
0b5b03d9dc
Tweak for soft endstops
7 years ago
Scott Lahteine
6698db29de
Update LCD draw condition
7 years ago
Scott Lahteine
b0e282a74b
Cleanups for SD_REPRINT_LAST_SELECTED_FILE
7 years ago
Marcio Teixeira
91d9747947
Merged changes from devel branch.
7 years ago
Luc Van Daele
e64cfb13b8
(1.1.x) auto tune calibration parameters ( #8031 )
...
* auto tune calibration parameters
* solve warnings
* Tweaks to formatting
* review Thinkyhead
* Error
7 years ago
Scott Lahteine
6569b9ba56
Fix FWRETRACT logic, apply common sense
7 years ago
Roxy-3D
2e746f2b8b
Initial conflict resolution of SD_REPRINT_LAST_SELECTED_FILE ( #8104 )
...
* Initial conflict resolution
All previous items resolved:
- Use of ELAPSED() on timer code
- Switch to use of defer_return_to_status=true as much as possible
- Update & Clean Up of Max7219 routines
* Resolve non-SD case in ultralcd.cpp
7 years ago
Roxy-3D
e9bc9a2ab4
change to better (more clear) names ( #8049 )
...
set_destination_to_current() changed to set_destination_from_current()
set_current_to_destination() changed to set_current_from_destination()
7 years ago
Scott Lahteine
91c5c2538a
Add SCROLL_LONG_FILENAMES advanced option
...
Based on #7637 by @marcio-ao
7 years ago
studiodyne
e04902f589
Add EXTRA_FAN_SPEED feature
7 years ago
Scott Lahteine
5f708d47ce
Add LCD_SET_PROGRESS_MANUALLY
7 years ago