Jump to content

bed level wizzard umo +


gizmo999

Recommended Posts

Posted · bed level wizzard umo +

check this : http://www.thingiverse.com/thing:89034

Bed Leveling Script for Ultimaker

by greengiant83, published

May 15, 2013

Description

This gcode will position the print head at each of the four corners (with room to get to the bed adjustment screws) pausing for a button press between each so that you can adjust the bed level.

It is pretty much the same thing as the bed leveling wizard in Cura except that you don't have to connect the printer to a computer to run it

 

  • Link to post
    Share on other sites

    Posted · bed level wizzard umo +

    Here is my bedleveling gcode for my umo. It is for 3 point leveling but I added the middle and other corners as well.

    G21 ;metric values

    G90 ;absolute positioning

    M107 ;start with the fan off

    M117 Start Leveling - Homing X/Y

    G28 X0 Y0 ;move X/Y to min endstops

    G28 Z0 ;home Z

     

    M117 Start Extended Bed Leveling

     

     

    M117 Front Middle

    G1 Z2.0 F180 ;move the platform down

    G1 X103 Y0 F9000

    G1 Z0.0 F180 ;touch print head to bed

     

    M0 ;Pause

     

    M117 Back Left

    G1 Z2.0 F180 ;move the platform down

    G1 X0 Y210 F9000

    G1 Z0.0 F180 ;touch print head to bed

     

    M0 ;Pause

     

    M117 Back Right

    G1 Z2.0 F180 ;move the platform down

    G1 X210 Y210 F9000

    G1 Z0.0 F180 ;touch print head to bed

     

    M0 ;Pause

     

    M117 Middel

    G1 Z2.0 F180 ;move the platform down

    G1 X105 Y105 F9000

    G1 Z0.0 F180 ;touch print head to bed

     

    M0 ;Pause

     

    M117 Front Right

    G1 Z2.0 F180 ;move the platform down

    G1 X210 Y0 F9000

    G1 Z0.0 F180 ;touch print head to bed

     

    M0 ;Pause

     

    M117 Front Left

    G1 Z2.0 F180 ;move the platform down

    G1 X0 Y0 F9000

    G1 Z0.0 F180 ;touch print head to bed

     

    M0 ;Pause

     

    M117 Homing X/Y

    G1 Z2.0 F180 ;move the platform down

    G28 X0 Y0 F9000

    M117 Leveling Done

    G00 Z20.0 F180 ;move the platform down

     

  • 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...