Added host communication

Corrected feeding rate
This commit is contained in:
efflicto
2023-11-10 23:34:57 +01:00
parent 0abe6975e7
commit ca845e11a5
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)