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:
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;