diff --git a/CHANGELOG.md b/CHANGELOG.md index eece237f..3249c762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Changelog of MMU2S Firmware ============================= # v3.3.0 RMM * Pulled Printer Code upstream to 3.10.0 -* Implemented BLTouch support for MK3S +* Implemented BLTouch support for MK3S and created and added extruder hardware to support this. * Updated custom variant of MMU2S code for @gizzburn(and others) on issue #210 - double selector blades * Fixed issue Error on failure recovery #205 * Updated readme to reflect new printer FW build environment changes diff --git a/README.md b/README.md index 0f7feb83..86a4ebd2 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ This is configured to work directly with **MMU2S** with matching **MK3S** FW at https://github.com/TheZeroBeast/TZB-MK3S-Firmware ### PlatformIO Download, open in PlatformIO -The HEX which is placed within the .pio root folder still requires the addition of the **; device = mm-control** line as bellow. +The HEX which is placed within the .pio root folder still requires the addition of the the bellow line. +~~~ +; device = mm-control +~~~ ### Arduino Recomended version is arduino is the latest. diff --git a/platformio.ini b/platformio.ini index f8d78b4a..358fbc1d 100755 --- a/platformio.ini +++ b/platformio.ini @@ -1,6 +1,6 @@ [common_env_data] build_flags = - -D BN=373 + -D BN=374 -D VERSION=3.3.0 [env:MMU2S] diff --git a/src/config.h b/src/config.h index 4cdcdf40..60efc14e 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ #include "config_tzb.h" #define FW_VERSION 330 // example: 103 means version 1.0.3 -#define FW_BUILDNR 373 // number of commits in 'master' +#define FW_BUILDNR 374 // number of commits in 'master' #define WAKE_TIMER 300000 // 5m