Skip to content

Commit

Permalink
disable G26 for STM32F1 with STM32 HAL
Browse files Browse the repository at this point in the history
  • Loading branch information
kad committed Dec 26, 2021
1 parent 5825bbb commit ed7c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@
* Enable the G26 Mesh Validation Pattern tool.
*/
// KAD: overflow 1.5-2kb
#if ENABLED(KAD_SKR_ENOUGH_FLASH)
#if ENABLED(KAD_SKR_ENOUGH_FLASH) && DISABLED(HAL_STM32)
#define G26_MESH_VALIDATION
#endif
#if ENABLED(G26_MESH_VALIDATION)
Expand Down

0 comments on commit ed7c333

Please sign in to comment.