Fix E-steps/mm for Geeetech A10M/A20M (#13954)

This commit is contained in:
GUEST.it 2019-05-09 05:43:34 +02:00 committed by Scott Lahteine
parent 23ec650410
commit 6b96eaa15b
2 changed files with 2 additions and 2 deletions

View file

@ -682,7 +682,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.8, 400, 340 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.8, 400, 430 }
/**
* Default Max Feed Rate (mm/s)

View file

@ -682,7 +682,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.8, 400, 340 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.8, 400, 430 }
/**
* Default Max Feed Rate (mm/s)