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/Configuration.h')
-rw-r--r--src/Configuration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index 31678ef6..73106bed 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -188,7 +188,11 @@ constexpr float DefaultZDive = 5.0; // Millimetres
constexpr float DefaultProbingSpeed = 2.0; // Default Z probing speed mm/sec
constexpr float DefaultZProbeTravelSpeed = 100.0; // Default speed for travel to probe points
constexpr float ZProbeMaxAcceleration = 250.0; // Maximum Z acceleration to use at the start of a probing move
+
+#if !SAME70 // Using SAME70 as a proxy for Duet 3
constexpr size_t MaxZProbeProgramBytes = 8; // Maximum number of bytes in a Z probe program
+#endif
+
constexpr uint32_t ProbingSpeedReductionFactor = 3; // The factor by which we reduce the Z probing speed when we get a 'near' indication
constexpr float DefaultZProbeTolerance = 0.03; // How close the Z probe trigger height from consecutive taps must be
constexpr uint8_t DefaultZProbeTaps = 1; // The maximum number of times we probe each point