Doodle3D / print3d

The application that runs on a Doodle3D WiFi box that communicates with printers.
www.doodle3d.com
GNU General Public License v2.0
13 stars 4 forks source link

Monitor SD Card prints #15

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

Currently we won't get information on prints that are started using the SD card. This might be a useful addition. Marlin does support M-codes to request status from or control SD card prints: https://github.com/MarlinFirmware/Marlin/blob/Development/Documentation/GCodes.md#m-codes

oliv3r commented 9 years ago

Mind you, that we won't be using sd, display or user-input via marlin in the 2.1 printer. All of this will be directly driven via the olimex pins.

peteruithoven commented 9 years ago

So the Olimex will become responsible for reading SD cards?

oliv3r commented 9 years ago

yep

olijf commented 8 years ago

Seems not all 3D printer firmware support pushing to SD card from the serial line. My prusa i3 sunhokey reprap supports listing/pushing to sd card...

peteruithoven commented 8 years ago

To clarify, this is about monitoring SD card prints, not about putting G-Code on a SD-card through usb. This has low priority.