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>2022-01-08 13:31:36 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-01-08 13:31:36 +0300
commit8ae109059d71717fd9bc8b8c7dfc8cbef2cf7d7c (patch)
tree48ab68f1ed98653b44c6abf6fc3c6a799011ef16 /src/Version.h
parent1c5aef665d23c54488d77edbcde3010c8a860b88 (diff)
Fixed issue with initial steps happening too quickly on extruders
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 4f366169..04ee444e 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -10,7 +10,7 @@
#ifndef VERSION
// Note: the complete VERSION string must be in standard version number format and must not contain spaces! This is so that DWC can parse it.
-# define MAIN_VERSION "3.4.0beta7+2"
+# define MAIN_VERSION "3.4.0beta7+3"
# ifdef USE_CAN0
# define VERSION_SUFFIX "(CAN0)"
# else