Jump to content

Build plate checking without adjustment


hyiu0000

Recommended Posts

Posted · Build plate checking without adjustment

Hi,

 

Is it possible to verify the build plate calibration without going through the adjustment process again?   That means I just want to home the print head to the three points for checking.  Thanks.

  • Link to post
    Share on other sites

    Posted · Build plate checking without adjustment

    Just for plays I created a gcode file you can test with.

    The file is a a print job that will move to the 3 manual levelling locations and remains 5 seconds at each location before moving on.

    Since you didn't mention your printer model I created this for the UM3. For the other printer models you'll have to change the head positions.

     

    Note that manual levelling is only to be done when you think something changed in your printer or its environment. There pass multiple months where I don't re-calibrate.

    bed_check.gcode

    • Like 1
    Link to post
    Share on other sites

    Posted · Build plate checking without adjustment

    Hi CarloK,  Thanks for your code.  I wonder can this code be used in UM2E+ ?  Because I do not understand how to change the head positions.  Do you mean I should modify the Gcode myself?

  • Link to post
    Share on other sites

    Posted · Build plate checking without adjustment

    Yes, I meant you to change the gcode yourself by opening the file in an editor / text processor. I understand you've never done this before so I attached a file for the UM2(+) / UM2E(+). This isn't tested since I don't have such a printer here for testing now.

    UM2_bed_check.gcode

    • Like 1
    Link to post
    Share on other sites

    Posted · Build plate checking without adjustment

    Thanks and the code was tested okay.  The only thing is I added one more z-hop before the first move.   Also it should go to the left side before the right side to make it the same as the normal calibration steps.  I was trying to add a statement //action:pause without success.  I want to be able to manually push the button to proceed instead of wait for a fix number of seconds.

  • Link to post
    Share on other sites

    Posted · Build plate checking without adjustment

    The sequence for the buildplate locations on the UM2 and UM3 differ. My original version was for the UM3 and I didn't change it when converting to the UM2.

     

    I don't think there is a command to stop the printer until a button is pressed. Strange, it makes sense to have such a command, maybe I'm overlooking something. You can't use the pause command since that will also move the bed.

     

    Other options:

    - Take full manual control by installing the pronterface program.

    • Like 1
    Link to post
    Share on other sites

    Posted · Build plate checking without adjustment

    Did some more research.

    TheUM3 has no gcode for pausing until a button is pressed, but the UM2(+) has.

     

    The M0 and M1 commands will stop the print until the specified time has passed or the user presses a button.

    Parameter P = time in milliseconds

    Parameter S = time in seconds.

     

    "M0 P2000" waits 2000 milliseconds or button press

    "M0 S2" waits 2 seconds or button press

    "M0" waits for button presse

    • Like 1
    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. 
         
          • Like
        • 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.
          • Like
        • 0 replies
    ×
    ×
    • Create New...