Extruder2 Pins für Y-Achse verwenden --- und Neuvorstellung 14. April 2019 03:05 |
Registrierungsdatum: 5 Jahre zuvor Beiträge: 20 |
#define Z_STEP_PIN 28 // vorher X_STEP_PIN #define Z_DIR_PIN 63 // vorher X_DIR_PIN #define Z_ENABLE_PIN 29 // vorher X_ENABLE_PIN #define X_MIN_PIN 47 #define X_MAX_PIN -1 //2 //Max endstops default to disabled "-1", set to commented value to enable. #define Y_STEP_PIN 14 // A6 #define Y_DIR_PIN 15 // A0 #define Y_ENABLE_PIN 39 #define Y_MIN_PIN 48 #define Y_MAX_PIN -1 //15 #define X_STEP_PIN 31 // A2 // vorher Z_STEP_PIN #define X_DIR_PIN 32 // A6 // vorher Z_DIR_PIN #define X_ENABLE_PIN 30 // A1 // vorher Z_ENABLE_PIN #define Z_MIN_PIN 49 #define Z_MAX_PIN -1
Re: Extruder2 Pins für Y-Achse verwenden --- und Neuvorstellung 14. April 2019 11:07 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
// // Steppers // #define X_STEP_PIN 25 #define X_DIR_PIN 23 #define X_ENABLE_PIN 27 #define Y_STEP_PIN 31 #define Y_DIR_PIN 33 #define Y_ENABLE_PIN 29 #define Z_STEP_PIN 37 #define Z_DIR_PIN 39 #define Z_ENABLE_PIN 35 #define E0_STEP_PIN 43 #define E0_DIR_PIN 45 #define E0_ENABLE_PIN 41 #define E1_STEP_PIN 49 #define E1_DIR_PIN 47 #define E1_ENABLE_PIN 48Herzl. Grüße
Re: Extruder2 Pins für Y-Achse verwenden --- und Neuvorstellung 14. April 2019 12:26 |
Registrierungsdatum: 5 Jahre zuvor Beiträge: 20 |