Dual Z drivers MARLIN/RAMPS (MKS Base 1.5) July 29, 2017 01:36PM |
Registered: 9 years ago Posts: 79 |
Re: Dual Z drivers MARLIN/RAMPS (MKS Base 1.5) September 06, 2017 01:38PM |
Registered: 7 years ago Posts: 262 |
Re: Dual Z drivers MARLIN/RAMPS (MKS Base 1.5) September 06, 2017 08:26PM |
Admin Registered: 13 years ago Posts: 7,107 |
Re: Dual Z drivers MARLIN/RAMPS (MKS Base 1.5) September 06, 2017 09:53PM |
Registered: 9 years ago Posts: 79 |
Quote
JustSumGuy
I have not heard of wiring the second Z motor to the E-1 driver, I am sure you could but I believe the accepted way to run dual Z motors is with one driver output.
I know you don't want to, but turning up your drivers output and running dual driver as you said you tried is what I would expect is what you need....
good luck
Quote
Dust
set steps/mm as e1
in configuration.h find something like
/**
* Default Axis Steps Per Unit (steps/mm)
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 }
so you want to add a column and make it the same as Z value
eg #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500, 4000 }