M560
Back to the Gcode Dictionary
M560: Upload file
Parameters
- As for M559 except that the default filename (in RRF 3.1 and earlier) is reprap.htm and the default path is /www. If the S parameter is absent then the file data is terminated by a special string as described below.
Example
- M560 P"index.html"
After sending M560 the file should be sent, terminated by the string :
<!-- **EoF** -->
Clearly that string cannot exist in the body of the file, but can be put on the end to facilitate this process.
0 Comments