- Aug 04, 2015
-
-
Richard Wackerbarth authored
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
-
- Aug 01, 2015
-
-
Scott Lahteine authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 16, 2015
-
-
Scott Lahteine authored
-
- May 20, 2015
-
-
AnHardt authored
Makes the output on the LCD adjustable.
-
- May 18, 2015
-
-
Scott Lahteine authored
-
- May 15, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 13, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Apr 04, 2015
-
-
Scott Lahteine authored
-
- Mar 27, 2015
-
-
Scott Lahteine authored
-
- Mar 19, 2015
-
-
alexborro authored
When one hit "Stop Print" option in LCD menu, the command buffer was not cleared. The printer keep moving until the buffer has been emptied. Actually I could not clear the command buffer as well.. I don't know why, it doesnt work as expected. I need to implement a routine inside Stepper ISR to handle such situation.
-
- Mar 03, 2015
-
-
Scott Lahteine authored
-
- Mar 02, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- Apply standards to cardreader.* - Fix minor issues with cardreader.cpp - Apply standards to some other stale regions
-
- Feb 16, 2015
-
-
AnHardt authored
Introduced lcd_strlen() and lcd_strlen_P(). Replaced the old functions where necessary. Reworked language_ru.h. Speeded up test for zero length string in cardreader.cpp
-
- Feb 07, 2015
-
-
Jérémie FRANCOIS authored
-
- 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
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Dec 17, 2014
-
-
alexborro authored
-
- Dec 13, 2014
-
-
Scott Lahteine authored
-
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.
-
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
-
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 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 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.
-