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
path: root/Move.h
diff options
context:
space:
mode:
Diffstat (limited to 'Move.h')
-rw-r--r--Move.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Move.h b/Move.h
index 1ebc3cf5..6edc14be 100644
--- a/Move.h
+++ b/Move.h
@@ -146,6 +146,7 @@ class Move
void InverseTransform(float move[]);
void Diagnostics();
float ComputeCurrentCoordinate(int8_t drive, LookAhead* la, DDA* runningDDA);
+ bool zProbing;
friend class DDA;
@@ -189,7 +190,6 @@ class Move
float extruderStepDistances[(1<<(DRIVES-AXES))]; // NB - limits us to 5 extruders
float aX, aY, aC;
float lastZHit;
- bool zProbing;
};
//********************************************************************************************************