diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 7b2f722f65..5e34930076 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1168,7 +1168,7 @@ * Override with M92 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 109.4117 } /** * Default Max Feed Rate (linear=mm/s, rotational=°/s) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 6668aa7ba1..d422146803 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3845,7 +3845,7 @@ * Host Prompt Support enables Marlin to use the host for user prompts so * filament runout and other processes can be managed from the host side. */ -//#define HOST_ACTION_COMMANDS +#define HOST_ACTION_COMMANDS #if ENABLED(HOST_ACTION_COMMANDS) //#define HOST_PAUSE_M76 // Tell the host to pause in response to M76 //#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback