-
I'm trying to get M600 filament change working and see that it's based on setting KAD_SKR_ENOUGH_FLASH and KAD_ABL, but I can't see where those are defined. I'm using a stock Mega Zero 2. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
the |
Beta Was this translation helpful? Give feedback.
ENOUGH_FLASH
are defined in base flags for SKR mini and E3Turbo builds. e.g. https://github.com/kad/Marlin/blob/anycubic-kad-2.0.x/anycubic_mega_zero_btt_skr_mini.ini#L157the
ABL
flag is injected bybuildroot/share/PlatformIO/scripts/kad_build_options.py
script if build target has some autoleveling features enabled (bltouch, bfptouch, pinda, ...}