From 5d43ce2860dcebc3974f368e7427b27d9bb92d8b Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 17 Jan 2022 18:12:49 +0100 Subject: [PATCH] fix(markdown): Default for cutonfold macro offset --- markdown/dev/reference/api/macros/cutonfold/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/macros/cutonfold/en.md b/markdown/dev/reference/api/macros/cutonfold/en.md index 828c00ee167..1e829b50b56 100644 --- a/markdown/dev/reference/api/macros/cutonfold/en.md +++ b/markdown/dev/reference/api/macros/cutonfold/en.md @@ -20,7 +20,7 @@ macro('cutonfold', { | `from` | | [Point](/reference/api/point) | The startpoint of the *cut on fold* indicator | | `to` | | [Point](/reference/api/point) | The endpoint of the *cut on fold* indicator | | `margin` | 5 | [Point](/reference/api/point) | The distance in % to keep from the start/end edge | -| `offset` | 50 | Number | The distance in mm to offset from the line from start to end | +| `offset` | 15 | Number | The distance in mm to offset from the line from start to end | | `grainline` | `false` | Boolean | Whether this cutonfold indicator is also the grainline |