chore(markdown): Docs for removal of macros
This commit is contained in:
parent
df5c68f69d
commit
8ba3c6ad17
4 changed files with 41 additions and 0 deletions
|
@ -22,3 +22,14 @@ macro('miniscale', {
|
|||
|-------------|---------|---------------------|-------------|
|
||||
| `at` | | [Point](/reference/api/point) | The point to anchor the _scale box_ on |
|
||||
| `rotate` | 0 | Number | Rotation in degrees |
|
||||
|
||||
## Removing the miniscal
|
||||
|
||||
If you inherit a part with a miniscale on it and you'd like to remove all points and paths
|
||||
generated by the miniscale macro, you can do so by passing `false` to the macro:
|
||||
|
||||
```js
|
||||
macro('miniscale', false)
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue