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

Answered 1 out of 3 not commecting

Discussion in 'Troubleshooting' started by Erik Garcia, Jan 24, 2019.

  1. Erik Garcia

    Erik Garcia New Member

    Joined:
    Oct 23, 2018
    Messages:
    4
    Likes Received:
    0
    Hello,
    I have been given 3 Robo 3d R1+ printers to try start a 3d print club at my school, these were in different stages of brokenness, one lap top to run them.
    I got two printers communicating with the PC, but the third says that it connected but there is no control from the PC. Using the same usb cable, and same usb port on the computer, created 3 different printer profiles, right now connecting one printer at a time. 2 are working fine and the third not!!
    Any suggestions?
    Thanks
    Erik
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    What do you see in the GCode terminal from your host software when you are trying to control the printer?
     
  3. Erik Garcia

    Erik Garcia New Member

    Joined:
    Oct 23, 2018
    Messages:
    4
    Likes Received:
    0
    Here is the code I get, once it said it was connected I tried to use the Z+ button
    ->Communication State: AttemptingToConnect

    ->M105

    <-M105
    ->Communication State: Connected

    <-
    ->M115

    <-M115
    <-
    ->M114

    ->M105

    <-M114
    <-
    <-M105
    <-
    ->G91

    ->G1 Z10 F315

    <-G91
    <-
    <-G1 Z10 F315
    <-
    ->G90

    <-G90
    <-
    ->M105

    <-M105
    <-
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    So if you send it a command via the terminal does it respond?

    try:

    G28;

    (uppercase letters since GCode is case-sensitive)

    Does it try to move the extruder any?
     
  5. Erik Garcia

    Erik Garcia New Member

    Joined:
    Oct 23, 2018
    Messages:
    4
    Likes Received:
    0
    I sent it the G28 command and nothing
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Then the printer has bad electronics.
    Either the Arduino or the firmware loaded on it. You can reflash the firmware (see the FAQ link) and if that fails replace the arduino (and maybe the RAMPS, but start with the Arduino Mega) they are cheap.
     
    Geof likes this.

Share This Page