Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_tools
diff options
context:
space:
mode:
authorRobbert Müller <mjrider@users.noreply.github.com>2020-06-28 04:43:52 +0300
committerGitHub <noreply@github.com>2020-06-28 04:43:52 +0300
commit0a317ed6989d4646a72c1051fc16ed693a1c5bd1 (patch)
tree7cb526aeb8836f5b78bbfe6a9caf663162268fef /_tools
parent1a8499c18fb1113d67a936ab5870e6911912963f (diff)
Add M400 to LA test end code (#316)
Diffstat (limited to '_tools')
-rw-r--r--_tools/lin_advance/k-factor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/_tools/lin_advance/k-factor.js b/_tools/lin_advance/k-factor.js
index 97b623fe..e4294c26 100644
--- a/_tools/lin_advance/k-factor.js
+++ b/_tools/lin_advance/k-factor.js
@@ -300,6 +300,7 @@ function genGcode() {
k_script += ';\n' +
'; FINISH\n' +
';\n' +
+ 'M400 ; finish moving\n' +
'M104 S0 ; Turn off hotend\n' +
'M140 S0 ; Turn off bed\n' +
'G1 Z30 X' + (NULL_CENTER ? 0 : BED_X) + ' Y' + (NULL_CENTER ? 0 : BED_Y) + ' F' + SPEED_MOVE + ' ; Move away from the print\n' +