Browse Source

Marlin 2.0.7.1

Scott Lahteine 3 years ago
parent
commit
11662bf2b6
4 changed files with 4 additions and 5 deletions
  1. 1
    2
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Version.h
  3. 1
    1
      Marlin/src/inc/Version.h
  4. 1
    1
      config/README.md

+ 1
- 2
Marlin/Configuration.h View File

@@ -346,11 +346,10 @@
346 346
   #endif
347 347
 #endif
348 348
 
349
-// @section temperature
350
-
351 349
 //===========================================================================
352 350
 //============================= Thermal Settings ============================
353 351
 //===========================================================================
352
+// @section temperature
354 353
 
355 354
 /**
356 355
  * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table

+ 1
- 1
Marlin/Version.h View File

@@ -28,7 +28,7 @@
28 28
 /**
29 29
  * Marlin release version identifier
30 30
  */
31
-//#define SHORT_BUILD_VERSION "2.0.7"
31
+//#define SHORT_BUILD_VERSION "2.0.7.1"
32 32
 
33 33
 /**
34 34
  * Verbose version identifier which should contain a reference to the location

+ 1
- 1
Marlin/src/inc/Version.h View File

@@ -25,7 +25,7 @@
25 25
  * Release version. Leave the Marlin version or apply a custom scheme.
26 26
  */
27 27
 #ifndef SHORT_BUILD_VERSION
28
-  #define SHORT_BUILD_VERSION "2.0.7"
28
+  #define SHORT_BUILD_VERSION "2.0.7.1"
29 29
 #endif
30 30
 
31 31
 /**

+ 1
- 1
config/README.md View File

@@ -1,3 +1,3 @@
1 1
 # Where have all the configurations gone?
2 2
 
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

Loading…
Cancel
Save