Skip to content
Scott Lahteine edited this page Mar 23, 2016 · 2 revisions

DO NOT EDIT THIS PAGE. The wiki is being ported to a new documentation system.
Please see Issue #3088 "New Documentation" for more information.

Table of Contents

Description

Open a new or existing file on the SD card for writing.

Example

 M28 path/to/newfile.gco

Arguments

 <filename> The full DOS 8.3 path to the file. The actual path will be saved in upper-case.

Description

M28 creates a file for writing. All commands sent until the next M29 will be ignored by the parser and written to the file. M29 finishes and closes the file.

Clone this wiki locally