@duet3d/objectmodel 3.7.0-beta.3 → 3.7.0-beta.4
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/documentation.json +2 -0
- package/dist/move/index.d.ts +1 -0
- package/dist/move/index.js +1 -0
- package/package.json +1 -1
package/dist/documentation.json
CHANGED
|
@@ -499,6 +499,7 @@
|
|
|
499
499
|
"move.currentMove.distance": "Total distance of the current move (in mm)",
|
|
500
500
|
"move.currentMove.duration": "Duration of the current move (in s)",
|
|
501
501
|
"move.currentMove.extrusionRate": "Current extrusion rate (in mm/s)",
|
|
502
|
+
"move.currentMove.filePosition": "Position in the job file of the move being executed (in bytes or null)",
|
|
502
503
|
"move.currentMove.laserPwm": "Laser PWM of the current move (0..1) or null if not applicable",
|
|
503
504
|
"move.currentMove.requestedSpeed": "Requested speed of the current move (in mm/s)",
|
|
504
505
|
"move.currentMove.topSpeed": "Top speed of the current move (in mm/s)",
|
|
@@ -566,6 +567,7 @@
|
|
|
566
567
|
"move.motionSystems[].currentMove.distance": "Total distance of the current move (in mm)",
|
|
567
568
|
"move.motionSystems[].currentMove.duration": "Duration of the current move (in s)",
|
|
568
569
|
"move.motionSystems[].currentMove.extrusionRate": "Current extrusion rate (in mm/s)",
|
|
570
|
+
"move.motionSystems[].currentMove.filePosition": "Position in the job file of the move being executed (in bytes or null)",
|
|
569
571
|
"move.motionSystems[].currentMove.laserPwm": "Laser PWM of the current move (0..1) or null if not applicable",
|
|
570
572
|
"move.motionSystems[].currentMove.requestedSpeed": "Requested speed of the current move (in mm/s)",
|
|
571
573
|
"move.motionSystems[].currentMove.topSpeed": "Top speed of the current move (in mm/s)",
|
package/dist/move/index.d.ts
CHANGED
package/dist/move/index.js
CHANGED