File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1621
1621
#if ENABLED (ABL_ENABLE )
1622
1622
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
1623
1623
#if ENABLED (BABYSTEP_ZPROBE_OFFSET )
1624
- #if DISABLED (SPACE_SAVER ) || DISABLED (DWIN_CREALITY_LCD )
1624
+ #if DISABLED (SPACE_SAVER ) && DISABLED (DWIN_CREALITY_LCD )
1625
1625
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
1626
1626
#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
1627
1627
#endif
Original file line number Diff line number Diff line change 6
6
//======================= DO NOT MODIFY THIS FILE ===========================
7
7
//===========================================================================
8
8
9
- #define UNIFIED_VERSION "TH3D UFW 2.06 "
9
+ #define UNIFIED_VERSION "TH3D UFW 2.07 "
10
10
11
11
/**
12
12
* Temp Settings
Original file line number Diff line number Diff line change 41
41
* here we define this default string as the date where the latest release
42
42
* version was tagged.
43
43
*/
44
- #define STRING_DISTRIBUTION_DATE "2020-09-15 "
44
+ #define STRING_DISTRIBUTION_DATE "2020-09-17 "
45
45
46
46
/**
47
47
* Defines a generic printer name to be output to the LCD after booting Marlin.
You can’t perform that action at this time.
0 commit comments