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

Start printing another G-Code file and resume after finishing. A way to include G-Code files in other G-Code files.

Examples

 M32 !/MISCEL~1/ARMCHAIR/ARMCHA~1.GCO#
 M32 S1226 !fishnetw.gco#

Arguments

 S<position>
 <filename> The full DOS 8.3 path to the file. The path is case-insensitive.

Notes

  • The # is necessary when calling from within SD files to stop buffer pre-reading.

Clone this wiki locally