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:
authorDavid Crocker <dcrocker@eschertech.com>2017-07-24 17:42:07 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-07-24 17:42:20 +0300
commit9d9fee318500fc753d2694f719ed01461aa78492 (patch)
tree76e17531fb033c99fcb2135fad0bd269f59d02bc /src/Configuration.h
parent16cd110c4b72f6004d31e0bbfc4cf36669653470 (diff)
Version 1.19beta10+4
Leadscrew corrections were incorrect. The 3-leadscrew case is now know to work. The 2- and 4-leadscrew cases need to be tested on suitable printers. Fixed "Can't delete 0:/sys/resurrect.g" messages Added support for M591 command to configure filament sensors (but filament sensor support still incomplete) Added support for M672 command to program the Duet3D delta effector (tested and fully working) Changes to support new CoreNG that supports a parameter in attachInterrupt callbacks
Diffstat (limited to 'src/Configuration.h')
-rw-r--r--src/Configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index 42e61a5d..eb740ce7 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -153,6 +153,7 @@ const float DEFAULT_Z_DIVE = 5.0; // Millimetres
const float DEFAULT_PROBE_SPEED = 2.0; // Default Z probing speed mm/sec
const float DEFAULT_TRAVEL_SPEED = 100.0; // Default speed for travel to probe points
const float ZProbeMaxAcceleration = 250.0; // Maximum Z acceleration to use at the start of a probing move
+const size_t MaxZProbeProgramBytes = 8; // Maximum number of bytes in a Z probe program
const float TRIANGLE_ZERO = -0.001; // Millimetres
const float SILLY_Z_VALUE = -9999.0; // Millimetres