Skip to content

Commit

Permalink
Marlin 2.0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 10, 2020
1 parent a14e26c commit e4c23f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,10 @@
#endif
#endif

// @section temperature

//===========================================================================
//============================= Thermal Settings ============================
//===========================================================================
// @section temperature

/**
* --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
//#define SHORT_BUILD_VERSION "2.0.7"
//#define SHORT_BUILD_VERSION "2.0.7.1"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Release version. Leave the Marlin version or apply a custom scheme.
*/
#ifndef SHORT_BUILD_VERSION
#define SHORT_BUILD_VERSION "2.0.7"
#define SHORT_BUILD_VERSION "2.0.7.1"
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Where have all the configurations gone?

## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.7.zip
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.7.1.zip

0 comments on commit e4c23f8

Please sign in to comment.