GHGiampy
fee85b318e
✏️ Fix getLFNName parameter (#23752 )
před 2 roky
GHGiampy
1e246d65ad
✨ Long filename open/create/write (#23526 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
před 2 roky
vyacheslav-shubin
8da8bf7e87
Fix FAT delete of items with long name (#21528 )
před 3 roky
Scott Lahteine
8b6718c632
misc. pointer formatting
před 3 roky
Scott Lahteine
3b73b115ca
Apply pointer formatting
před 3 roky
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
před 3 roky
X-Ryl669
27366197f3
Serial refactor followup (#20932 )
před 3 roky
MKS-Sean
35c1b330ec
MKS WiFi for TFT_LVGL_UI (#20191 )
před 3 roky
LinFor
6af6a35d9d
FTDI EVE: Cyrillic font, some minor fixes (#20517 )
před 3 roky
Jason Smith
288eb06708
UTF longname followup (#20115 )
před 4 roky
LinFor
5b9aeb2e5f
Handle UTF in long filenames (#20087 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
před 4 roky
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
před 4 roky
qwewer0
4424645e04
Multi-line comments cleanup (#19535 )
před 4 roky
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
před 4 roky
Leandro A. F. Pereira
801f99edad
SDCARD_READONLY (#17884 )
před 4 roky
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
před 4 roky
Scott Lahteine
1d431fe8d2
Suppress "packed member" warning
před 4 roky
Scott Lahteine
bfad23d3e2
(c) 2020
před 4 roky
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
před 4 roky
Tanguy Pruvot
15bea5043c
Followup to SD menu optimization (#15252 )
před 5 roky
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
před 5 roky
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
před 5 roky
Scott Lahteine
0feeef2604
Update copyright in headers
před 5 roky
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
před 6 roky
Scott Lahteine
8b44745bc7
Clean up and consolidate SD-related code (#10831 )
před 6 roky
GMagician
6d4bc9a1f8
[2.0.x] Fix SD wrong filename list (#9342 )
If last file in directory has short filename and is preceded by a deleted long file name. SD menu will wrongly report long deleted file name as last entry
před 6 roky
Thomas Moore
f7efac57b7
Multi-host support
před 7 roky
Scott Lahteine
8b12371e45
Change some hex case
před 6 roky
Scott Lahteine
b634bfe1b1
Tweak to readDir code
před 7 roky
Scott Lahteine
9f8b4c5ee8
Patch SD lib files for readability
před 7 roky
Scott Lahteine
783ddf9691
Add SCROLL_LONG_FILENAMES option
před 7 roky
Thomas Moore
0cb00f52d9
Cleanup warnings
před 7 roky
Scott Lahteine
614a86a380
SD file updates
před 7 roky
Scott Lahteine
b66d65f865
Move 'sd' files
před 7 roky
Scott Lahteine
8fd58cd6dc
Patch goto labels for consistency
před 7 roky
Scott Lahteine
75e6f72c89
Fix hexadecimal number formatting
před 7 roky
Scott Lahteine
a3645ec921
Reference op with variable name
před 7 roky
Scott Lahteine
7ad33422e3
Clear dir_t size, not pointer size
před 8 roky
Scott Lahteine
5f5a55a0de
Add a ZERO macro to clear arrays
před 8 roky
Blue-Marlin
5ad7d263e9
8.3-filenames second try
Fix for #6 3593, #3648
this time excludung 'DEL' instead of accidently '~'.
před 8 roky
Scott Lahteine
da47b83b3d
Revert PR 3648 to fix SD printing
The character 0x7E is common in 8.3 filenames. Maybe the last condition
should be removed completely instead.
před 8 roky
Blue-Marlin
ac4caab8f1
Don't mangel 8.3-filenames with chars > 0x7f
Don't mangel 8.3-filenames with chars > 0x7f
Windows produces 8.3filenames wit chars > 0x7f. Those have been rejected
by Marlin until now.
With these 'malformed' filenames can now be worked with:
In the LCD menue
With RepetierHost (V1.6.1 tested) - full support. Characters are
displayed as '?'
With Octoprint (1.2.10 tested) the files do not appear in the files
area. At the console, listed with M20 they appear with a '�'.
With Pronterface the files appear in the sd-window but you can't start
them. They are mangled by pronterface. The names are altered and than
recected by Marlin. In the console they apper with differen but not the
correct characters.
All in all a little step forward.
Fix for #3593
před 8 roky
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
před 8 roky
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
před 8 roky
Scott Lahteine
f9ded2a7c4
Wrap macros to prevent bad expansions
před 8 roky
Scott Lahteine
209f5f21e0
Use macros where possible
Apply `constrain`, `NOMORE`, `NOLESS` and `CRITICAL_SECTION` macros
wherever possible.
před 8 roky
Scott Lahteine
b83e472bd3
Rename fpos_t to avoid libc conflict
před 8 roky
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
před 9 roky
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
před 9 roky
Scott Lahteine
e114662cfa
Adjust SdBaseFile spacing
před 9 roky