Skip to content

Commit

Permalink
Final touches for 3.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZeroBeast committed Oct 2, 2021
1 parent 1510964 commit 9de5ea0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[common_env_data]
build_flags =
-D BN=373
-D BN=374
-D VERSION=3.3.0

[env:MMU2S]
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9de5ea0

Please sign in to comment.