aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/motan/motan_graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/motan/motan_graph.py')
-rwxr-xr-xscripts/motan/motan_graph.py6
1 files changed, 3 insertions, 3 deletions
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)