Scott Lahteine
9e0d99c0c6
Round all floats in string conversion functions ( #10566 )
7 years ago
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional ( #10495 )
7 years ago
Scott Lahteine
9e07df5c1b
Extra options for LEVEL_BED_CORNERS ( #10483 )
7 years ago
Scott Lahteine
3396671011
[2.0.x] Reset LCD status to fallbacks ( #10470 )
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
7 years ago
Scott Lahteine
11ab017dd0
Creality3D Power-Loss Recovery
7 years ago
Scott Lahteine
78ea4871f9
Fix up enqueue now functions
…and apply to MALYAN_LCD.
7 years ago
Scott Lahteine
df2f24617b
Use 0 as the bed position (not Z_MIN_POS)
7 years ago
Scott Lahteine
e4acd2c40e
One fewer compare in _lcd_move_xyz
7 years ago
Scott Lahteine
6c7a17dba6
Abort SD printing more safely ( #10407 )
Allow the current command to complete when aborting an SD print, otherwise some commands (G28, G29, etc.) will cause trouble.
7 years ago
KangDroid
6c535081ec
[2.0.x] Add optional menu item to toggle software endstops ( #10389 )
7 years ago
Scott Lahteine
0535ebc4d2
MESH_BED_LEVELING before PROBE_MANUALLY
7 years ago
Luc Van Daele
12785583d0
[2.0.x] G33 MIN_STEPS_PER_SEGMENT ( #10386 )
7 years ago
Yunhui Fu
c96412a78f
[2.0.x] UTF-8 language translation support ( #10213 )
7 years ago
Luc Van Daele
646aa20b43
Overhaul of G33 Delta Calibration ( #8822 )
7 years ago
Sean
2fa0a73c2c
Implement filament change continuous purge
7 years ago
Scott Lahteine
adcb87f0db
Z Endstop Servo => Z Probe Servo
7 years ago
Scott Lahteine
6098efcc59
Use float62 for LCD edit of Z Fade
7 years ago
Scott Lahteine
1cb810ff1c
[2.0.x] Automatically reset stepper timeout ( #10179 )
* Automatically reset stepper timeout in manage_inactivity
Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.
* blocks_queued => has_blocks_queued
7 years ago
Scott Lahteine
fbdc5ad962
Prevent lcd_update stack overflow on SD Card change
7 years ago
Scott Lahteine
f1327fd5f9
Use lcd_goto_previous_menu_no_defer more
7 years ago
Scott Lahteine
51ebdf3b7d
Finish scroll_screen with menu direction/multiplier
Fixes #10041
7 years ago
Scott Lahteine
3c2bfa5e53
Update powersupply_on in power_on/off ( #10015 )
Fix #10004
7 years ago
Scott Lahteine
1913c37a91
Tweak to manual move eindex arg
7 years ago
Scott Lahteine
03e3011332
Fix compile error with MAX_MESSAGE_LENGTH
Fix #9988
7 years ago
Scott Lahteine
be0e100fed
Fix sd subdirectory encoder position
Followup to 7e386c7
7 years ago
Scott Lahteine
0149680f54
Fix compile error with char LCD
7 years ago
Scott Lahteine
7e386c7e98
Fix encoder position for sddirectory
7 years ago
Scott Lahteine
22a017a856
Rebuild SD file sort array on Stop SD Print ( #9976 )
Thanks Chuck Hellebuyck.
7 years ago
Scott Lahteine
f9cafc4001
Fix menu highlight glitch, tweak scrolling code ( #9957 )
7 years ago
Scott Lahteine
2d1233b86c
Fix lcd_quick_feedback call for BTN_BACK
7 years ago
Scott Lahteine
8bffb26c23
Fix manual move position display
Manual moves now correctly include the workspace offset.
7 years ago
Scott Lahteine
35ec67885a
Add support for BACK button (RADDS) ( #9835 )
7 years ago
TheSFReader
eb079959fb
Report sd card progress [FR] #9751 ( #9832 )
* SD Status auto-report feature
Feature Request #9751
7 years ago
Scott Lahteine
43ff15244d
Fix a progress bar condition
7 years ago
Scott Lahteine
2bd252b501
[2.0.x] LIN_ADVANCE v1.5 ( #9712 )
7 years ago
Studiodyne
9c9cd54ef3
Add Z Fade Height edit to UBL and Tune submenus ( #9738 )
7 years ago
Marcio Teixeira
532bb3aaa1
Lightweight status screen for ST7920
- This status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 years ago
Scott Lahteine
72f63a4980
Fix DOGM progress bar with LCD_SET_PROGRESS_MANUALLY
7 years ago
Scott Lahteine
fc460fff94
Extend menu items for SWITCHING_EXTRUDER
Reference #5367
7 years ago
Scott Lahteine
25e3e62354
Null-terminate lcd_status_message
7 years ago
Scott Lahteine
79272f98fc
Proposed changes to ST7920 lightweight status screen
7 years ago
Marcio Teixeira
24eb275b99
Added a light-weight status screen for the ST7920
- The status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 years ago
Thomas Moore
cff62042ee
Fix LCD manual movement on kinematic machines ( #9655 )
7 years ago
Marcio Teixeira
4880ac6533
Added a light-weight status screen for the ST7920
- The status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 years ago
Scott Lahteine
93c0198b2d
Init LCD welcome message programmatically
7 years ago
Scott Lahteine
e6b8207b03
Restore welcome message
7 years ago
GMagician
299606e4ae
[2.0.x] Memory overflow protection ( #9562 )
7 years ago
Scott Lahteine
5a70887467
Size lcd_status_message based on language ( #9545 )
7 years ago
Scott Lahteine
e5ee0b6f6c
Implement MALYAN_LCD
7 years ago
Scott Lahteine
2ea4e74ed3
Misc. comments
7 years ago