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

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2022-02-22 16:54:46 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-02-22 16:54:46 +0300
commit39308c10ea5cb6aa2eabd613ee194a6dba3b013c (patch)
tree06f272f316bb6dac868820f694df216aef5e3614 /src
parent4b00457c6707b3ad571c9e60d0a795e3f82bdfdb (diff)
Updated a comment
Diffstat (limited to 'src')
-rw-r--r--src/Movement/DDA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Movement/DDA.cpp b/src/Movement/DDA.cpp
index f0adb8ac..9df806b5 100644
--- a/src/Movement/DDA.cpp
+++ b/src/Movement/DDA.cpp
@@ -153,7 +153,7 @@ DDA::DDA(DDA* n) noexcept : next(n), prev(nullptr), state(empty)
ep = 0;
}
- flags.all = 0; // in particular we need to set endCoordinatesValid and usePressureAdvance to false
+ flags.all = 0; // in particular we need to set endCoordinatesValid and usePressureAdvance to false, also checkEndstops false for the ATE build
virtualExtruderPosition = 0.0;
filePos = noFilePosition;