diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 61f39e637adf..e42e90f078de 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2153,7 +2153,7 @@ #if ENABLED(TOOLHEAD_Galaxy_DualExtruder) #define NOZZLE_TO_PROBE_OFFSET { 100, 70, -3.2 } #else - #define NOZZLE_TO_PROBE_OFFSET { 23, 63, -3.2 } + #define NOZZLE_TO_PROBE_OFFSET { 23, 63, 0 } #endif #elif ANY(Sidekick_289, Sidekick_747) #define NOZZLE_TO_PROBE_OFFSET { -1, 50, -1.23 } @@ -2612,7 +2612,7 @@ #define LULZBOT_X_MAX_POS 313 #define LULZBOT_Y_MAX_POS 330 #define LULZBOT_Z_MIN_POS -9 - #define LULZBOT_Z_MAX_POS 303 + #define LULZBOT_Z_MAX_POS 300 #endif #elif defined(Sidekick_289) #define X_BED_SIZE 161 diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index c7ac13c0840f..f78861817420 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1105,7 +1105,7 @@ #define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done? // After G34, re-home Z (G28 Z) or just calculate it from the last probe heights? // Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed. - #define HOME_AFTER_G34 + //#define HOME_AFTER_G34 #endif // @@ -4180,7 +4180,7 @@ #else #define E_CURRENT_Aero "M906 E960" #define E_CURRENT_BMG "M906 E960" - #define E_CURRENT_LGX175 "M906 E750" + #define E_CURRENT_LGX175 "M906 E850" #define E_CURRENT_LGX285 "M906 E850" #define E_CURRENT_TWNB175 "M906 T0 E750\n M906 T1 E750" #define E_CURRENT_TWNB285 "M906 T0 E850\n M906 T1 E850"