From fb335408dc0f8c307b72f147b6e0360e734206b2 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:16:01 +0200 Subject: [PATCH] Activate assist level button on 4MAX. This is a trial and error commit. --- Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index e3740cb0..7c9a4037 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp @@ -1661,6 +1661,9 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() { #if ENABLED(KNUTWURST_4MAXP2) case 30: // a30 assist leveling + SEND_PGM("J22"); // level watching finish (that's from anycubic's 4MAX firmware and I don't know, what is does) + SENDLINE_PGM(""); + if (!isPrintingFromMedia()) { if (CodeSeen('S')) {