round

The round macro creates a rounded corner.

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

Signature

Javascript
macro('round', { 
  String id = 'round',
  String class,
  Point from,
  Boolean hide,
  String prefix,
  Number radius,
  Point to,
  Point via,
})

Example

Configuration

PropertyDefaultTypeDescription
idroundstringThe ID of this macro instance
fromPointThe startpoint towards the corner to round
toPointThe endpoint away from the corner to round
viaPointThe cornerpoint to round
radiusMaximumNumberThe radius in mm if not the maximum possible
prefixStringA prefix to give to the points and paths created by this macro
hidetrueBooleanWhether to hide the path created by this macro
classStringClass(es) to assign to the path created by this macro

Notes

This macro is only intended for 90 degree corners.