1
0
Fork 0
freesewing/markdown/dev/reference/api/config/options/degrees/en.md
2021-12-27 17:33:49 +01:00

318 B

title
degrees

For angles, use degrees.

Your degree option should be an object with these properties:

  • deg : The default value in degrees
  • min : The minimul that's allowed
  • max : The maximum that's allowed
options: {
  collarAngle: { 
    deg:  85, 
    min:  60 
    max: 130 
  }
}