- Dec 18, 2014
-
-
Scott Lahteine authored
Breaking up languages.h makes it easier to translate. Using language codes makes it easier to select a language and sets the naming standard.
-
Bo Herrmannsen authored
Wrap call to flush_presort
-
Scott Lahteine authored
-
Bo Herrmannsen authored
LCD Long Filename
-
Scott Lahteine authored
-
- Dec 17, 2014
-
-
Bo Herrmannsen authored
adding hardware files for OMC
-
Bo Herrmannsen authored
for ide 1.0.6
-
Bo Herrmannsen authored
Support for Gen3 Monolithic electronics
-
Bo Herrmannsen authored
Add Arduino add-ons for Arduino 1.5
-
Bo Herrmannsen authored
Activate LiquidTWI2 device detection and space-pad LCD status line.
-
Bo Herrmannsen authored
LCD "Abort" Message
-
Bo Herrmannsen authored
Proposing adding gen7-dist from gen7 electronics repo - marlin now compiles for gen7
-
Bo Herrmannsen authored
Negative values in menu
-
Bo Herrmannsen authored
Display filament sensor data on a 20x4 LCD or Graphical LCD
-
Bo Herrmannsen authored
Adding Melzi board
-
- Dec 16, 2014
-
-
alexborro authored
SD Sort and Buffer
-
- Dec 13, 2014
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
For legacy boards it’s better if this option is disabled.
-
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
-
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.
-
Scott Lahteine authored
Messages in gcode files like “M117 Printing…” were not being cleared on Stop Print.
-
- Dec 06, 2014
-
-
Scott Lahteine authored
For legacy boards it’s better if this option is disabled.
-
Scott Lahteine authored
-
- Dec 04, 2014
-
-
Bo Herrmannsen authored
these are the files needed to support the Melzi board
-
- Dec 03, 2014
-
-
galexander1 authored
Adding Support for Toshiba Stepper Drivers
-
Bo Herrmannsen authored
Tosh stepper drivers need to be driven slower, so the stepper code was interleaved to separate the pin HIGH from the pin LOW. This adds enough instructions to make it work, without needing nops.
-
Bo Herrmannsen authored
Tosh stepper drivers need to be driven slower, so the stepper code was interleaved to separate the pin HIGH from the pin LOW. This adds enough instructions to make it work, without needing nops.
-
- 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.