Close



Results 1 to 6 of 6
  1. #1

    Cool HELP ! Prusa i3 - Z axis bounces 4mm from endstop when first printing

    Hello fellow Printers,

    Basically i'm new to the whole 3d printing game but now i've got a pretty good jist of it.
    My problem is that when i go to print (using cura and repetier host) the axis homes fine, then the axis goes into printing position but the z axis goes down hits the switch and goes back up 4mm (thinking that its at 0). So now its at 4mm and prints in the air.

    I've tried adding start code but obvs because it thinks its at 0 it cant lower z by 4mm.
    Also, I have changed the recheck/retract from 2mm to 7mm which makes the nozzle go down to home then it goes to the position to print at the correct height (0), however after it gets to this point and the x,y axis move to create the first layer, it suddenly jumps up again.

    im thinking that i could move the switch down 4mm, although this could mean that the bounces may become inconsistent.. dunno?
    I cant move the bed plate up because the screws come loose.


    anyone have any ideas? thanks

  2. #2
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    Sounds to me like you have a 4mm value set for the Z axis of "Distance after Homing". This should be "#define ENDSTOP_Z_BACK_MOVE" in your configuration.h file assuming you are using Repetier firmware.

  3. #3
    Quote Originally Posted by LuckyImperial View Post
    Sounds to me like you have a 4mm value set for the Z axis of "Distance after Homing". This should be "#define ENDSTOP_Z_BACK_MOVE" in your configuration.h file assuming you are using Repetier firmware.

    im using marlin so theres no #define ENDSTOP_Z_BACK_MOVE.... any other possible ideas? :/

  4. #4
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    In Marlin it should be "#define Z_MIN_POS 0" in the endstop portion of configuration.h.

    It could also be that you have an excessive Z-Probe offset distance.
    "#define Z_PROBE_OFFSET {0, 0, -5.1, 0} // X, Y, Z, E". Make the Z value less negative.

  5. #5
    its not seeming to work either... no idea why its lifting the nozzle. could it be something to do with the test model file that im printing?

  6. #6
    fixed it, just removed some start code and moved switch down

Posting Permissions

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