From 1d55716f26ea08a61ebdb8488ae60fb010b91702 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 20 Oct 2018 17:50:39 -0600 Subject: add g-code output format (#336) --- templates/output.inx | 2 ++ templates/output_params_txt.xml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 templates/output_params_txt.xml (limited to 'templates') diff --git a/templates/output.inx b/templates/output.inx index 2dc36d72..6899c5d3 100644 --- a/templates/output.inx +++ b/templates/output.inx @@ -13,6 +13,8 @@ output {{ format }} + {% set params = "output_params_" + format + ".xml" %} + {% include params ignore missing %} diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml new file mode 100644 index 00000000..3b78df3b --- /dev/null +++ b/templates/output_params_txt.xml @@ -0,0 +1,4 @@ + {# these parameters are for g-code files (*.txt) #} + false + false + 5.0 -- cgit v1.2.3