Issue with dual Z-Axis on Rumba with Marlin firmware December 23, 2014 01:05PM |
Registered: 11 years ago Posts: 48 |
#define Z_DUAL_STEPPER_DRIVERS
#define Z_STEP_PIN 57 #define Z_DIR_PIN 56 #define Z_ENABLE_PIN 62 #define Z_MIN_PIN 33 #define Z_MAX_PIN 32 //to use Z_DUAL_STEPPER_DRIVER in Marlin #define Z2_STEP_PIN 29 #define Z2_DIR_PIN 28 #define Z2_ENABLE_PIN 39 ... #define E2_STEP_PIN 29 #define E2_DIR_PIN 28 #define E2_ENABLE_PIN 39
Re: Issue with dual Z-Axis on Rumba with Marlin firmware December 23, 2014 01:48PM |
Registered: 13 years ago Posts: 108 |
Re: Issue with dual Z-Axis on Rumba with Marlin firmware December 23, 2014 02:42PM |
Registered: 11 years ago Posts: 48 |
Re: Issue with dual Z-Axis on Rumba with Marlin firmware December 24, 2014 10:10AM |
Registered: 13 years ago Posts: 108 |
Re: Issue with dual Z-Axis on Rumba with Marlin firmware December 25, 2014 12:19PM |
Registered: 10 years ago Posts: 590 |
Re: Issue with dual Z-Axis on Rumba with Marlin firmware December 26, 2014 04:37PM |
Registered: 11 years ago Posts: 48 |
Re: Issue with dual Z-Axis on Rumba with Marlin firmware May 26, 2016 07:08PM |
Registered: 8 years ago Posts: 2 |