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
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
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)

View File

@ -29,8 +29,9 @@ While the i3 Mega is a great printer for it's price and produces fantastic resul
#### Or download precompiled hex:
- Choose the correct hex file:
- For TMC2208 with flipped connectors, use `Marlin-AI3M-XXXXXX-flipped.hex`
- For TMC2208 with connectors in original orientation, use `Marlin-AI3M-XXXXXX.hex`
- For TMC2208 with flipped connectors, use `Marlin-AI3M-XXXXXX-flipped.hex`
- If you use the original stepper motor drivers (Pololu A4988 afaik), and didn't do anything to your connectors, you can try to use `Marlin-AI3M-XXXXXX-flipped.hex`. Can't promise it will work though.
#### After obtaining the hex file: