Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Z axis adjusting right before print starts

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    727
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Scottbg1undefined
      Scottbg1
      last edited by

      Hi all,

      CoreXY

      I am noticing that right before the print starts, the print bed is dropping just a notch, totally messing up my manual bed leveling. (I don't have a Z probe)
      In my start code on my slicer (Simplify3D) I have it set to G28, then the last line is to push a bit of filament out to prime the nozzle.
      Nothing is telling Z to move. I have all offsets at 0.

      But after priming I can see and feel (putting my fingers on the lead screw) the bed dropping just a hint.
      I end up having to bump the bed back up with the Baby Stepping function in DWC all the way to -0.2mm to get the nozzle height right again.

      In my Homeall.g I have G92 Z0 as the last line.

      I even tried to compensate for it in the start code by adding G1 Z-0.2 and the bed still went down. I reversed it by changing it to G1 Z0.2 just in case I had my bearings wrong but it seems as if Simplify doesn't care. Still dropping.

      Any ideas?

      Thanks in advance…

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        What you are seeing is normal behaviour. The first layer is printed with the nozzle higher than the bed by the first layer height. There will be a G1 command in the gcode file you are printing to do this, and if the nozzle is right on the bed when this command is executed, you will see the bed drop.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • Scottbg1undefined
          Scottbg1
          last edited by

          Hmmm….

          Ok, then I need some advice then. I thought I had the nozzle height adjustment thing down pat but apparently I don't.
          My first printer, (a Prusa clone) maintained the same nozzle height after homing.
          I always understood that manually setting the nozzle height using a piece of paper folded in two as a feeler gauge, between the nozzle and bed, then adjusting the bed height screws to get a perfect distance for printing. So when the print started, this manually adjusted height determined the print height, and the layer height was determined by settings.

          If I am understanding you correctly, I should adjust the nozzle height to be touching the bed completely, and the gcode will raise the nozzle, (or in my case, lower the bed) per the layer height I have entered in the slicer?
          I always assumed that layer height = extrusion rate + print speed.

          Educate me.

          BTW....I just ordered your Mini IR height sensor from Filastruder. I read that it works well with a glass bed, which is what I use.
          I am hoping it will take the aggravation out of adjusting the bed level.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA