From ddfc61289454daa09a2bbbea4b8ee6aff7ede3cc Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:20:27 +0200 Subject: [PATCH] physicalPosition 1D update --- rotatingMachine.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rotatingMachine.html b/rotatingMachine.html index 258a99c..22691e6 100644 --- a/rotatingMachine.html +++ b/rotatingMachine.html @@ -33,6 +33,10 @@ //physicalAspect positionVsParent: { value: "" }, positionIcon: { value: "" }, + hasDistance: { value: false }, + distance: { value: 0 }, + distanceUnit: { value: "m" }, + distanceDescription: { value: "" } }, inputs: 1,