Close



Results 1 to 10 of 30

Threaded View

  1. #27
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    I pulled them into ExamDiff... There are differences that could do what you described. In one file there is:

    #define INVERT_X_DIR false
    #define INVERT_Y_DIR false
    #define INVERT_Z_DIR true

    In the other file you have:

    #define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
    #define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
    #define INVERT_Z_DIR true // for Mendel set to false, for Orca set to true

    So... If I had to bet... I bet it was the X axis that crashed. Right? If you flip that value, it might just work. But I wouldn't do a Home operation first thing. I would connect to the printer in PronterFace and then tell it to move a little bit on each axis and see if reasonable things happen.
    Last edited by Roxy; 04-25-2015 at 08:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •