Adding another stepper to X or Y axis January 17, 2022 04:08AM |
Registered: 1 year ago Posts: 6 |
Re: Adding another stepper to X or Y axis January 17, 2022 04:18AM |
Admin Registered: 12 years ago Posts: 6,859 |
Re: Adding another stepper to X or Y axis January 17, 2022 05:14AM |
Registered: 1 year ago Posts: 6 |
Re: Adding another stepper to X or Y axis January 17, 2022 08:26AM |
Admin Registered: 12 years ago Posts: 6,859 |
Re: Adding another stepper to X or Y axis February 22, 2022 04:16AM |
Registered: 1 year ago Posts: 6 |
Re: Adding another stepper to X or Y axis February 22, 2022 05:06AM |
Admin Registered: 12 years ago Posts: 6,859 |
Re: Adding another stepper to X or Y axis February 23, 2022 03:25AM |
Registered: 1 year ago Posts: 6 |
Re: Adding another stepper to X or Y axis March 17, 2022 12:07AM |
Registered: 1 year ago Posts: 6 |
Quote
Dust
You cant disable Z, so you have to just ignore it
Set EXTRUERS 0
enable X_DUAL_STEPPER_DRIVERS and Y_DUAL_STEPPER_DRIVERS
Adjust the number of elements in things link DEFAULT_AXIS_STEPS_PER_UNIT and DEFAULT_MAX_FEEDRATE from 4 to 3 elements (from X,Y, Z,E to X,Y, Z)
Marlin will warn you with copious warning about what needs changed.
Plug steppers in X, Y E0 and E1
Re: Adding another stepper to X or Y axis March 17, 2022 12:33AM |
Admin Registered: 12 years ago Posts: 6,859 |