SD Card Instructions
I've tried various search on the host site and this forum site, but can not find anything that describes the SD card. I am sure I saw something once, but can not find it again.
Anyhow, the questions are:
What size SDcard (is the maximum)?
Filesystem FAT16(?), which block size (this limits the size of the card)
I have been in the menus about uploading a file but the printer starts "dry-run" printing instead. Is this expected?
Any name conventions required for the files on SD card?
Is there an "autoprint" on powerup if the file is of particular name?
(I suspect I have a bad card or too large - I have never seen any filenames on the SDcar-tab no matter how I format, transfer files or mount cards. On my printer the controller and SDcard slot are inside the printer, ie the SDcard remains fixed. I want to be able to remove the USB connection once it has started printing from the SDcard... or something like that)
Anyhow, the questions are:
What size SDcard (is the maximum)?
Filesystem FAT16(?), which block size (this limits the size of the card)
I have been in the menus about uploading a file but the printer starts "dry-run" printing instead. Is this expected?
Any name conventions required for the files on SD card?
Is there an "autoprint" on powerup if the file is of particular name?
(I suspect I have a bad card or too large - I have never seen any filenames on the SDcar-tab no matter how I format, transfer files or mount cards. On my printer the controller and SDcard slot are inside the printer, ie the SDcard remains fixed. I want to be able to remove the USB connection once it has started printing from the SDcard... or something like that)
Comments
no error output at all.
Rummaged around in the code, and the pins.h file for the megatronics 3.0, which is what I have, says
#define SDSUPPORT false
Ah ha! Changed that to true, and now all that part works.
There are a few additional minor inconsitencies/flaws/(errors?) in the pins.h and the way the configuration.h uses it, but I am unsure how special my verison is, but i suspect it is a snapshot of somewhere between the .91 and .92 available as download. (my filecomparison tool lights up red on most files between .91, my version and .92)
I'll note these when I have a complete understanding of them.