
I tried swapping e0 with x. When I g28 I get y+z and plastic feeding fine. Then I try clicking manual feed and x stepper just hums.
So it has to be some setting or something?? What should I check?
Code: Select all
110,112c110,112
< #define DEFAULT_Kp 41.49
< #define DEFAULT_Ki 2.79
< #define DEFAULT_Kd 154.23
---
> #define DEFAULT_Kp 46.78
> #define DEFAULT_Ki 2.68
> #define DEFAULT_Kd 204
193c193
< #define INVERT_E0_DIR true // for direct drive extruder v9 set to true, for geared extruder set to false
---
> #define INVERT_E0_DIR false // for direct drive extruder v9 set to true, for geared extruder set to false
223c223
< #define Z_HOME_POS 374 // Distance between nozzle and print surface after homing.
---
> #define Z_HOME_POS 345.0 // Distance between nozzle and print surface after homing.
231,232c231
< //#define DEFAULT_AXIS_STEPS_PER_UNIT {53.333, 53.333, 53.333, 292.0} // default steps per unit for rostockmax
< #define DEFAULT_AXIS_STEPS_PER_UNIT {106.666, 106.666, 106.666, 584.0}
---
> #define DEFAULT_AXIS_STEPS_PER_UNIT {53.333, 53.333, 53.333, 292.0} // default steps per unit for rostockmax
306c305
< #endif //__CONFIGURATION_H
---
> #endif //__CONFIGURATION_H
Code: Select all
#define MICRO_STEPS 16
Is that not the right thing to do? It seemed to correct the stepping for the x,y,z axes.#define DEFAULT_AXIS_STEPS_PER_UNIT {53.333, 53.333, 53.333, 292.0}
Code: Select all
#define E0_STEP_PIN 33// 34
#define E0_DIR_PIN 42// 43
#define E0_ENABLE_PIN 25// 26
#define E0_MS1_PIN 63// 65
#define E0_MS2_PIN 64//66
#define E1_STEP_PIN 34// 33
#define E1_DIR_PIN 43// 42
#define E1_ENABLE_PIN 26// 25
#define E1_MS1_PIN 65//63
#define E1_MS2_PIN 66// 64