From 1e4041a96badaf29533879a2c353981da60cbc67 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 24 Aug 2021 13:40:47 -0400 Subject: motan: Pass dataset parameters in parenthesis Replace names like "trapq:toolhead:x" with "trapq(toolhead,x)". Signed-off-by: Kevin O'Connor --- scripts/motan/motan_graph.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/motan/motan_graph.py') diff --git a/scripts/motan/motan_graph.py b/scripts/motan/motan_graph.py index 9826f1a2..6571a201 100755 --- a/scripts/motan/motan_graph.py +++ b/scripts/motan/motan_graph.py @@ -125,9 +125,9 @@ def main(): # Default graphs to draw graph_descs = [ - ["trapq:toolhead:velocity?color=green"], - ["trapq:toolhead:accel?color=green"], - ["deviation:stepq:stepper_x-kin:stepper_x?color=blue"], + ["trapq(toolhead,velocity)?color=green"], + ["trapq(toolhead,accel)?color=green"], + ["deviation(stepq(stepper_x),kin(stepper_x))?color=blue"], ] if options.graph is not None: graph_descs = ast.literal_eval(options.graph) -- cgit v1.2.3-70-g09d2