@duet3d/monacotokens 3.7.0-alpha.5 → 3.7.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -641,6 +641,14 @@
641
641
  "code": "G68",
642
642
  "summary": "Coordinate rotation",
643
643
  "parameters": [
644
+ {
645
+ "letter": "X",
646
+ "description": "X centre coordinate to rotate about (mm)"
647
+ },
648
+ {
649
+ "letter": "Y",
650
+ "description": "Y centre coordinate to rotate about (mm)"
651
+ },
644
652
  {
645
653
  "letter": "A",
646
654
  "description": "First centre coordinate in the selected plane (mm)"
@@ -651,15 +659,7 @@
651
659
  },
652
660
  {
653
661
  "letter": "R",
654
- "description": "Rotation angle (degrees, positive = anticlockwise)"
655
- },
656
- {
657
- "letter": "I",
658
- "description": "Incremental mode: 1 = add to existing rotation"
659
- },
660
- {
661
- "letter": "X",
662
- "description": "Centre coordinates to rotate about (mm)"
662
+ "description": "Rotation angle (degrees, positive = anticlockwise when viewing the selected plane from above)"
663
663
  }
664
664
  ]
665
665
  },
@@ -1225,11 +1225,11 @@
1225
1225
  "parameters": [
1226
1226
  {
1227
1227
  "letter": "P",
1228
- "description": "Macro file path (absolute, or relative to /sys)"
1228
+ "description": "Macro filename (default folder is /sys if no path is specified)"
1229
1229
  },
1230
1230
  {
1231
1231
  "letter": "R",
1232
- "description": "Number of times to repeat (default 1)"
1232
+ "description": "When used inside a macro without P, marks the macro as restartable from the beginning after a pause (RRF 3.4+)"
1233
1233
  }
1234
1234
  ]
1235
1235
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/monacotokens",
3
- "version": "3.7.0-alpha.5",
3
+ "version": "3.7.0-alpha.6",
4
4
  "description": "TypeScript library that holds syntax highlighting files for the Monaco editor",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",