Close



Results 1 to 10 of 76

Hybrid View

  1. #1
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    The fact it won't move at all on the X & Y is probably because you have these set TRUE

    #define min_software_endstops false // If true, axis won't move to coordinates less than HOME_POS.
    #define max_software_endstops false // If true, axis won't move to coordinates greater than the defined lengths below.

    My Configuration.h is attached.

    Also, it is possible some of the confusion is coming from this if you have the HOME_DIR set to +1.

    // ENDSTOP SETTINGS:
    // Sets direction of endstops when homing; 1=MAX, -1=MIN
    #define X_HOME_DIR -1
    #define Y_HOME_DIR -1
    #define Z_HOME_DIR -1
    Attached Files Attached Files
    Last edited by Roxy; 09-17-2014 at 01:52 PM.

Posting Permissions

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