Skip to content

Commit e09c241

Browse files
committed
disable G26 for STM32F1 with STM32 HAL
1 parent bcb563b commit e09c241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@
17801780
* Enable the G26 Mesh Validation Pattern tool.
17811781
*/
17821782
// KAD: overflow 1.5-2kb
1783-
#if ENABLED(KAD_SKR_ENOUGH_FLASH)
1783+
#if ENABLED(KAD_SKR_ENOUGH_FLASH) && DISABLED(HAL_STM32)
17841784
#define G26_MESH_VALIDATION
17851785
#endif
17861786
#if ENABLED(G26_MESH_VALIDATION)

0 commit comments

Comments
 (0)