- Aug 03, 2015
-
-
Scott Lahteine authored
- `SD_DETECT_PIN` replaces `SDCARDDETECT` - `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED` - Revise the description of `SD_DETECT_INVERTED` - Add a note about the override of `SD_DETECT_INVERTED` in `Conditionals.h`
-
Scott Lahteine authored
- Rename the pin so it can be tested with `PIN_EXISTS` - Fix some incorrect tests for `SDCARDDETECT`
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
- May 18, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Mar 02, 2015
-
-
Scott Lahteine authored
- Apply standards to cardreader.* - Fix minor issues with cardreader.cpp - Apply standards to some other stale regions
-
- Jan 24, 2015
-
-
Scott Lahteine authored
Replace instances of the number 13 with FILENAME_LENGTH where appropriate.
-
Scott Lahteine authored
Replace instances of the number 13 with FILENAME_LENGTH where appropriate.
-
- Dec 18, 2014
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Dec 17, 2014
-
-
alexborro authored
-
- Dec 13, 2014
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
First iteration of alphabetical sorting for SD cards, both slow+efficient and fast+rammy. Option for folders to sort first, last, or not at all.
-
Scott Lahteine authored
For the MORE_RAM option we need to buffer both the short and long names, even though long names are sometimes redundant. Worst case, all the names are max length. We can save some RAM by not storing these. We could save more RAM by only storing the visible part of the long name.
-
Scott Lahteine authored
With this option, always keeps the dir in RAM, doubling as a cache for getfilename. A board with only 8K of SRAM is cutting it very close.
-
Scott Lahteine authored
First iteration of alphabetical sorting for SD cards, both slow+efficient and fast+rammy. Option for folders to sort first, last, or not at all.
-
- Dec 06, 2014
-
-
Scott Lahteine authored
-
- Dec 01, 2014
-
-
Scott Lahteine authored
# The first commit's message is: SD Card Alpha Sorting First iteration of alphabetical sorting for SD cards, both slow+efficient and fast+rammy. Option for folders to sort first, last, or not at all. # This is the 2nd commit message: Expand on More RAM concept, address minor bugs # This is the 3rd commit message: Improvements, more SORT_USES_MORE_RAM With this option, always keeps the dir in RAM, doubling as a cache for getfilename. A board with only 8K of SRAM is cutting it very close. # This is the 4th commit message: Completed SORT_USES_MORE_RAM implementation For the MORE_RAM option we need to buffer both the short and long names, even though long names are sometimes redundant. Worst case, all the names are max length. We can save some RAM by not storing these. We could save more RAM by only storing the visible part of the long name.
-
- Nov 27, 2014
-
-
Scott Lahteine authored
For the MORE_RAM option we need to buffer both the short and long names, even though long names are sometimes redundant. Worst case, all the names are max length. We can save some RAM by not storing these. We could save more RAM by only storing the visible part of the long name.
-
Scott Lahteine authored
With this option, always keeps the dir in RAM, doubling as a cache for getfilename. A board with only 8K of SRAM is cutting it very close.
-
Scott Lahteine authored
First iteration of alphabetical sorting for SD cards, both slow+efficient and fast+rammy. Option for folders to sort first, last, or not at all.
-
- Nov 26, 2014
-
-
Scott Lahteine authored
For the MORE_RAM option we need to buffer both the short and long names, even though long names are sometimes redundant. Worst case, all the names are max length. We can save some RAM by not storing these. We could save more RAM by only storing the visible part of the long name.
-
Scott Lahteine authored
With this option, always keeps the dir in RAM, doubling as a cache for getfilename. A board with only 8K of SRAM is cutting it very close.
-
- Nov 24, 2014
-
-
Scott Lahteine authored
First iteration of alphabetical sorting for SD cards, both slow+efficient and fast+rammy. Option for folders to sort first, last, or not at all.
-
- Oct 22, 2013
-
-
bkubicek authored
If a print is stopped, it would be nice in the future to write a file with the printer state, the filename of the print, and the position within the print. this file could be read, to continue a previously stopped print. not finished yet.
-
bkubicek authored
by overloading M32 it is now possible to execute gcode files from other gcode files, with a fixed recursion level. This can be used e.g. for having a real start.g and end.g somewhere on the sd card, which are then called from the normal print file. Another usecase would be to have macro-files for nozzle-change and layerchange. I have not tested the speedwise performance. The testing was done with pronterface. syntax: normal call from sd card will open the new file and continue executing there. M32 !/path/filename# this however will call the new file and return to the caller file. M32 P !/path/filename# with the optional "S<position>" the file starting position can be set. this is for continuing prints from a previous location.
-
- May 04, 2013
-
-
Scott Lahteine authored
-
- Mar 31, 2013
-
-
Bart K authored
-
- Dec 12, 2012
-
-
daid303 authored
The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated.
-
- Dec 03, 2012
-
-
daid303 authored
Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup.
-
daid303 authored
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
-
daid303 authored
-
- Aug 22, 2012
-
-
daid authored
-
- Jun 02, 2012
-
-
Bernhard authored
-
- Mar 19, 2012
-
-
Bernhard authored
One array was too short. This had nothing to do with long filenames, other than if they were 12 characters exactly, which could only happen if the extension and the text before were filled completely
-
- Mar 03, 2012
-
-
Christian Thalhammer authored
-
- Feb 29, 2012
-
-
Daid authored
-
- Dec 26, 2011
-
-
Bernhard authored
-
- Dec 09, 2011
-
-
Bernhard authored
-