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

What's that command again?

Discussion in 'General Questions' started by supercazzola, Jan 5, 2020.

  1. supercazzola

    supercazzola Active Member

    Joined:
    Jun 1, 2017
    Messages:
    424
    Likes Received:
    111
    The one that you can put to instantly lower the print bed (raise head) after a print finishes to stop the hotend from making a dimple in the top layer when it finishes printing ?
    thank you
     
  2. WheresWaldo

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

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    If you just want to lower it a bit, then you need to do the following
    1. Change to relative positioning (G91)
    2. Move down 5 mm (G1 Z5)
    3. Return to absolute positioning (G90)
    If you want to move the entire bed to the bottom, then your end print script should just do that
    1. Move to nnn, where nnn is the bottom (G1 Znnn)
     
    #2 WheresWaldo, Jan 6, 2020
    Last edited: Jan 6, 2020
    Geof and supercazzola like this.
  3. supercazzola

    supercazzola Active Member

    Joined:
    Jun 1, 2017
    Messages:
    424
    Likes Received:
    111
    thank you Waldo. Always full of helpful information. I appreciate that
     
  4. WheresWaldo

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

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    Oops, I have been doing a lot of modeling with Daz3D and they label vertical as Y, 3D printers use Z, so I had to change the commands above to Z instead. Sorry I wasn't paying attention.
     

Share This Page