Commit Graph

87 Commits (b4fedec0d17e26b5585e55cd1442844872bb3b9f)

Author SHA1 Message Date
Scott Lahteine 084f6b5b44 Temperature singleton class
Scott Lahteine 5e4e535ce8 Stepper and Endstops as singleton objects
Scott Lahteine 386140f361 Test time difference in safe way
esenapaj f9e1a0ee6c suppress warnings
Scott Lahteine ce0a9d3dc6 A picky fix of indentation in cardreader.cpp
Scott Lahteine 4ed8351e3d Revert use of enqueue_and_echo_command_now
Scott Lahteine 70d1d4de5f Small code spacing adjustments
Scott Lahteine 0385acea7a Fix workDirParents -> getAbsFilename relationship
Scott Lahteine 27d70599d4 Change openFile default to "not-push" instead of "do-replace"
Scott Lahteine 372f93cc7a Rename "filenames" to "proc_filenames"
Scott Lahteine 6b01cf07c2 Use only as much stack as needed for the M23 command
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
Following up on 
jbrazio 5e5d250832 Added gplv3 header to all Marlin files
Scott Lahteine 04fa9d4f47 Make Autotune options into Menu Edit Items
Scott Lahteine 8fe7420310 Use a separate serial line buffer
esenapaj 609c0d46d9 Fix CardReader::lsDive()
If comparison between signed char(-128 ~ +127) and DIR_NAME_DELETED(uint8_t const 0XE5, it's +229),
it makes incorrect result.
Scott Lahteine f9ded2a7c4 Wrap macros to prevent bad expansions
Ruwan J Egoda Gamage b58083b0fa Getting rid of SDEXTRASLOW, SDSLOW variables.
Ruwan J Egoda Gamage 1b7c443628 Adding SDULTRASLOW variable.
Instead of changing SDEXTRASLOW variable to a slower speed,  the new
SDULTRASLOW is used for rigidbot panel.
Ruwan J Egoda Gamage becbfe1065 Fixing Rigidbot LCD Panel Support
Scott Lahteine 0c7f7ebcfb Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
Mike Cochrane 5e36b64635 SDEXTRASLOW for some SD card readers (PR#176)
Add SDEXTRASLOW which runs the SD card at SPI_QUARTER_SPEED. Quarter speed is needed for RIGIDBOT_PANEL
Richard Wackerbarth 35afea1c0e Restore test
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
Scott Lahteine 0f5ada8cbd Group the fail case in one negation (PR#2572)
Scott Lahteine 58cfcd4239 Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
Scott Lahteine 944090c19c Optimize lsDive logic
Scott Lahteine 417706e578 Include space for the terminating nul in lsDive
Scott Lahteine f3c1a6b19c Reduce lsDive stack usage to the minimum
Scott Lahteine 552a327df8 Fix lsDive filename stack overrun (PR#2449)
Scott Lahteine 50bd7493cc Merge pull request from thinkyhead/m33_long_filename_host_support
M33 LONG_FILENAME_HOST_SUPPORT
AnHardt f4a93ed997 Add a string parameter to kill()
Makes the output on the LCD adjustable.
Scott Lahteine 0f2c9bacfd M33 LONG_FILENAME_HOST_SUPPORT
Scott Lahteine d2563804c8 Add LF to file errors
Scott Lahteine 98e91f5253 Allow lsDive to recurse with minimal stack usage
Scott Lahteine f65833931d Formatting tweaks
Scott Lahteine ccddc280be Apply three more commits
Scott Lahteine 1e5c18bb14 Add code_value_short and SERIAL_CHAR
Scott Lahteine 19d418cd6a Fix up the code to eliminate warnings
alexborro e650d4044e Fix "Stop Print" function in the LCD menu
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.
Scott Lahteine dfb38874f8 Some suggested changes for
Scott Lahteine 20e59dc61e Don't skip files starting with underscores
Scott Lahteine f171656f8e Cleanup of cardreader.*
- Apply standards to cardreader.*
- Fix minor issues with cardreader.cpp
- Apply standards to some other stale regions
AnHardt 6cdcd6c6d1 Fix iss#1492
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
Jérémie FRANCOIS 9d75a56b56 Merge remote-tracking branch 'upstream/Development' into Development
Conflicts:
	Marlin/Configuration.h
	Marlin/Marlin_main.cpp
Jérémie FRANCOIS 85e5aa4011 Generalized enqueue_commands_P, and moved them to Marlin_main as they should
Scott Lahteine 03c9cb60e8 Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
daid 17de96ace7 Merge branch 'Marlin_v1' into revert-1154-sd_sorting
Conflicts:
	Marlin/cardreader.cpp
	Marlin/cardreader.h
Scott Lahteine 1857e611d3 Other small tweaks
Bo Herrmannsen bd22405412 Merge pull request from thinkyhead/sd_sorting
Wrap call to flush_presort
Scott Lahteine 49791949af Wrap call to flush_presort