From 39308c10ea5cb6aa2eabd613ee194a6dba3b013c Mon Sep 17 00:00:00 2001 From: David Crocker Date: Tue, 22 Feb 2022 13:54:46 +0000 Subject: Updated a comment --- src/Movement/DDA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3