Quote
Roberts_Clif
I though you already had your configuration.h, asked if you had the three jumpers installed video showed. Should have just posted the Jumper Image.
Prusa calculator is here
And
Triffid Hunter's Calibration Guide
Would Need more information in order give you Default Axis numbers.
Lead screw diameter and Pitch - PITCH (distance of rise for one full rotation)
Belt Pitch and Gear number of teeth
Below I have numbers for all Nema 17 Leadscrew Pitch, a 20 tooth 2mm pitch belt driven Y-Axis and X-Axis for my Prusa Hic i3, and Extruder number
// Typical stepper motors have 200 steps per full step/rev = 1.8°/step, so 1/16 microstepping = STEPS_PER_REVOLUTION_E = 3200
// X-Y Axis 3200, / 20 tooth, / 2mm pitch Belt = 200*16 / 20 / 2 = 80 :: (STEPS_PER_REVOLUTION_X / IDLER_TEETH_X / BELT_PITCH_X)
// Z Axis 3200, / 1.25mm pitch leadscrew = 200*16 /1.25 = 2560 :: (STEPS_PER_REVOLUTION_Z / PITCH_OF_Z_ROD)
// Z Axis 3200, / 2mm pitch leadscrew = 200*16 /2 = 1600 :: (STEPS_PER_REVOLUTION_Z / PITCH_OF_Z_ROD)
// Z Axis 3200, / 4mm pitch leadscrew = 200*16 /4 = 800 :: (STEPS_PER_REVOLUTION_Z / PITCH_OF_Z_ROD)
// Z Axis 3200, / 8mm pitch leadscrew = 200*16 /8 = 400 :: (STEPS_PER_REVOLUTION_Z / PITCH_OF_Z_ROD)
// E-Axis 3200, / (11mm Gear OD * pi) :: (STEPS_PER_REVOLUTION_E * EXTRUDER_GEAR_RATIO / (PINCH_WHEEL_DIAMETER * PI))
//
Example of My Numbers which are a fairly common Prusa i3 number set.
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 94.4962144 }
(Though we may have to calculate all numbers if none was provided with Anet A8 kit. unless we find some with the same setup you have)
What is the Anet A8 you have can look see if can find.
Lead screw diameter is 4mm, ptich for full rotation is also 4mm
Belt pitch is 2mm and the gear has 20 teeth
So with the info you have kindly provided; my defaults would be {80, 80, 800, 100 (extruder I have set in my eeprom as 100) correct? :)
I just have the standard A8 as seen here: [www.gearbest.com] only change is i'm using an E3D with bowden setup.