miniScale

The miniscale macro adds a mini scale box to your pattern. This box allows users to verify their pattern is printed to scale. The white inside of the box provides a metric scale, and the black outside of the box provides an imperial scale.

A miniscale is the mini version of the scalebox macro.

It is provided by plugin-annotations, which is part of core-plugins (so it is available by default).

Signature

Javascript
macro('miniscale', {
  Point at,
  Number rotate,
  Boolean force = false,
})

Example

2.5cm x 2.5cm 1" x 1"

Configuration

PropertyDefaultTypeDescription
atPointThe point to anchor the scale box on
rotate0NumberRotation in degrees
forcefalsebooleanSet this to true to display the macro output even when complete is false

Notes

This macro takes the complete setting into account and won’t output anything when both complete and force are false.