|
step size, bed size for RAMPS + A4988 May 30, 2023 10:06AM |
Registered: 3 years ago Posts: 2 |
rinter halted. kill() called!"). It seems that the motor stops before reaching the endstop switch because the time defined for the homing procedure has ended. Also, I noticed that the travel distance depend on both the bed size and the step size parameters, since when I am increasing either one of the, the travel distance increased. However, I cannot get the correct settings. According to the calculator of the step size (https://blog.prusa3d.com/calculator_3416/), the correct step size should be 3200. However, with this step size, the motor does not move and only produces pitch sound, so I believe this step size is too high. It seems that I am missing something here. What would be optimal settings for my setup?|
Re: step size, bed size for RAMPS + A4988 May 30, 2023 11:40AM |
Admin Registered: 15 years ago Posts: 7,322 |
|
Re: step size, bed size for RAMPS + A4988 May 31, 2023 05:51AM |
Registered: 3 years ago Posts: 2 |
Thanks! A stupid question - what dimensions are the BED_SIZE parameter, millimeters or steps?Quote
Dust
3200 should be correct but it is is a lot of steps / mm for a old 8 bit controller.
I would definitely change it to 1/8 micro stepping and set 1600 steps/mm
you will need to reduce the X and Y DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 } // X,Y,Z E
See how Z is way slower, because Z is a lead screw (or threaded rod)
|
Re: step size, bed size for RAMPS + A4988 May 31, 2023 06:33AM |
Admin Registered: 18 years ago Posts: 14,168 |