Skip to content
Snippets Groups Projects
  1. Dec 18, 2014
  2. Dec 13, 2014
  3. Dec 06, 2014
  4. Dec 03, 2014
    • Bo Herrmannsen's avatar
      Toshiba Stepper Driver support · edfcf3b5
      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.
      edfcf3b5
    • Bo Herrmannsen's avatar
      Toshiba Stepper Driver support · c429a4b3
      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.
      c429a4b3
  5. Dec 01, 2014
    • Scott Lahteine's avatar
      Completed SORT_USES_MORE_RAM implementation · b4e287fe
      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.
      b4e287fe
    • Scott Lahteine's avatar
      # This is a combination of 4 commits. · de725bd4
      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.
      de725bd4
    • Scott Lahteine's avatar
      Print a message when printing is aborted · 181e487f
      Scott Lahteine authored
      Messages in gcode files like “M117 Printing…” were not being cleared on
      Stop Print.
      181e487f
    • Scott Lahteine's avatar
      Print a message when printing is aborted · ff38d7c2
      Scott Lahteine authored
      Messages in gcode files like “M117 Printing…” were not being cleared on
      Stop Print.
      ff38d7c2
  6. Nov 28, 2014
  7. Nov 27, 2014
  8. Nov 26, 2014
  9. Nov 25, 2014
Loading