eric78

About

Username
eric78
Joined
Visits
2
Last Active
Roles
Member

Comments

  • The final version is: #define MOTOR DRIVER v1 (var) Stepper Driver var (200.0f, 1.0f) because 200.0f  for one revolution and 5.0 is too fast. Thank you Eric
  • Hello, this is it works! by creating a third extruder. I added in pin.h "#define ORIG_E2_STEP_PIN 63 #define ORIG_E2_DIR_PIN 64 #define ORIG_E2_ENABLE_PIN 59 .... #define E2_PINS ORIG_E2_STEP_PIN, ORIG_E2_DIR_PIN, ORIG_E2_ENABLE_PIN, " and chang…
  • I tested "G204 P0 S1" and "G204 P0 S0" with "G201 P0 X10" still nothing! I'll test by adding a third extruder. Good Sunday Eric
  • Thank you for your reply but with #define NUM_MOTOR_DRIVERS 0 I get Unknown command: G201 So I tested with #define NUM_MOTOR_DRIVERS 1 and invertEnable true and false, the engine still does not move; + ( "#define NUM_MOTOR_DRIVERS 1 // #define MOTO…