Scott Lahteine
49791949af
Wrap call to flush_presort
преди 10 години
Bo Herrmannsen
140ce06692
Merge pull request #1188 from thinkyhead/lcd_longname
LCD Long Filename
преди 10 години
Scott Lahteine
28c3ad291a
Merge branch 'sd_freemem' of https://github.com/thinkyhead/Marlin into sd_freemem
преди 10 години
Scott Lahteine
0450e83fa5
Use SdFatUtil::FreeRam() for freeMemory() if there
преди 10 години
Scott Lahteine
f21cce0b28
Rebase to Marlin_v1
преди 10 години
Scott Lahteine
39b47ef5b0
Merge branch 'fix_constants' of https://github.com/thinkyhead/Marlin into fix_constants
Conflicts:
Marlin/cardreader.h
преди 10 години
Scott Lahteine
e4b98011cf
And one more...
преди 10 години
Scott Lahteine
60598b4cdd
A few constants where they belong
преди 10 години
Scott Lahteine
f074706d2e
And one more...
преди 10 години
Scott Lahteine
b726511a3b
A few constants where they belong
преди 10 години
Bo Herrmannsen
4d61287807
Merge pull request #1186 from boelle/Marlin_v1
adding hardware files for OMC
преди 10 години
Bo Herrmannsen
b17b8583af
adding hardware files for OMC
for ide 1.0.6
преди 10 години
Bo Herrmannsen
280504e2e0
Merge pull request #908 from alromh87/Marlin_v1
Support for Gen3 Monolithic electronics
преди 10 години
Bo Herrmannsen
341c7d080d
Merge pull request #996 from cbane/arduino-1.5
Add Arduino add-ons for Arduino 1.5
преди 10 години
Bo Herrmannsen
31ca3de72f
Merge pull request #819 from neildarlow/Marlin_v1
Activate LiquidTWI2 device detection and space-pad LCD status line.
преди 10 години
Bo Herrmannsen
e83cfc0a62
Merge pull request #1163 from thinkyhead/lcd_abort_message
LCD "Abort" Message
преди 10 години
Bo Herrmannsen
3ac8bd8de7
Merge pull request #1013 from mattrobbo10/Marlin_v1
Proposing adding gen7-dist from gen7 electronics repo - marlin now compiles for gen7
преди 10 години
Bo Herrmannsen
0b310ab6c5
Merge pull request #1153 from xinfab/negative_values_in_menu
Negative values in menu
преди 10 години
Bo Herrmannsen
91d740e128
Merge pull request #1141 from filipmu/Filament-Sensor
Display filament sensor data on a 20x4 LCD or Graphical LCD
преди 10 години
Bo Herrmannsen
00f279376f
Merge pull request #1173 from boelle/Marlin_v1
Adding Melzi board
преди 10 години
alexborro
ab355a90d3
Revert "SD Sort and Buffer"
преди 10 години
alexborro
4297bcc89f
Merge pull request #1154 from thinkyhead/sd_sorting
SD Sort and Buffer
преди 10 години
Scott Lahteine
d088b5f30f
Remove debug echo
преди 10 години
Scott Lahteine
1fad8e6a81
Proper long file name var
преди 10 години
Scott Lahteine
467f0ea6b7
Merge branch 'sd_sorting' of https://github.com/thinkyhead/Marlin into sd_sorting
преди 10 години
Scott Lahteine
29e854c535
Disable SDCARD_SORT_ALPHA by default
For legacy boards it’s better if this option is disabled.
преди 10 години
Scott Lahteine
6599adc184
Polish up a little...
преди 10 години
Scott Lahteine
a12eec33e2
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.
преди 10 години
Scott Lahteine
c9486ebb85
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.
преди 10 години
Scott Lahteine
b6ffea612a
Expand on More RAM concept, address minor bugs
преди 10 години
Scott Lahteine
8196b36ad9
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.
преди 10 години
Scott Lahteine
cf749dbeda
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.
преди 10 години
Scott Lahteine
ae081d0fe0
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.
преди 10 години
Scott Lahteine
785143a013
Expand on More RAM concept, address minor bugs
преди 10 години
Scott Lahteine
0cbbba08bd
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.
преди 10 години
Scott Lahteine
af0549bfd2
Merge branch 'sd_freemem' of https://github.com/thinkyhead/Marlin into sd_freemem
преди 10 години
Scott Lahteine
ae1a698263
Use SdFatUtil::FreeRam() for freeMemory() if there
преди 10 години
Scott Lahteine
600b4f0590
Merge branch 'lcd_abort_message' of https://github.com/thinkyhead/Marlin into lcd_abort_message
преди 10 години
Scott Lahteine
3ebfd29312
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
преди 10 години
Martin Prazak
2ef0669b19
Split do_blocking_move() to XY and Z sections to make sure that the Z homing feedrate is not exceeded
преди 10 години
Scott Lahteine
485ca10bc3
Disable SDCARD_SORT_ALPHA by default
For legacy boards it’s better if this option is disabled.
преди 10 години
Scott Lahteine
599530902d
Polish up a little...
преди 10 години
Bo Herrmannsen
1ba7c31395
Adding Melzi board
these are the files needed to support the Melzi board
преди 10 години
Neil Darlow
64139f5e5a
Merge https://github.com/ErikZalm/Marlin into Marlin_v1
преди 10 години
galexander1
2f9ed1777d
Merge pull request #1168 from boelle/Marlin_v1
Adding Support for Toshiba Stepper Drivers
преди 10 години
Bo Herrmannsen
edfcf3b527
Toshiba Stepper Driver support
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.
преди 10 години
Bo Herrmannsen
c429a4b3ec
Toshiba Stepper Driver support
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.
преди 10 години
Scott Lahteine
e5a334b83a
Use SdFatUtil::FreeRam() for freeMemory() if there
преди 10 години
Scott Lahteine
f05928d886
Merge branch 'sd_sorting' of https://github.com/thinkyhead/Marlin into sd_sorting
преди 10 години
Scott Lahteine
b4e287fe8e
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.
преди 10 години