- Dec 01, 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
# 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 28, 2014
-
-
nothinman authored
M0/M1 Message Fix
-
Scott Lahteine authored
-
nothinman authored
M0-M1 Enhancements
-
nothinman authored
Updated a bit of spanish language
-
- Nov 27, 2014
-
-
elgambitero authored
-
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
-
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
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
The welcome message is more appropriate than “resuming print” if nothing is printing.
-
Scott Lahteine authored
-
Scott Lahteine authored
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for user” so that the Info Screen stays up.
-
Scott Lahteine authored
-
- Nov 26, 2014
-
-
Scott Lahteine authored
-
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 25, 2014
-
-
Scott Lahteine authored
-
Scott Lahteine authored
The welcome message is more appropriate than “resuming print” if nothing is printing.
-
Scott Lahteine authored
-
Scott Lahteine authored
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for user” so that the Info Screen stays up.
-
- 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.
-
- Nov 16, 2014
-
-
galexander1 authored
Add Travis CI config to build Marlin firmware.
-
Ivan Krasin authored
-
- Nov 12, 2014
-
-
galexander1 authored
Changed graphic LCD info screen to match the set # of extruders
-
Jonas authored
Here comes a compile-time operation to match the extruder symbols on the info screen to the set number of extruders in configuration.h. When only one extruder is selected, the "1" on the symbol will not be displayed.
-
- Nov 09, 2014
-
-
Bernhard Kubicek authored
Comment out the FILAMENT_SENSOR define by default in config.
-
Filip Mulier authored
Commented out the FILAMENT_SENSOR define so that it is not enabled by default. Code does not work on all hardware variants.
-
filipmu authored
Sync up to Marlin
-
- Nov 03, 2014
-
-
galexander1 authored
Updated example configurations for Delta printers
-
- Nov 02, 2014
-
-
David authored
-
- Oct 11, 2014
-
-
Erik van der Zalm authored
Fixed typo.
-
Erik van der Zalm authored
Support for a filament diameter sensor
-