From b99e8862d81c694446d5aa7029f79b8d856dd9df Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 19 Jul 2018 13:13:28 +0200 Subject: [PATCH] Change commit behavior of custom command --- Marlin/Configuration_adv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 82c0320b5..7f7355e30 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1414,9 +1414,9 @@ */ #define CUSTOM_USER_MENUS #if ENABLED(CUSTOM_USER_MENUS) - #define USER_SCRIPT_DONE "M117 User Script Done" - #define USER_SCRIPT_AUDIBLE_FEEDBACK - //#define USER_SCRIPT_RETURN // Return to status screen after a script + #define USER_SCRIPT_DONE "M117 Ausgefuehrt" + //#define USER_SCRIPT_AUDIBLE_FEEDBACK + #define USER_SCRIPT_RETURN // Return to status screen after a script #define USER_DESC_1 "X/Y Position nullen" #define USER_GCODE_1 "G92 X0 Y0"