GHGiampy
fee85b318e
✏️ Fix getLFNName parameter (#23752 )
2 years ago
GHGiampy
1e246d65ad
✨ Long filename open/create/write (#23526 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2 years ago
vyacheslav-shubin
8da8bf7e87
Fix FAT delete of items with long name (#21528 )
3 years ago
Scott Lahteine
8b6718c632
misc. pointer formatting
3 years ago
Scott Lahteine
3b73b115ca
Apply pointer formatting
3 years ago
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
X-Ryl669
27366197f3
Serial refactor followup (#20932 )
3 years ago
MKS-Sean
35c1b330ec
MKS WiFi for TFT_LVGL_UI (#20191 )
3 years ago
LinFor
6af6a35d9d
FTDI EVE: Cyrillic font, some minor fixes (#20517 )
3 years ago
Jason Smith
288eb06708
UTF longname followup (#20115 )
4 years ago
LinFor
5b9aeb2e5f
Handle UTF in long filenames (#20087 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
4 years ago
qwewer0
4424645e04
Multi-line comments cleanup (#19535 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 years ago
Leandro A. F. Pereira
801f99edad
SDCARD_READONLY (#17884 )
4 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
4 years ago
Scott Lahteine
1d431fe8d2
Suppress "packed member" warning
4 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
4 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
4 years ago
Tanguy Pruvot
15bea5043c
Followup to SD menu optimization (#15252 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
5 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
5 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
Scott Lahteine
8b44745bc7
Clean up and consolidate SD-related code (#10831 )
6 years ago
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
6 years ago
Thomas Moore
f7efac57b7
Multi-host support
7 years ago
Scott Lahteine
8b12371e45
Change some hex case
6 years ago
Scott Lahteine
b634bfe1b1
Tweak to readDir code
7 years ago
Scott Lahteine
9f8b4c5ee8
Patch SD lib files for readability
7 years ago
Scott Lahteine
783ddf9691
Add SCROLL_LONG_FILENAMES option
7 years ago
Thomas Moore
0cb00f52d9
Cleanup warnings
7 years ago
Scott Lahteine
614a86a380
SD file updates
7 years ago
Scott Lahteine
b66d65f865
Move 'sd' files
7 years ago
Scott Lahteine
8fd58cd6dc
Patch goto labels for consistency
7 years ago
Scott Lahteine
75e6f72c89
Fix hexadecimal number formatting
7 years ago
Scott Lahteine
a3645ec921
Reference op with variable name
7 years ago
Scott Lahteine
7ad33422e3
Clear dir_t size, not pointer size
8 years ago
Scott Lahteine
5f5a55a0de
Add a ZERO macro to clear arrays
8 years ago
Blue-Marlin
5ad7d263e9
8.3-filenames second try
Fix for #6 3593, #3648
this time excludung 'DEL' instead of accidently '~'.
8 years ago
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.
8 years ago
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
8 years ago
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 years ago
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 years ago
Scott Lahteine
f9ded2a7c4
Wrap macros to prevent bad expansions
8 years ago
Scott Lahteine
209f5f21e0
Use macros where possible
Apply `constrain`, `NOMORE`, `NOLESS` and `CRITICAL_SECTION` macros
wherever possible.
8 years ago
Scott Lahteine
b83e472bd3
Rename fpos_t to avoid libc conflict
8 years ago
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 years ago
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 years ago
Scott Lahteine
e114662cfa
Adjust SdBaseFile spacing
9 years ago