Tweak e-steps

After getting my extruder to work reliably on a Vref of 1.100V on the TMC2208, I had to adjust my e-steps quite a bit from the original value from Anycubic. Assuming you have a TMC2208 on a similar voltage, this might work well right after flashing, calibrating your e-steps is recommended in any case.
This commit is contained in:
David Ramiro
2018-11-17 19:43:48 +01:00
parent 486e7fbf7d
commit 77ceef9625
2 changed files with 3 additions and 2 deletions

View File

@@ -612,7 +612,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 92.6 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 105.24 }
/**
* Default Max Feed Rate (mm/s)