Marlin + RAMBo: Unpredictable moves of the Z carriage; March 06, 2014 11:44AM |
Registered: 10 years ago Posts: 2 |
Re: Marlin + RAMBo: Unpredictable moves of the Z carriage; March 06, 2014 08:39PM |
Admin Registered: 16 years ago Posts: 1,470 |
#define Z_STEP_PIN 35 #define Z_DIR_PIN 47 #define Z_MIN_PIN 10 #define Z_MAX_PIN 30 #define Z_ENABLE_PIN 27 #define Z_MS1_PIN 68 #define Z_MS2_PIN 67 #define E1_STEP_PIN 33 #define E1_DIR_PIN 42 #define E1_ENABLE_PIN 25 #define E1_MS1_PIN 63 #define E1_MS2_PIN 64
#define Z_STEP_PIN 33 #define Z_DIR_PIN 42 #define Z_MIN_PIN 10 #define Z_MAX_PIN 30 #define Z_ENABLE_PIN 25 #define Z_MS1_PIN 63 #define Z_MS2_PIN 64 #define E1_STEP_PIN 35 #define E1_DIR_PIN 47 #define E1_ENABLE_PIN 27 #define E1_MS1_PIN 68 #define E1_MS2_PIN 67
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Marlin + RAMBo: Unpredictable moves of the Z carriage; March 07, 2014 07:28AM |
Registered: 10 years ago Posts: 2 |