Commit Graph

23 Commits

Author SHA1 Message Date
PavelSindler 829e0f0046 Merge pull request #230 from PavelSindler/check_file_fix
Check if file is complete fixed; snmm: set bowden lengths during setup before starting wizard
2017-10-13 14:00:53 +02:00
PavelSindler 156aed0fdc Merge pull request #201 from thess/patch-1
Put space between filename and size (fix M20 / lsDive)
2017-10-12 18:46:39 +02:00
PavelSindler 56d38a8a10 reset cmdqueue in the end of test if file is complete, no sorting in the end of print 2017-10-12 14:23:45 +02:00
Ted Hess 69fb8d7013 Put space between filename and size (fix M20 / lsDive)
Output longFilename if present.
2017-10-11 11:28:51 -04:00
Ted Hess b9d790a63b Remove build warnings (all) - fix spelling errors
Updated to: 3.1.0-RC1

Some of the format changes introduced were done to improve readabilty and
remove compiler warnings about needing parenthesis

Some code restructuring has been done to eliminate unused code and variables

Cleanup defined but unused functions
2017-10-07 15:29:33 -04:00
PavelSindler a280447610 improved progress bar, use bubble sort, sort switch moved to settings menu, manage heater, host keepalive messages, timeout prolonged, setup screen improved 2017-10-03 23:16:06 +02:00
PavelSindler 5a35212231 quicksort 2017-10-02 03:59:41 +02:00
PavelSindler b2552b8e0e faster sorting as we are reading just one dir entry to get filename 2017-09-27 16:33:30 +02:00
PavelSindler f9153d4417 dont enque M84 function at the end of print, changed to function; added defines to config files 2017-09-14 15:27:01 +02:00
PavelSindler 026e3ecaac getter function for filesize 2017-09-14 14:21:16 +02:00
PavelSindler 26cd35a8cb reverting few changes, 2017-09-11 17:31:06 +02:00
PavelSindler 61592f9bfa initial version 2017-09-11 02:55:06 +02:00
PavelSindler 00569fea6a sorting files disabled in farm mode, start printer status needs reponse from monitoring 2017-08-29 16:52:14 +02:00
PavelSindler 6b2470fa4b added defines for sorting types, removed unused variables 2017-08-15 13:09:50 +02:00
PavelSindler 6a4e5df2ce using ram/stack with and without folders for time sorting, progress bar improved 2017-08-14 16:34:00 +02:00
PavelSindler d56db4638c sorting by creation time, progress bar, sorting type swith 2017-08-10 11:53:37 +02:00
PavelSindler 16d0a870c5 Alphabetical sorting imported from Marlin - initial version 2017-08-06 09:52:55 +02:00
Alfredo 7b86fa6016 Bug: M20 - List SD card
When the SD card is inserted in a Mac computer some special directory are written. The purse firmware is unable to navigate those directory and generates an error sent showed on the serial line.

the BUG is the instruction SERIAL_ECHOLN does not work with string pointers and there fore garbage is sent on the serial line.

The proposed correction is to use the right instruction: SERIAL_ECHORPGM that works with string pointers.
Therefore the correct message is MSG_SD_CANT_ENTER_SUBDIR and not the original listed.
2017-03-07 09:37:15 -05:00
Andre Sklenar c58453a726 main: add chunk write to sd card 2016-12-14 14:38:36 +01:00
bubnikv 562c089e17 Initial implementation of the Toshiba FlashAir support:
Get the status of the Toshiba FlashAir, namely its IP address.
The IP address is currently reported through an M46, but this
is subject to change and the IP address shall be shown on the display.
2016-07-21 10:48:08 +02:00
bubnikv 78ebd522b6 Removed support for DELTA, SCARA and BARICUDA.
Implemented bed skew calibration by matching a precise physical model
to the measured data using the least squares method.
Rewrote handling of the command buffer to preserve memory
and allow pushing the commands to the front of the queue.
2016-06-23 08:46:15 +02:00
bubnikv 08bf6acf1b Fixed ".." label when leaving a subdirectory.
Made the hidden and system files invisible when browsing the SD card.
2016-06-20 13:46:37 +02:00
Josef Prusa f8c65e39ae Reorginized the repository and added license 2016-02-21 15:02:31 +01:00