diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-02 12:36:38 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-02 12:44:05 -0400 |
commit | 4d5c619b8eb7aa530a87304cc26734f42e2d2b0d (patch) | |
tree | 8e54947faf4bc399cdcea1425c2f6b77dbd096c9 /scripts/graph_extruder.py | |
parent | a143921534e6d1ba1e62f7dafe185a97f0e7f9a2 (diff) | |
download | kutter-4d5c619b8eb7aa530a87304cc26734f42e2d2b0d.tar.gz kutter-4d5c619b8eb7aa530a87304cc26734f42e2d2b0d.tar.xz kutter-4d5c619b8eb7aa530a87304cc26734f42e2d2b0d.zip |
scripts: Update graphing scripts to work with either python2 or python3
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/graph_extruder.py')
-rwxr-xr-x | scripts/graph_extruder.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/graph_extruder.py b/scripts/graph_extruder.py index 241f727f..6f31ed3c 100755 --- a/scripts/graph_extruder.py +++ b/scripts/graph_extruder.py @@ -1,7 +1,7 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # Generate extruder pressure advance motion graphs # -# Copyright (C) 2019-2020 Kevin O'Connor <kevin@koconnor.net> +# Copyright (C) 2019-2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. import math, optparse, datetime |