It's working, but I don't know why.
The Z is not doing what I expect.
I've had to change my steps per unit to:
Where 4000 is expected.
In configuration_adv.h I've been playing about. We have
Note: the values were all 16 to start with, I tried 1's to see if it made any difference to anything. They don't. My drivers are configured on RAMPS as X 16, Y 16, Z 8, E 16 (TBC).
Is there somewhere else I configure stepping? I'm now using the Marlin version direct from Github.
Thanks
The Z is not doing what I expect.
I've had to change my steps per unit to:
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2000,237}
Where 4000 is expected.
In configuration_adv.h I've been playing about. We have
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU. #define MICROSTEP_MODES {1,1,1,16,16} // [1,2,4,8,16]
Note: the values were all 16 to start with, I tried 1's to see if it made any difference to anything. They don't. My drivers are configured on RAMPS as X 16, Y 16, Z 8, E 16 (TBC).
Is there somewhere else I configure stepping? I'm now using the Marlin version direct from Github.
Thanks