Skip to content

Commit 667a2d7

Browse files
authored
Merge pull request #9 from th3dstudio/2.0.x-testing
Ender 3 V2 Probe Compile Fix
2 parents 11620b0 + 6d2b926 commit 667a2d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Firmware/Marlin/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@
16211621
#if ENABLED(ABL_ENABLE)
16221622
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
16231623
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
1624-
#if DISABLED(SPACE_SAVER) || DISABLED(DWIN_CREALITY_LCD)
1624+
#if DISABLED(SPACE_SAVER) && DISABLED(DWIN_CREALITY_LCD)
16251625
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
16261626
#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
16271627
#endif

Firmware/Marlin/Configuration_backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//======================= DO NOT MODIFY THIS FILE ===========================
77
//===========================================================================
88

9-
#define UNIFIED_VERSION "TH3D UFW 2.06"
9+
#define UNIFIED_VERSION "TH3D UFW 2.07"
1010

1111
/**
1212
* Temp Settings

Firmware/Marlin/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* here we define this default string as the date where the latest release
4242
* version was tagged.
4343
*/
44-
#define STRING_DISTRIBUTION_DATE "2020-09-15"
44+
#define STRING_DISTRIBUTION_DATE "2020-09-17"
4545

4646
/**
4747
* Defines a generic printer name to be output to the LCD after booting Marlin.

0 commit comments

Comments
 (0)