diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-22 14:35:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-04 18:35:23 -0400 |
commit | 486c07c1904c91d11e5f969ffe31478f402616d5 (patch) | |
tree | 8f677352d7e045263568fda0da217bd262fe045c /scripts/klippy-requirements.txt | |
parent | 890a5ea6bbbeedaf52a5e65a463c8b05675a5c7c (diff) | |
download | kutter-486c07c1904c91d11e5f969ffe31478f402616d5.tar.gz kutter-486c07c1904c91d11e5f969ffe31478f402616d5.tar.xz kutter-486c07c1904c91d11e5f969ffe31478f402616d5.zip |
gcode_macro: Evaluate macros using Jinja2 template engine
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/klippy-requirements.txt')
-rw-r--r-- | scripts/klippy-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 94076954..652b4d09 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -5,3 +5,4 @@ cffi==1.12.2 pyserial==3.4 greenlet==0.4.15 +Jinja2==2.10 |