Added host communication

Corrected feeding rate
This commit is contained in:
efflicto
2023-11-10 23:34:57 +01:00
committed by Sven Soost
parent 3b5a2f33e8
commit e249879310
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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