Close



Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30
  1. #21
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    I have the rambo.

  2. #22
    Engineer-in-Training voodoo28's Avatar
    Join Date
    Jan 2015
    Location
    South Florida - Cooper City
    Posts
    212
    ok perfect, we have the same setup. That will definitely help!
    Quote Originally Posted by rhonal89 View Post
    I have the rambo.

  3. #23
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    Sharing my configuration.h and pins.h files to be looked at. I just updated to clough42 and it seem when I autohome it goes the opposite way. crashed!! Also sharing my pins.h Looks like is also crazy on the servo update for rambo. Send PM to voodoo28.
    Attached Files Attached Files

  4. #24
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by rhonal89 View Post
    Sharing my configuration.h and pins.h files to be looked at. I just updated to clough42 and it seem when I autohome it goes the opposite way. crashed!! Also sharing my pins.h Looks like is also crazy on the servo update for rambo. Send PM to voodoo28.
    If you need to switch the direction of any axis, that is very easy to do in the Configuration.h file. Why don't you also post the Clough42 configuration.h file and I'll compare them. Besides inverting the various axis, the configuration.h file also lets you home towards minimum or maximum. It is possible something like that is flipped.

  5. #25
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    That's clough42 configuration.h
    Quote Originally Posted by Roxy View Post
    If you need to switch the direction of any axis, that is very easy to do in the Configuration.h file. Why don't you also post the Clough42 configuration.h file and I'll compare them. Besides inverting the various axis, the configuration.h file also lets you home towards minimum or maximum. It is possible something like that is flipped.
    Last edited by rhonal89; 04-24-2015 at 08:00 PM.

  6. #26
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    And this file I uploaded is the one from Marlin 1.0.2 the one I was using.
    Attached Files Attached Files

  7. #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.

  8. #28
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    Yes, it was the X axis. Thanks I'll look into the value and change them.

    Quote Originally Posted by Roxy View Post
    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.

  9. #29
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    Update coming soon. I received lots of help from voodoo28.

  10. #30
    Technologist
    Join Date
    Nov 2014
    Posts
    138
    Ok, Thanks to Voodoo28 for all his help am up and running. He shared his settings and everything seem to be working well for clough42 single extruder. Am still keeping and eye and see if nothing happens. Also I advice most people of the forum not to update to the latest marlin version as Roxy has advice it has problem or at least not the version I was using which was 1.0.2. Autobed level did not worked or register haft the time it like to skip G29 code. Also who knows what else is broken.

    Update: April 28, 2015. Printed a six hour part and not one movement from the servo.
    Last edited by rhonal89; 04-28-2015 at 08:55 AM.

Page 3 of 3 FirstFirst 123

Posting Permissions

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