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
    What values do you have for these settings?

    //// MOVEMENT SETTINGS
    #define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
    #define HOMING_FEEDRATE {50*60, 50*60, 150, 0} // set the homing speeds (mm/min)
    #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,854.91} // default steps perunit for ultimaker {78.7402,78.7402,200*8/3,760*1.1}920
    #define DEFAULT_MAX_FEEDRATE {250, 250, 2, 22} // (mm/sec)

  2. #2
    Technician
    Join Date
    Sep 2014
    Location
    Deer Park, TX
    Posts
    62
    I changed the values to match yours.

    When I attempts to move through the different axis, this is what happens.

    +Z: endstop hit....no movement
    -Z: step motors move a bit slower than normal
    +X: endstop hit....no movement
    -X: Slow movement
    +Y: endstop hit...no movement
    -Y: slow movement.


    Would it be possible to just post your configuration.h file so I can go through line by line to see where mine has errors?

Posting Permissions

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