1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -1,13 +1,13 @@
***
---
title: margin
---
## title: margin
Allows you to specify a part margin (in mm). The default is 2mm.\
Allows you to specify a part margin (in mm). The default is 2mm.
Each part will have this margin applied. This means that:
* At the edge of the SVG, the margin will be `margin * 1` (2mm by default)
* Between parts, the margin will be `margin * 2` (4mm by default)
- At the edge of the SVG, the margin will be `margin * 1` (2mm by default)
- Between parts, the margin will be `margin * 2` (4mm by default)
Note that setting the margin to zero (or below) will cause parts to overlap.
```js
@ -22,10 +22,10 @@ let pattern = new brian({
###### For paperless, the minimal margin is 10mm
In paperless mode, the margin will not go below 10mm.
In paperless mode, the margin will not go below 10mm.
That is because text is not taken into account when calculating the bounding box of the part.
Since dimensions are typically the outermost elements in a paperless part,
Since dimensions are typically the outermost elements in a paperless part,
a too narrow margin would cause the dimension text to get cut off.
</Note>