From 820fe464bd3e18b7cd58190bf1b0b7adc951a7c7 Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 18 Sep 2023 16:31:07 +0200 Subject: [PATCH] Fixed start_at_step missing underscores --- efficiency_nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efficiency_nodes.py b/efficiency_nodes.py index 00d39b3..881060b 100644 --- a/efficiency_nodes.py +++ b/efficiency_nodes.py @@ -2513,7 +2513,7 @@ class TSC_XYplot_Steps: xy_type = "Steps" xy_first = first_step xy_last = last_step - elif target_parameter == "start at step": + elif target_parameter == "start_at_step": xy_type = "StartStep" xy_first = first_start_step xy_last = last_start_step