-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload to printer SD card #131
Comments
|
Most interestingly, we could use
Use this command to start logging all console and host input to an SD file while still operating the machine. The way I understand it, we could print at normal speed and after a complete print would find the printed GCODE on the printer's SD card, from where it could be re-printed at any time. Might also come in handy for debugging purposes. Try this by adding to a GCODE file as the first line:
(replace
We should probably save the file as |
It seems promising... |
Trying it manually as we speak. |
Perhaps I think printer still print sent code |
I don't see the GCODE being saved, do you?
telnet says:
Perhaps we need |
I can't test...long print... but
is not a good sign.. Loocking into marlin code M928 opens a file and set some flags, nothing more should be needed |
With it, getting
|
I am stuck here. Running stock Marlin bugfix-1.1.x firmware from https://github.com/probonopd/marlin-for-ender-2. |
open in marlin calls:
and fail to this will send such error message. I don't like both |
Tried with 2 SD cards, and also with |
Prusa i3 MK2S says:
but I don't see the file on the printer's SD card either. |
1h left then I'll have printer to test it |
Having a transparent serial bridge #132 would come in neat to test things like this. |
Tested now.. use file format 8.3 |
but as I said before, it execute commands while it save them into file |
Yes, it would be good if it would print as usual and save a copy of what is being printed to the printer's SD, so that it could be re-printed later from the printer's LCD. I could not make it work, though... |
I just sent: |
That's may be a new approach, but only available on Marlin2 and must be enabled on firmware |
We could try to upload to printer SD card, although it is reported to be very slow.
The text was updated successfully, but these errors were encountered: