From febf98a2d30fb74a1c2f6b35f0932be5664161f6 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 30 Apr 2019 19:46:12 -0400 Subject: add grbl laser options for g-code output --- templates/output_params_txt.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml index 3b78df3b..767ddc1a 100644 --- a/templates/output_params_txt.xml +++ b/templates/output_params_txt.xml @@ -1,4 +1,9 @@ {# these parameters are for g-code files (*.txt) #} - false - false - 5.0 + false + false + false + 5.0 + -1 + -1 + -1 + -1 \ No newline at end of file -- cgit v1.3.1 From 64fdda07a8464f17d14f583974906801281e2df2 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 1 May 2019 20:44:43 -0400 Subject: add dynamic laser power toggle and laser warm up time option --- pyembroidery | 2 +- templates/output_params_txt.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/pyembroidery b/pyembroidery index 6d14167c..b205cf5d 160000 --- a/pyembroidery +++ b/pyembroidery @@ -1 +1 @@ -Subproject commit 6d14167c94bb63f4f1536f9467945e2e7beb4357 +Subproject commit b205cf5dea49efdecb39df95bd29287fd5c15e5c diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml index 767ddc1a..451a6ca9 100644 --- a/templates/output_params_txt.xml +++ b/templates/output_params_txt.xml @@ -1,5 +1,7 @@ {# these parameters are for g-code files (*.txt) #} false + true + 0.0 false false 5.0 -- cgit v1.3.1