Blue-Marlin
5ad7d263e9
8.3-filenames second try
Fix for #6 3593, #3648
this time excludung 'DEL' instead of accidently '~'.
8 lat temu
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 lat temu
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 lat temu
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 lat temu
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 lat temu
Scott Lahteine
f9ded2a7c4
Wrap macros to prevent bad expansions
8 lat temu
Scott Lahteine
209f5f21e0
Use macros where possible
Apply `constrain`, `NOMORE`, `NOLESS` and `CRITICAL_SECTION` macros
wherever possible.
8 lat temu
Scott Lahteine
b83e472bd3
Rename fpos_t to avoid libc conflict
8 lat temu
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 lat temu
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 lat temu
Scott Lahteine
e114662cfa
Adjust SdBaseFile spacing
9 lat temu
Scott Lahteine
98e91f5253
Allow lsDive to recurse with minimal stack usage
9 lat temu
Scott Lahteine
03c9cb60e8
Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
9 lat temu
Scott Lahteine
1ed3913333
Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
9 lat temu
galexander1
d4880a9e60
Revert "Move Sd library out into library"
9 lat temu
odewdney
f84ff4ba7d
Move SD Fat library out of main src
9 lat temu
odewdney
9d9c859ac1
First move of SdFat library
9 lat temu
daid303
97fa2a9c30
Few simple fixes that save RAM, as static strings are stored in RAM by default.
12 lat temu
daid
b69e75c89a
Added long filename support.
12 lat temu
daid
2a77c84c8f
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
12 lat temu
Erik van der Zalm
9173a5713b
Teensylu support.
12 lat temu
Bernhard
3814bbb529
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
13 lat temu
Bernhard
dd5ca68c87
get rid of indirect ringbuffer calls, made some inlines, removed virtual and streaming class requirements.
13 lat temu
Erik van der Zalm
f75f426dfa
Removed interrupt nesting in the stepper ISR.
Add serial checkRx in stepper ISR.
Copied HardwareSerial to MarlinSerial (Needed for checkRx).
13 lat temu
Bernhard Kubicek
64f2121ab1
updated to sdfatlib2010902
13 lat temu