jkoljo Wrote:
-------------------------------------------------------
> You only have to change the steps/mm value, and
> you will have to do that anyway when you set up a
> new printer. In Marlin you make the change in
> configuration.h file, you will find the correct
> place when you look for it.
Is this it?
If I what to use a 0.9 step angle motor for Z axis (just for an example) I would change the third number, 4000, to 8000, is that right?
-------------------------------------------------------
> You only have to change the steps/mm value, and
> you will have to do that anyway when you set up a
> new printer. In Marlin you make the change in
> configuration.h file, you will find the correct
> place when you look for it.
Is this it?
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,870}
If I what to use a 0.9 step angle motor for Z axis (just for an example) I would change the third number, 4000, to 8000, is that right?