From 24e2225260b1148358571ed9e58e8c9a8527088a Mon Sep 17 00:00:00 2001 From: Jake Beamish Date: Fri, 22 Dec 2023 10:01:26 +0000 Subject: [PATCH] Fix missing word typo in cookbook.rst "Some plotter workflows require a different for each layer, as opposed to a single, multi-layer SVG file." -> "Some plotter workflows require a different file for each layer, as opposed to a single, multi-layer SVG file." --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 9ea2810e..2cf6efaf 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -120,7 +120,7 @@ This recipe can be further augmented to arrange each file on a grid. This is cov Saving each layer as a separate file ------------------------------------ -Some plotter workflows require a different for each layer, as opposed to a single, multi-layer SVG file. For example, this is often the case for gcode input using the `vpype-gcode `__ plug-in. +Some plotter workflows require a different file for each layer, as opposed to a single, multi-layer SVG file. For example, this is often the case for gcode input using the `vpype-gcode `__ plug-in. This can be achieved using the :ref:`cmd_forlayer` command::