Updated STEPS_PER_UNIT

This commit is contained in:
Danny Oh 2020-07-29 02:51:11 -07:00
parent af06b28e92
commit ed57425c08

View File

@ -128,7 +128,7 @@
// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_GEN_13
#define MOTHERBOARD BOARD_RAMPS_13_EFB
#endif
// Name displayed in the LCD "Ready" message and Info menu
@ -757,7 +757,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 88.618, 88.618, 3200, 107 }
/**
* Default Max Feed Rate (mm/s)