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

Robo R2 shuts down after 3-4% when printing large prints

Discussion in 'Troubleshooting' started by igal kushnir, Jan 28, 2018.

  1. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339

    Thats not me bro! :D lol I reused the picture @igal kushnir posted, not sure what the foil is for?
     
  2. WheresWaldo

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

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    I am assuming they are now shielding the wiring harness, but if it ain't connected to a suitable earth ground it is pretty much useless. My harness is just sheathed with Black PETG TechFlex (or whatever the cheap Chinese equivalent is).
     
  3. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    honestly cant recall but I do not think any of my leads "down under" are shielded by anything lol!
     
  4. igal kushnir

    igal kushnir Member

    Joined:
    Jan 28, 2018
    Messages:
    52
    Likes Received:
    5
    So guys, i flashed the sd card with the link @Geof gave me and now just insert it to the slot ? or do i have to change the name of the printer somewhere or somehow ?
    Thanks!
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    putty/ssh to the pi and edit /etc/hostname to change the Pi hostname.
    Yes, that means getting it powered up and on the network first :)
     
  6. igal kushnir

    igal kushnir Member

    Joined:
    Jan 28, 2018
    Messages:
    52
    Likes Received:
    5
    @mark tomlinson if I'm on a windows based pc...how do i do that ? i only know that my printer ip now is 192.168.1.63...Thanks guys !
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
  8. igal kushnir

    igal kushnir Member

    Joined:
    Jan 28, 2018
    Messages:
    52
    Likes Received:
    5
    Ok I'm in ...how do i edit.. ? i know I'm asking dumb questions but i simply donw know :( @mark tomlinson
     
  9. igal kushnir

    igal kushnir Member

    Joined:
    Jan 28, 2018
    Messages:
    52
    Likes Received:
    5
    Anyone can guide me through after i flashed the Sd card, and downloaded putty ?
    much appreciated !
     
  10. supercazzola

    supercazzola Active Member

    Joined:
    Jun 1, 2017
    Messages:
    424
    Likes Received:
    111
    typically, you would use a program already on the pi, like
    vi
    but if you are asking for help, vi probably isn't the text editor you want to use.
    so maybe try the one named
    nano

    you would ssh into the Raspberry Pi, sign in to the default account already mentioned, and then type

    nano /etc/hostname

    if that gives an error, you need to type

    sudo nano /etc/hostname

    and then just change the hostname to whatever yours is. Then save the file and reboot the pi

    sudo reboot


    if you need more help on nano, google it.
     
    igal kushnir likes this.
  11. igal kushnir

    igal kushnir Member

    Joined:
    Jan 28, 2018
    Messages:
    52
    Likes Received:
    5
    Thank you ! I’ll try


    Sent from my iPhone using Tapatalk
     

Share This Page