Added logging data on menu and distance

Added helper functionality to abort movements in state class and safeguards to NOT be able to abort in protected states.
some caps removal
This commit is contained in:
znetsixe
2025-10-02 17:29:31 +02:00
parent e72579e5d0
commit 44033da15d
4 changed files with 64 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"general": {
"name": {
"default": "Interpolation Configuration",
"default": "interpolation configuration",
"rules": {
"type": "string",
"description": "A human-readable name or label for this interpolation configuration."
@@ -70,7 +70,7 @@
}
},
"role": {
"default": "Interpolator",
"default": "interpolator",
"rules": {
"type": "string",
"description": "Indicates the role of this configuration (e.g., 'Interpolator', 'DataCurve', etc.)."