Jump to content

Pause the printer at a manually setting height of the build plate


DavidSu

Recommended Posts

Posted · Pause the printer at a manually setting height of the build plate

Hi all, 

 

I want to pause the printer at a manually setting height of the build plate. 

When I use M0/M1, it indeed pauses but it goes down to the lowest height. Here is my code.

M18 S5
M0
G1 Z100
G0 Z0.6
;LAYER:2

 

Is there anyway to pause the printer at a manual setting height of the build plate?

Thank you!

  • Link to post
    Share on other sites

    Posted · Pause the printer at a manually setting height of the build plate

    If you do a quick test with Pause At Height at Layer:2 you will see that the code generates "relative" moves as well as absolute moves and inserts the proper resume height as well as the resume X and Y locations.

     

    Note that if the file is created with Z-Hops or Adaptive Layers then you must use "By Layer" because the variable Z location of Z-Hops confuses the plugin when it's set to "By Height".

     

    In your code snippet:

    M18 S5 ;This will cause the steppers to disable in 5 seconds.

    M0 ;pause.  You have 5 seconds to do what you are going to do.

    G1 Z100 ;drop the build plate to an absolute Z=100

    G0 Z0.6 ;Move the build plate to absolute Z=0.6

     

    If you take longer than 5 seconds before re-starting the print then the steppers disable and lose their position.  That makes the Z100 and Z0.6 really iffy as to where the print head is actually going to end up.  The X and Y position are lost also and the remaining print would be catastrophically off.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
        • 0 replies
    ×
    ×
    • Create New...