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/DeltaProbe.cpp')
-rw-r--r--src/Movement/DeltaProbe.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Movement/DeltaProbe.cpp b/src/Movement/DeltaProbe.cpp
index d52472d0..b557fb52 100644
--- a/src/Movement/DeltaProbe.cpp
+++ b/src/Movement/DeltaProbe.cpp
@@ -5,7 +5,10 @@
* Author: David
*/
-#include "RepRapFirmware.h"
+#include "Deltaprobe.h"
+#include "DDA.h"
+#include "Platform.h"
+#include "RepRap.h"
// Set up to probe
bool DeltaProbe::Init(float frequency, float amplitude, float rate, float height)