From e249879310a1f0a6b2ec3bc54145fdddb4dd9b8c Mon Sep 17 00:00:00 2001 From: efflicto Date: Fri, 10 Nov 2023 23:34:57 +0100 Subject: [PATCH] Added host communication Corrected feeding rate --- Marlin/Configuration.h | 2 +- Marlin/Configuration_adv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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