diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index dcf8239e..c37b64e9 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -997,9 +997,9 @@ //#define CLASSIC_JERK #endif -#if ENABLED(KNUTWURST_MEGA_X) - #define CLASSIC_JERK -#endif +//#if ENABLED(KNUTWURST_MEGA_X) + //#define CLASSIC_JERK +//#endif #if ENABLED(CLASSIC_JERK) @@ -1046,7 +1046,7 @@ #endif #if ENABLED(KNUTWURST_MEGA_X) - #define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge + #define JUNCTION_DEVIATION_MM 0.16 // (mm) Distance from real junction edge #endif #endif diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 81cc2588..cf80fcf1 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -447,7 +447,7 @@ void AnycubicTouchscreenClass::HandleSpecialMenu() || (strcasestr(currentTouchscreenSelection, SM_PID_HOTEND_S) != NULL)) { SERIAL_ECHOLNPGM("Special Menu: PID Tune Hotend"); - queue.inject_P(PSTR("G28\nG90\nG1 Z20\nG1 X100 Y100 F4000\nG1 Z5\nM106 S172\nG4 P500\nM303 E0 S215 C15 U1\nG4 P500\nM107\nG28\nG1 Z10\nM84")); + queue.inject_P(PSTR("G28\nG90\nG1 Z20\nG1 X110 Y110 F4000\nG1 Z5\nM106 S172\nG4 P500\nM303 E0 S215 C15 U1\nG4 P500\nM107\nG28\nG1 Z10\nM84")); buzzer.tone(200, 1108); buzzer.tone(200, 1661); buzzer.tone(200, 1108);