@duet3d/objectmodel 3.7.0-beta.15 → 3.7.0-beta.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.
package/dist/boards/index.d.ts
CHANGED
|
@@ -5,7 +5,9 @@ import Driver from "./Driver";
|
|
|
5
5
|
export declare class Accelerometer extends ModelObject {
|
|
6
6
|
orientation: number;
|
|
7
7
|
points: number;
|
|
8
|
+
resolution: number;
|
|
8
9
|
runs: number;
|
|
10
|
+
samplingRate: number;
|
|
9
11
|
}
|
|
10
12
|
export declare class BoardClosedLoop extends ModelObject {
|
|
11
13
|
points: number;
|
package/dist/boards/index.js
CHANGED
package/dist/documentation.json
CHANGED
|
@@ -974,6 +974,11 @@
|
|
|
974
974
|
"sensors.probes[].diveHeights": "Dive heights of the probe (in mm). The first element is the dive height for the first tap; the second element is used for subsequent taps when multi-tapping",
|
|
975
975
|
"sensors.probes[].isCalibrated": "Indicates if the scanning probe is calibrated",
|
|
976
976
|
"sensors.probes[].lastStopHeight": "Height of the probe where it stopped last time (in mm)",
|
|
977
|
+
"sensors.probes[].loadCell": "Load cell parameters (only applicable for load cell probes, otherwise null)",
|
|
978
|
+
"sensors.probes[].loadCell.force": "Force measured by the load cell relative to the last tare (in g)",
|
|
979
|
+
"sensors.probes[].loadCell.gramsPerCount": "Scale of the load cell (in g per count)",
|
|
980
|
+
"sensors.probes[].loadCell.preload": "Preload of the load cell at the last tare (in g)",
|
|
981
|
+
"sensors.probes[].loadCell.preloadWindow": "Safe window for the preload (in g, low and high limit). Two equal values disable the check",
|
|
977
982
|
"sensors.probes[].maxProbeCount": "Maximum number of times to probe after a bad reading was determined",
|
|
978
983
|
"sensors.probes[].measuredHeight": "Measured height (only applicable for scanning probes, in mm or null)",
|
|
979
984
|
"sensors.probes[].offsets": "X+Y offsets (in mm)",
|