Dual Z with different drivers

Hi. Im using a Megatronics v2 and would like to set up dual Z with 2 different drivers that would work in mirror.

I selected extruder 0 to be Z but nothing happens. Any suggestions will be appreciated

Comments

  • I was able to find the settings for mirroring but now the second Z only rotates in one direction.

    Also moving Y also moves X

    Mind I say that this is a corexy setup.
  • In core xy you need to be more precise. A x move moves x and y motor, that would be correct.

    Regarding second z check in pins.h if the number for direction pin for used board/driver is correct. 
  • Thanks. Did not understood the first part.
  • core xy always moves x and y motor for horizontal or vertical moves. So if you are saying "Moves x" it is not clear if you mean x motor or x direction.
  • After searching all over i havent found a solucion the the Z drive problem. I have found people replace pins but not mirror or duplicate. Thins is my actual pins.h, can you help me_?

    #define ORIG_X_STEP_PIN         26
    #define ORIG_X_DIR_PIN          27
    #define ORIG_X_ENABLE_PIN       25
    #define ORIG_X_MIN_PIN          37
    #define ORIG_X_MAX_PIN          40   //2 //Max endstops default to disabled "-1", set to commented value to enable.

    #define ORIG_Y_STEP_PIN         4 // A6
    #define ORIG_Y_DIR_PIN          54 // A0
    #define ORIG_Y_ENABLE_PIN       5
    #define ORIG_Y_MIN_PIN          41
    #define ORIG_Y_MAX_PIN          38   //15

    #define ORIG_Z_STEP_PIN         56 // A2
    #define ORIG_Z_DIR_PIN          60 // A6
    #define ORIG_Z_ENABLE_PIN       55 // A1
    #define ORIG_Z_MIN_PIN          18
    #define ORIG_Z_MAX_PIN          19

    #define ORIG_E0_STEP_PIN         35
    #define ORIG_E0_DIR_PIN          36
    #define ORIG_E0_ENABLE_PIN       34

    #define ORIG_E1_STEP_PIN         29
    #define ORIG_E1_DIR_PIN          39
    #define ORIG_E1_ENABLE_PIN       28

    #define ORIG_E2_STEP_PIN         23
    #define ORIG_E2_DIR_PIN          24
    #define ORIG_E2_ENABLE_PIN       22

Sign In or Register to comment.