Add Patch Marker

This commit is contained in:
Knutwurst
2022-02-03 21:46:49 +01:00
parent d95fcd7673
commit de61898c55
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
// PATCH START: KNUTWURST
#include "../../inc/MarlinConfig.h" #include "../../inc/MarlinConfig.h"
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT) #if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
@@ -38,3 +38,4 @@ void GcodeSuite::M9999() {
} }
#endif #endif
// PATCH END: KNUTWURST

View File

@@ -1186,10 +1186,11 @@ private:
static void M710(); static void M710();
static void M710_report(const bool forReplay=true); static void M710_report(const bool forReplay=true);
#endif #endif
// PATCH START: KNUTWURST
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT) #if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
static void M9999(); static void M9999();
#endif #endif
// PATCH END: KNUTWURST
static void T(const int8_t tool_index); static void T(const int8_t tool_index);