Skip to content

Commit 165c8ac

Browse files
committed
2.92 Release
BLTouch/CRTouch Speed Updates
1 parent 964eeca commit 165c8ac

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
lines changed

Board_Configs/TH3D_EZBoardLite/Firmware/Marlin/Configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#pragma once
66
#define CONFIGURATION_H_VERSION 02010204
77

8-
#define UNIFIED_VERSION "TH3D UFW 2.91b"
9-
#define STRING_DISTRIBUTION_DATE "2024-09-23"
8+
#define UNIFIED_VERSION "TH3D UFW 2.92"
9+
#define STRING_DISTRIBUTION_DATE "2024-10-03"
1010

1111
//#@CONFIGURATION_START_FLAG
1212

@@ -149,7 +149,7 @@
149149
// Fast Probing - Works with most machines and all EZABL sensors (8mm/s)
150150
#define EZABL_FASTPROBE
151151

152-
// Superfast Probing - Only works with the EZABL Pro Sensors (15mm/s)
152+
// Superfast Probing - Works with Pro/NG EZABL Probes (15mm/s) & BLTouch/CRTouch (10mm/s)
153153
//#define EZABL_SUPERFASTPROBE
154154

155155
// Heaters on During Probing - Heaters will stay on during probing - May reduce accuracy do not use unless told to by support

Board_Configs/TH3D_EZBoardLite_DIY/Firmware/Marlin/Configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#pragma once
88
#define CONFIGURATION_H_VERSION 02010204
99

10-
#define UNIFIED_VERSION "TH3D UFW 2.91b"
11-
#define STRING_DISTRIBUTION_DATE "2024-09-23"
10+
#define UNIFIED_VERSION "TH3D UFW 2.92"
11+
#define STRING_DISTRIBUTION_DATE "2024-10-03"
1212

1313
//#@CONFIGURATION_START_FLAG
1414

@@ -247,7 +247,7 @@
247247
// Fast Probing - Works with most machines and all EZABL sensors (8mm/s)
248248
#define EZABL_FASTPROBE
249249

250-
// Superfast Probing - Only works with the EZABL Pro Sensors (15mm/s)
250+
// Superfast Probing - Works with Pro/NG EZABL Probes (15mm/s) & BLTouch/CRTouch (10mm/s)
251251
//#define EZABL_SUPERFASTPROBE
252252

253253
// Heaters on During Probing - Heaters will stay on during probing - May reduce accuracy do not use unless told to by support

Board_Configs/TH3D_EZBoardV2/Firmware/Marlin/Configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#pragma once
66
#define CONFIGURATION_H_VERSION 02010204
77

8-
#define UNIFIED_VERSION "TH3D UFW 2.91b"
9-
#define STRING_DISTRIBUTION_DATE "2024-09-23"
8+
#define UNIFIED_VERSION "TH3D UFW 2.92"
9+
#define STRING_DISTRIBUTION_DATE "2024-10-03"
1010

1111
//#@CONFIGURATION_START_FLAG
1212

@@ -184,7 +184,7 @@
184184
// Fast Probing - Works with most machines and all EZABL sensors (8mm/s)
185185
#define EZABL_FASTPROBE
186186

187-
// Superfast Probing - Only works with the EZABL Pro Sensors (15mm/s)
187+
// Superfast Probing - Works with Pro/NG EZABL Probes (15mm/s) & BLTouch/CRTouch (10mm/s)
188188
//#define EZABL_SUPERFASTPROBE
189189

190190
// Heaters on During Probing - Heaters will stay on during probing - May reduce accuracy do not use unless told to by support

Board_Configs/TH3D_EZBoardV2_DIY/Firmware/Marlin/Configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#pragma once
88
#define CONFIGURATION_H_VERSION 02010204
99

10-
#define UNIFIED_VERSION "TH3D UFW 2.91b"
11-
#define STRING_DISTRIBUTION_DATE "2024-09-23"
10+
#define UNIFIED_VERSION "TH3D UFW 2.92"
11+
#define STRING_DISTRIBUTION_DATE "2024-10-03"
1212

1313
//#@CONFIGURATION_START_FLAG
1414

@@ -251,7 +251,7 @@
251251
// Fast Probing - Works with most machines and all EZABL sensors (8mm/s)
252252
#define EZABL_FASTPROBE
253253

254-
// Superfast Probing - Only works with the EZABL Pro Sensors (15mm/s)
254+
// Superfast Probing - Works with Pro/NG EZABL Probes (15mm/s) & BLTouch/CRTouch (10mm/s)
255255
//#define EZABL_SUPERFASTPROBE
256256

257257
// Heaters on During Probing - Heaters will stay on during probing - May reduce accuracy do not use unless told to by support

Firmware/Marlin/Configuration_adv.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,9 @@
10581058
*
10591059
* Set the default state here, change with 'M401 S' or UI, use M500 to save, M502 to reset.
10601060
*/
1061-
//#define BLTOUCH_HS_MODE true
1062-
1061+
#if ALL(EZABL_SUPERFASTPROBE, BLTOUCH)
1062+
#define BLTOUCH_HS_MODE true
1063+
#endif
10631064

10641065
#endif // BLTOUCH
10651066

Firmware/Marlin/Configuration_backend.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===========================================================================
88

99
#ifndef UNIFIED_VERSION
10-
#define UNIFIED_VERSION "TH3D UFW 2.91b"
10+
#define UNIFIED_VERSION "TH3D UFW 2.92"
1111
#endif
1212

1313
/**
@@ -460,6 +460,9 @@
460460
#if ALL(EZABL_SUPERFASTPROBE, ABL_ENABLE) && NONE(BLTOUCH)
461461
#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (15*60) }
462462
#define Z_PROBE_FEEDRATE_FAST (15*60)
463+
#elif ALL(EZABL_SUPERFASTPROBE, ABL_ENABLE, BLTOUCH)
464+
#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (15*60) }
465+
#define Z_PROBE_FEEDRATE_FAST (10*60)
463466
#elif ALL(EZABL_FASTPROBE, ABL_ENABLE)
464467
#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (8*60) }
465468
#define Z_PROBE_FEEDRATE_FAST (8*60)

0 commit comments

Comments
 (0)