Scott Lahteine
e244399766
Additional cleanup of UBL code
il y a 7 ans
Scott Lahteine
47f9883b0f
Dynamic allocation for SDCARD_SORT_ALPHA
il y a 7 ans
Scott Lahteine
a561bd5e3a
New feature: SDCARD_SORT_ALPHA
il y a 7 ans
AnHardt
fa26767efe
Replace all remaining 'boolean' with 'bool'
il y a 7 ans
Scott Lahteine
4cd73e183d
Hide hidden files and folders
il y a 8 ans
Scott Lahteine
5f5a55a0de
Add a ZERO macro to clear arrays
il y a 8 ans
Scott Lahteine
d963020532
Sort out some header dependencies
il y a 8 ans
Scott Lahteine
192ac2dfd7
Squish some CardReader code
il y a 8 ans
Scott Lahteine
61932b859e
Fix bug in CardReader::stopSDPrint
If the SD print is paused, it cannot be stopped
il y a 8 ans
Scott Lahteine
b63d70b186
Fix serial output for MBL, M303
il y a 8 ans
Scott Lahteine
229f70f194
Only report finished prints longer than 1 min
il y a 8 ans
Scott Lahteine
b73203a0b7
Move some includes around to uncover missing deps
il y a 8 ans
Scott Lahteine
34da77dad3
Simply run M31 at the end of an SD print
il y a 8 ans
AnHardt
87957c7b44
Finalalize MSG_SD_WRITE_TO_FILE message with a \n
Finalalize MSG_SD_WRITE_TO_FILE message with a \n
else RH hangs.
il y a 8 ans
Scott Lahteine
bd491818d6
Reduce storage requirements for strings, make some PGM
il y a 8 ans
Scott Lahteine
bbf5b486c3
Add an SD Card stop function, use in ultralcd
il y a 8 ans
Scott Lahteine
084f6b5b44
Temperature singleton class
il y a 8 ans
Scott Lahteine
5e4e535ce8
Stepper and Endstops as singleton objects
il y a 8 ans
Scott Lahteine
386140f361
Test time difference in safe way
il y a 8 ans
esenapaj
f9e1a0ee6c
suppress warnings
il y a 8 ans
Scott Lahteine
ce0a9d3dc6
A picky fix of indentation in cardreader.cpp
il y a 8 ans
Scott Lahteine
4ed8351e3d
Revert use of enqueue_and_echo_command_now
il y a 8 ans
Scott Lahteine
70d1d4de5f
Small code spacing adjustments
il y a 8 ans
Scott Lahteine
0385acea7a
Fix workDirParents -> getAbsFilename relationship
il y a 8 ans
Scott Lahteine
27d70599d4
Change openFile default to "not-push" instead of "do-replace"
il y a 8 ans
Scott Lahteine
372f93cc7a
Rename "filenames" to "proc_filenames"
il y a 8 ans
Scott Lahteine
6b01cf07c2
Use only as much stack as needed for the M23 command
il y a 8 ans
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
il y a 8 ans
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
il y a 8 ans
Scott Lahteine
04fa9d4f47
Make Autotune options into Menu Edit Items
il y a 8 ans
Scott Lahteine
8fe7420310
Use a separate serial line buffer
il y a 8 ans
esenapaj
609c0d46d9
Fix CardReader::lsDive()
If comparison between signed char(-128 ~ +127) and DIR_NAME_DELETED(uint8_t const 0XE5, it's +229),
it makes incorrect result.
il y a 8 ans
Scott Lahteine
f9ded2a7c4
Wrap macros to prevent bad expansions
il y a 8 ans
Ruwan J Egoda Gamage
b58083b0fa
Getting rid of SDEXTRASLOW, SDSLOW variables.
il y a 9 ans
Ruwan J Egoda Gamage
1b7c443628
Adding SDULTRASLOW variable.
Instead of changing SDEXTRASLOW variable to a slower speed, the new
SDULTRASLOW is used for rigidbot panel.
il y a 9 ans
Ruwan J Egoda Gamage
becbfe1065
Fixing Rigidbot LCD Panel Support
il y a 9 ans
Ruwan J Egoda Gamage
2c9e0415c7
Getting rid of SDEXTRASLOW, SDSLOW variables.
il y a 9 ans
Ruwan J Egoda Gamage
e6cc232184
Adding SDULTRASLOW variable.
Instead of changing SDEXTRASLOW variable to a slower speed, the new
SDULTRASLOW is used for rigidbot panel.
il y a 9 ans
Ruwan J Egoda Gamage
5eeea2f611
Fixing Rigidbot LCD Panel Support
il y a 9 ans
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
il y a 9 ans
Mike Cochrane
5e36b64635
SDEXTRASLOW for some SD card readers (PR#176)
Add SDEXTRASLOW which runs the SD card at SPI_QUARTER_SPEED. Quarter speed is needed for RIGIDBOT_PANEL
il y a 9 ans
Richard Wackerbarth
35afea1c0e
Restore test
PR#2572 Changed this because of faulty Boolean Logic
NOT(A OR (NOT B) OR (NOT C)) !=
(NOT A) AND ((NOT B) OR C))
Besides, the compiler should be smart enough to
optimize this without help from the programmer
il y a 9 ans
Scott Lahteine
0f5ada8cbd
Group the fail case in one negation (PR#2572)
il y a 9 ans
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
il y a 9 ans
Scott Lahteine
944090c19c
Optimize lsDive logic
il y a 9 ans
Scott Lahteine
417706e578
Include space for the terminating nul in lsDive
il y a 9 ans
Scott Lahteine
f3c1a6b19c
Reduce lsDive stack usage to the minimum
il y a 9 ans
Scott Lahteine
552a327df8
Fix lsDive filename stack overrun (PR#2449)
il y a 9 ans
AnHardt
f4a93ed997
Add a string parameter to kill()
Makes the output on the LCD adjustable.
il y a 9 ans
Scott Lahteine
0f2c9bacfd
M33 LONG_FILENAME_HOST_SUPPORT
il y a 9 ans