Close



Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 91
  1. #61
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Once we know the driver boards are adjusted, my plan forward is to next test the endstop switches so we know they are wired and configured in Marlin in a compatible way. One step at a time...

    FWIW, I totally agree with Mjolinor on his assessment of the video. I thought the same thing (some acceleration followed by an attempt to rotate too fast) when I saw it. Once the endstop switches are tested, I'd then suggest testing motors with just the X, Y and Z home buttons in pronterface since homing speeds are totally left to Marlin. After we see motors working fine there, you'd then test with the 1, 10, and 100mm movements on Pronterface. This last testing could involve reducing manual feed rate settings in Pronterface, not Marlin.
    Last edited by printbus; 11-16-2014 at 11:42 AM.

  2. #62
    Student
    Join Date
    Nov 2014
    Location
    Gloucestershire, UK
    Posts
    48
    Add jakers181008 on Thingiverse
    Hi,

    How do i check the the switches are being pressed/released? is there some where that tells the status of these?

  3. #63
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    I'll help with that once you indicate the driver voltages are set. I'm glad to help, but want to stay focused on one aspect at a time.

  4. #64
    Student
    Join Date
    Nov 2014
    Location
    Gloucestershire, UK
    Posts
    48
    Add jakers181008 on Thingiverse
    Hiya, pretty sure i said in one of my last posts, sorry if i didn't, but all of the driver voltages are set to the recommended voltage in the manual, took a while to do that as i had to buy a new battery for my multi meter
    Last edited by jakers181008; 11-16-2014 at 12:37 PM.

  5. #65
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    OK. I thought the Y driver board was still being worked on. I now see I mis-read that.

    How many endstop switches do you have? I assume three?

    Make sure none of the switches are being pressed. From pronterface, issue a M119 command. This will read the endstop switches, as translated through the settings in the configuration.h file. What results do you get?
    Last edited by printbus; 11-16-2014 at 12:48 PM.

  6. #66
    Student
    Join Date
    Nov 2014
    Location
    Gloucestershire, UK
    Posts
    48
    Add jakers181008 on Thingiverse
    >>>M119
    SENDING:M119
    Reporting endstop status
    x_min: TRIGGERED
    x_max: open
    y_min: TRIGGERED
    y_max: open
    z_min: opent (i'm going with this should be TRIGGERED..) same with when i set the values for inverted to false, they both go with TRIGGERED????.. any ideas this doesn't look right?
    z_max: open

  7. #67
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    For now I'm not worried about whether the switches read open or TRIGGERED. For now, press and hold each switch closed (one at a time) while resending the M119. We want to make sure the value for each switch changes as you press and release that switch. If you have three switches, the values for the x_min, y_min, and z_min should be the ones changing.

  8. #68
    Student
    Join Date
    Nov 2014
    Location
    Gloucestershire, UK
    Posts
    48
    Add jakers181008 on Thingiverse
    Hiya, when i press them they change all but the 3rd one for Z :/


    EDIT
    Hang on a sec....
    Last edited by jakers181008; 11-16-2014 at 01:18 PM.

  9. #69
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Quote Originally Posted by jakers181008 View Post
    Hiya, when i press them they change all but the 3rd one for Z :/
    OK, let's try to get that fixed. There might be a wire broken between RAMPS and the Z endstop switch or the wires aren't going to the right terminals on that switch.

    To prove the MEGA2560 board is working OK, try temporarily swapping the connector for the Z endstop switch with the connector for the X or Y endstop. Does the problem stay with the physical switch, or does it stay with the Z_min reading in the M119 results?
    Last edited by printbus; 11-16-2014 at 01:27 PM.

  10. #70
    Student
    Join Date
    Nov 2014
    Location
    Gloucestershire, UK
    Posts
    48
    Add jakers181008 on Thingiverse
    Okay before i had noticed one of the wires had gotten lose, but now when sending the M119 command it comes with:


    Non Pressed
    x_min: TRIGGERED
    x_max: TRIGGERED
    y_min: TRIGGERED
    y_max: open
    z_min: open
    z_max: open


    X Pressed
    x_min: open
    x_max: TRIGGERED
    y_min: TRIGGERED
    y_max: open
    z_min: open
    z_max: open


    Y Pressed
    x_min: TRIGGERED
    x_max: TRIGGERED
    y_min: open
    y_max: open
    z_min: open
    z_max: open


    Z Pressed

    x_min: TRIGGERED
    x_max: open
    y_min: TRIGGERED
    y_max: open
    z_min: open
    z_max: open




    This isnt looking right?..


    When i change over the X trigger to the Z pins, and i now press the x trigger (previously z) i get this:

    X not pressed
    x_min: TRIGGERED
    x_max: TRIGGERED
    y_min: open
    y_max: open
    z_min: open
    z_max: open

    X pressed
    x_min: TRIGGERED
    x_max: TRIGGERED
    y_min: open
    y_max: open
    z_min: open
    z_max: open

Page 7 of 10 FirstFirst ... 56789 ... LastLast

Tags for this Thread

Posting Permissions

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