Scott Lahteine
f934b774a1
Update Hungarian language
...
Co-Authored-By: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
2020-12-16 00:42:55 -06:00
Giuliano Zaro
e6fdf530b8
Update Italian language ( #20480 )
2020-12-16 00:35:13 -06:00
Scott Lahteine
637123f340
Update some LCD includes
2020-12-15 01:06:27 -06:00
Scott Lahteine
fbefe55102
Fix formatting
2020-12-14 20:34:22 -06:00
Scott Lahteine
b0392be4bf
SHORT_MANUAL_Z_MOVE => FINE_MANUAL_MOVE
2020-12-13 01:54:31 -06:00
FanDjango
1a9644cef9
Probe Offset Wizard followupBack to PROBE_PT_RAISE/separate STOW, make "PROBING" msg appear ( #20439 )
...
* Go back to always use PROBE_PT_RAISE with a discrete stow. This ensures a raise above the bed, while stowing prior to exiting the wizard.
* Fix issue preventing text while moving to X/Y position
Co-authored-by: FanDjango <FanDjango@users.noreply.github.com>
2020-12-12 17:18:33 -08:00
qwewer0
ea9b4dc82c
Improve ASSISTED_TRAMMING_WIZARD probe stowing ( #20437 )
...
* When BLTOUCH_HS_MODE enabled, stow pin before user interaction
* For all probes, ensure probe stows at end of wizard
2020-12-12 11:03:28 -08:00
leodoener
087a6fea13
Fix SDCARD_SORT_ALPHA on Ender 3 V2 ( #20443 )
2020-12-11 23:20:24 -03:00
Scott Lahteine
9c9113e225
Better animated boot screen
2020-12-11 18:24:27 -06:00
FanDjango
43222d5879
Probe offset wizard fixes ( #20414 )
...
* STOW probe, reverting incorrect earlier change from #20344
* Adjust soft endstop disables, to ensure travel below bed functions properly
Co-authored-by: FanDjango <FanDjango@users.noreply.github.com>
2020-12-11 00:06:57 -08:00
Marcio T
f3bddc4e4e
Fixes and additions to FTDI EVE Touch UI ( #20393 )
...
- Fixed name conflict with "SUBSCRIPT_TWO"
- Fixed rendering bugs in "Leveling Menu"
- Only show "Bed Mesh Screen" when UBL is enabled
- Removed CocoaPress code from generic "Main Menu"
- Removed CocoaPress code from LulzBot Bio "Status" screen
- Moved generic "Move Axis" functionality into a base class
- Added CocoaPress custom screens:
- Status Screen
- Unload Cartridge
- Load Chocolate
- Main Menu
- Advanced Settings
- XYZ Move (based on "Move Axis" base class)
- Extrusion Move (based on "Move Axis" base class)
- CocoaPress tweaks to "Temperature" screen
- Fix FTDI EVE Touch UI compilation errors when not using leveling.
2020-12-09 05:09:31 -06:00
Mike La Spina
3e68e4b418
Fix Spindle/Laser Control menu ( #20347 )
2020-12-09 04:37:26 -06:00
swissnorp
edb2a83e71
Allow positive Z nozzle to probe offset ( #20344 )
...
* Allow a positive value for z offset from nozzle to probe without sanity checks
* Simplify menu_probe_offset.cpp (HOMING_Z_WITH_PROBE)
* Add some more explanation to Configuration Files
* Raise after probe_at_point as if homed
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2020-12-09 01:06:50 -08:00
ellensp
182fdd95c3
Shorten Filament Load/Unload Strings to Fit on Graphical Displays ( #20369 )
...
Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box>
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
2020-12-07 17:53:53 -03:00
Scott Lahteine
7f20184ebc
Fix auto#.g file handling, add NO_SD_AUTOSTART ( #20071 )
2020-12-07 05:53:15 -06:00
Scott Lahteine
139a33c9fc
G28 tweaks
2020-12-05 20:14:44 -06:00
Scott Lahteine
889695b6ba
ExtUI homing / leveling additions
2020-12-05 18:29:03 -06:00
Jason Smith
a4d6908d55
Permit SD EEPROM emulation on E3V2 ( #20353 )
2020-12-02 05:23:34 -06:00
Jason Smith
a4618309ce
Fix E3V2 DWIN Jerk Menu ( #20352 )
...
* Fix E3V2 DWIN build without CLASSIC_JERK
* Fix jerk edits applying to wrong index
2020-12-02 01:31:06 -08:00
Scott Lahteine
c353eab898
Level Bed Corners is a sub-menu
2020-12-01 21:54:58 -06:00
Jason Smith
0d080cea83
Fix E3V2 Control Menu when returning from Info ( #20338 )
2020-12-01 00:29:21 -08:00
Jason Smith
87ede6fa1b
Increase E3V2 DWIN steps/mm range to 999.9 ( #20324 )
2020-11-30 04:44:34 -08:00
Scott Lahteine
fd35d1b8a6
General cleanup
2020-11-29 20:50:02 -06:00
Scott Lahteine
8fd8772a6f
Adjust axis homed / trusted methods ( #20323 )
2020-11-29 19:06:40 -06:00
Thomas Niccolo Reyes
1c7f53bbb2
Fix M73 LCD code typo ( #20300 )
2020-11-27 15:26:19 -06:00
BsCmOD
819ec462b8
FIX TMC menu message ( #20294 )
2020-11-26 21:25:18 -06:00
wmariz
58ac815822
Level Corners with Probe option ( #20241 )
2020-11-26 07:58:19 -06:00
swissnorp
649965ae32
Probe Offset Wizard improvements ( #20239 )
2020-11-25 21:38:00 -06:00
Victor Oliveira
04c4c6004e
Fix COLOR_UI without TOUCH_SCREEN_CALIBRATION ( #20269 )
2020-11-24 21:39:49 -08:00
Scott Lahteine
e38abef720
Update TOUCH_UI_LULZBOT_BIO wrappers
2020-11-24 18:32:01 -06:00
ellensp
ef12425bef
Set "lcd_move_e" index to fix the label ( #20263 )
2020-11-24 16:14:22 -06:00
rdhoggattjr
62680bb356
LCD position in current units ( #20145 )
2020-11-23 23:02:54 -06:00
Scott Lahteine
6f272e13c5
Allow Status Message without LCD ( #20246 )
2020-11-22 18:44:17 -06:00
qwewer0
e19c016c74
Clear menu history for browse media on insert ( #20236 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-11-21 18:21:43 -06:00
Kurt Haenen
ca83e1a26f
Proper pullup/pulldown configurability ( #20242 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-11-21 17:56:56 -06:00
Simone Primarosa
f8e83f79c5
Superscript substitution ( #20219 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-11-20 20:36:19 -06:00
Victor Oliveira
28e315cd69
SINGLE_TOUCH_NAVIGATION Follow Up ( #20213 )
2020-11-20 10:46:18 -03:00
Victor Oliveira
0e3d86579b
Missing header to use suicide() on LVGL UI ( #20214 )
2020-11-19 23:09:33 -03:00
Scott Lahteine
4a0fc4d699
Fix Z label
2020-11-19 17:41:24 -06:00
Scott Lahteine
931df1231a
MKS WiFi strings
2020-11-19 17:38:36 -06:00
Scott Lahteine
b51c6d4737
More MKS WiFi
2020-11-19 17:29:01 -06:00
Scott Lahteine
3893114c86
MKS WiFi preliminary changes
2020-11-19 15:56:04 -06:00
ellensp
c059ea0ea0
Remaining Time followup ( #20199 )
2020-11-19 00:09:51 -06:00
Victor Oliveira
6a8ac21f80
Fix Filament Change menu item labels ( #20201 )
2020-11-19 00:05:05 -06:00
Giuliano Zaro
41529b6598
SMUFF (MMU2 clone) support ( #19912 )
2020-11-18 01:27:21 -06:00
Philippe Cayrol
caeac3851a
Better edit range for Linear Advance K ( #20155 )
2020-11-17 23:56:51 -06:00
Thomas Niccolo Reyes
04a3ece3e0
Remaining Time for Prusa-style LCD layout ( #20148 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-11-17 23:49:56 -06:00
Thomas Niccolo Reyes
ecd8227de0
Open File Browser on Media Insert (option) ( #20151 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-11-17 22:30:32 -06:00
wmariz
5768ee0f9e
Probe Wizard XY position ( #20167 )
2020-11-17 21:54:21 -06:00
Victor Oliveira
75924edcf8
COLOR_UI without TOUCH_SCREEN 👍🏻 ( #20178 )
2020-11-17 20:07:34 -06:00