M28 Append instead of write/overwrite?
-
Happy Friday!
I have used the M28 command to write, and overwrite, files before but is it possible to just append, add lines to an existing file?
Cheers,
Kolbi -
Appears that would require a change to the M28 command to allow specifying write/append
https://duet3d.dozuki.com/Wiki/Gcode#Section_M28_Begin_write_to_SD_cardor resorting to using DSF and moving the logic to userspace in linux
-
Thanks @bearer, that's pretty much what I was thinking after reading through all the M commands - was hoping I missed something
-
@kolbi I've wished for M28 and M560 append capability on numerous occasions. I wonder how difficult it would be to implement, and whether a workaround exists in the meantime. Even the ability to join one existing file to the end of another would be useful.
-
@donstauffer I've added this or an equivalent facility to the firmware wishlist for consideration in RRF 3.4.