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
diff options
context:
space:
mode:
Diffstat (limited to 'src/Movement/DDA.h')
-rw-r--r--src/Movement/DDA.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Movement/DDA.h b/src/Movement/DDA.h
index f4c2cf8a..fe37aee3 100644
--- a/src/Movement/DDA.h
+++ b/src/Movement/DDA.h
@@ -345,10 +345,6 @@ private:
DriversBitmap drivesMoving; // bitmap of logical drives moving - needed to keep track of whether remote drives are moving
static_assert(MaxAxesPlusExtruders <= DriversBitmap::MaxBits());
#endif
- // These are used only in delta calculations
-#if SUPPORT_LINEAR_DELTA && !MS_USE_FPU
- int32_t cKc; // The Z movement fraction multiplied by Kc and converted to integer
-#endif
} afterPrepare;
};