Skip to content

Commit 11662bf

Browse files
committed
Marlin 2.0.7.1
1 parent 887e263 commit 11662bf

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Marlin/Configuration.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,10 @@
346346
#endif
347347
#endif
348348

349-
// @section temperature
350-
351349
//===========================================================================
352350
//============================= Thermal Settings ============================
353351
//===========================================================================
352+
// @section temperature
354353

355354
/**
356355
* --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table

Marlin/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
//#define SHORT_BUILD_VERSION "2.0.7"
31+
//#define SHORT_BUILD_VERSION "2.0.7.1"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location

Marlin/src/inc/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Release version. Leave the Marlin version or apply a custom scheme.
2626
*/
2727
#ifndef SHORT_BUILD_VERSION
28-
#define SHORT_BUILD_VERSION "2.0.7"
28+
#define SHORT_BUILD_VERSION "2.0.7.1"
2929
#endif
3030

3131
/**

config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Where have all the configurations gone?
22

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

0 commit comments

Comments
 (0)