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

Answered Robo R1 - Z not moving up during print

Discussion in 'Troubleshooting' started by John in MS, Dec 15, 2018.

  1. John in MS

    John in MS Active Member

    Joined:
    Oct 26, 2015
    Messages:
    188
    Likes Received:
    29
    My Robo R1 z axis works great when I move it up and down manually when not printing.

    But when I begin printing I get a great first layer but after that the Z axis does not move up, with ny E3DV6 digging into the previous layers.

    Any suggestions? Thanks
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Sounds like the Z axis steps/mm is off. This can happen if you accidentally load the wrong firmware.
    The Z steps are wildly different on the various flavors of Robo 'R1' style machines. The Beta and R1 are both different and so is the R1+ :)

    What Z steps did you use and which machine specifically do you have?
     
    Geof likes this.
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    So this line is the key one:

    #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,800,723.38} // default steps per unit for RoBo 3D R1+ (leadscrews)
    #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,723.38} // default steps per unit for RoBo 3D R1 (8mm threaded rods)
    #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2267.72,723.38} // default steps per unit for RoBo 3D R1 beta (5/16 inch threaded rods)
     
    #3 mark tomlinson, Dec 15, 2018
    Last edited: Dec 15, 2018
    Geof likes this.
  4. John in MS

    John in MS Active Member

    Joined:
    Oct 26, 2015
    Messages:
    188
    Likes Received:
    29
    I have the plus. I will look into this
     
  5. John in MS

    John in MS Active Member

    Joined:
    Oct 26, 2015
    Messages:
    188
    Likes Received:
    29
    Z steps in my little LCD controller days .0800. I don't play around with my firmware much. Should I flash it?
     
    Geof likes this.
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    If you have an R1+ then that is correct.

    Maybe your stepper driver is getting weak. The R1+ has two actually (one for each Z rod -- which is not normal for this style printer) but regardless if one of them is not working as it should the attached stepper could drop steps and that will make it not get high enough for the next layer.
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    I mean there is always the possibility that a stepper itself is going, but they are pretty sturdy

    If you have not calibrated the extruder you might want to give that a go. If it is over extruding that can give you issues where too much plastic is put down and your extruder will crash into it next layer. ..

     
  8. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    I don't normally look at that as a first step since the default numbers Robo used in their firmware tends towards under (not over) extrusion.
     

Share This Page