mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 22:14:06 -06:00
Ender 3 Pro: Use nominal steps-per-mm (#132)
This commit is contained in:
parent
c3dda59b95
commit
26e1491012
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@
|
|||
* Override with M92
|
||||
* X, Y, Z, E0 [, E1[, E2...]]
|
||||
*/
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 79.75, 79.75, 400, 98.4 }
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }
|
||||
|
||||
/**
|
||||
* Default Max Feed Rate (mm/s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue