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>2021-05-04 13:25:27 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-05-04 13:25:27 +0300
commit8a09d2fc7e245ae237b0537f6701535deed03f5e (patch)
treea61d05fcc98c3439fd2e5da2cb8c5fe77e7ec807 /src/Version.h
parent840f07edddd9b2ab349d32a90d5265999ab9c969 (diff)
Fixed bug with polar and other segmented kinematics
Member reciprocalMinSegmentLength was not initialised by the Kinematics constructor
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index a883abb5..f40b1780 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.3RC1+1"
+# define MAIN_VERSION "3.3RC1+2"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else