Ender6 BLTouch Fix

This commit is contained in:
InsanityAutomation
2021-07-03 12:51:14 -04:00
parent 00f3397cad
commit f5cfc65c1d
2 changed files with 10 additions and 1 deletions
+5 -1
View File
@@ -536,6 +536,10 @@
#define ABL_BI
#endif
#if ANY(ABL_EZABL, ABL_NCSW, ABL_BLTOUCH, ABL_TOUCH_MI) && NONE(ABL_UBL, ABL_BI)
#define ABL_BI
#endif
#if NONE(MeshFast, MeshStd, MeshFine, MeshExtreme)
#define MeshStd
#endif
@@ -1858,7 +1862,7 @@
* The probe replaces the Z-MIN endstop and is used for Z homing.
* (Automatically enables USE_PROBE_FOR_Z_HOMING.)
*/
#if NONE(Creality422, Creality427) && DISABLED(Creality42XUseZMin)
#if NONE(Creality422, Creality427, MachineEnder6) && DISABLED(Creality42XUseZMin)
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#endif
// Force the use of the probe for Z-axis homing
+5
View File
@@ -2724,6 +2724,11 @@ platform = ${common_stm32f1.platform}
extends = env:STM32F103RET6_creality_maple
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder6 -DABL_BLTOUCH -DFORCE10SPRODISPLAY
[env:Ender6_BLT_ZM]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RET6_creality_maple
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder6 -DABL_BLTOUCH -DFORCE10SPRODISPLAY -DCreality42XUseZMin
[env:CR6_452]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RET6_creality_maple