@duet3d/monacotokens 3.7.0-alpha.16 → 3.7.0-alpha.17

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.
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "name": "round",
125
125
  "syntax": "round(x)",
126
- "description": "Round x to nearest integer (rounds to even when exactly halfway); returns int if it fits in 32 bits"
126
+ "description": "Round x to nearest integer (rounds to even when exactly halfway); returns int if it fits in 32 bits, else float"
127
127
  },
128
128
  {
129
129
  "name": "sin",
@@ -230,7 +230,7 @@
230
230
  "description": "Information about the current job"
231
231
  },
232
232
  {
233
- "name": "ledstrips",
233
+ "name": "ledStrips",
234
234
  "description": "List of configured LED strips"
235
235
  },
236
236
  {
@@ -1576,16 +1576,6 @@
1576
1576
  }
1577
1577
  ]
1578
1578
  },
1579
- {
1580
- "code": "M135",
1581
- "summary": "Set PID sample interval",
1582
- "parameters": [
1583
- {
1584
- "letter": "S",
1585
- "description": "Heat sample time in milliseconds"
1586
- }
1587
- ]
1588
- },
1589
1579
  {
1590
1580
  "code": "M140",
1591
1581
  "summary": "Set bed temperature (no wait)",
@@ -2644,10 +2634,6 @@
2644
2634
  {
2645
2635
  "letter": "A",
2646
2636
  "description": "Gain (deprecated, use R)"
2647
- },
2648
- {
2649
- "letter": "F",
2650
- "description": "PWM frequency (Hz)only, use M950 in"
2651
2637
  }
2652
2638
  ]
2653
2639
  },
@@ -4253,14 +4239,6 @@
4253
4239
  "letter": "S",
4254
4240
  "description": "Output PWM value (0..1; <=0 = off)"
4255
4241
  },
4256
- {
4257
- "letter": "F",
4258
- "description": "Output PWM frequency"
4259
- },
4260
- {
4261
- "letter": "Q",
4262
- "description": "Output PWM frequency"
4263
- },
4264
4242
  {
4265
4243
  "letter": "P",
4266
4244
  "description": "GpOut port number; pin name; logical pin number"
@@ -4475,20 +4453,6 @@
4475
4453
  "description": "{axis} axis endstop to wait for"
4476
4454
  }
4477
4455
  },
4478
- {
4479
- "code": "M578",
4480
- "summary": "Fire inkjet bits",
4481
- "parameters": [
4482
- {
4483
- "letter": "P",
4484
- "description": "Inkjet head number"
4485
- },
4486
- {
4487
- "letter": "S",
4488
- "description": "Bit pattern"
4489
- }
4490
- ]
4491
- },
4492
4456
  {
4493
4457
  "code": "M579",
4494
4458
  "summary": "Scale Cartesian axes",
@@ -5916,26 +5880,6 @@
5916
5880
  "description": "Percentage of normal current for {axis} motor(s)"
5917
5881
  }
5918
5882
  },
5919
- {
5920
- "code": "M914",
5921
- "summary": "Set/Get Expansion Voltage Level Translator",
5922
- "parameters": [
5923
- {
5924
- "letter": "S",
5925
- "description": "Expansion voltage signal level",
5926
- "values": [
5927
- {
5928
- "value": "3",
5929
- "description": "3V signal level"
5930
- },
5931
- {
5932
- "value": "5",
5933
- "description": "5V signal level"
5934
- }
5935
- ]
5936
- }
5937
- ]
5938
- },
5939
5883
  {
5940
5884
  "code": "M915",
5941
5885
  "summary": "Configure motor stall detection",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/monacotokens",
3
- "version": "3.7.0-alpha.16",
3
+ "version": "3.7.0-alpha.17",
4
4
  "description": "TypeScript library that holds syntax highlighting files for the Monaco editor",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",