1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved Can't connect with printer

Discussion in 'Troubleshooting' started by John Randall, Aug 28, 2015.

  1. John Randall

    John Randall New Member

    Joined:
    Aug 11, 2015
    Messages:
    8
    Likes Received:
    0
    I uploaded configure.h using Arduino with just a change for the thermistor & & was successful. Now I can't connect to the printer with Matter Control. It says it is connecting but fails to finally connect. I reset the ramps board a few times & the problem persists. I have changed USB cable & tried another Mac also with no success.
     
  2. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,276
    you uploaded only configuration.h? you need to upload the whole ino
     
    mark tomlinson likes this.
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yea, the arduino stuff is all or nothing. You have to cross-compile the entire project and reload it.
     
  4. John Randall

    John Randall New Member

    Joined:
    Aug 11, 2015
    Messages:
    8
    Likes Received:
    0
    I tried to upload the Marlin.ino file & got this error message.
     

    Attached Files:

  5. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,276
    ignore the marlin.ino file
     
  6. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    From the Arduino IDE, you will need to load and compile ROBO3DR1V3_06112015.ino, because that is the directory you have the files located in. Otherwise it won't compile. If you don't have a ROBO3DR1V3_06112015.ino you can do one of three things:

    1. Make a copy of Marlin.ino that is already in that directory and rename that copy ROBO3DR1V3_06112015.ino
    OR
    2. Rename the sub-directory ROBO3DR1V3_06112015 to Marlin.
    OR
    3. Move all those files into a sub-directory called Marlin

    That was gathered from a cursory look at the .PDF you just uploaded.
     
  7. John Randall

    John Randall New Member

    Joined:
    Aug 11, 2015
    Messages:
    8
    Likes Received:
    0
    Thanks for your help!!!
     

Share This Page