Jump to content

Calibrating your building platform


jelleatprotospace

Recommended Posts

Posted · Calibrating your building platform

After assembling your Ultimaker, and you have extrusion working and you have levelled your building platform with the paper under the nozzle trick (you did do that trick, didn't you?), you still have no proof that it can lay down that first layer hands-off.

Here is some gcode you can run to test if your bed is level enough, and the Z-height is set correctly. It will slowly lay down a single thread on the bed, moving from corner to corner.

You can test if it adheres right (try to rub it off) and is not blocked too much(depress the bed slightly with a finger and see if a large flow comes out). I assume that you are past the 'printing in mid air' and 'digging into the tape' stages. The head moves slow enough to allow you some time to turn the set screws.

 

 ;the silly forum is not allowing .gcode files, so you will have to cut&paste this code in a 'new' file in rep-g...M104 S240 ;Set temp but dont wait for it yetM92 E14 ;Old style E=mm out of the nozzleG28 ;home all axesG0 Z30 :move up a little to avoid making a mess on the bedG1 E100 F1000 ;Extrude some stuffG92 E0 ;set Extrusion too zero againG1 X10 Y10 E14 F500 ;Start first move to corner.G1 Z0.2 ;Common first layer height? Optionally set this to your normal first layer height.G1 X180 E184 ;and start laying that thread.G1 Y180 E354 ;you can twist the four screws now to make sure you get an even laydown all over the bed. G1 X10 E524 ;ideally, your bed should be level within 0.05mm (or even lower if your Z-resolution is lower)G1 Y10 E694 ;M3 screws move 0.5 with each turn, so your fine-tunig should be with less then 1/8 turns. G92 E10G1 X12 Y12 E14G1 X178 E184	G1 Y178 E354G1 X12 E524G1 Y12 E694G92 E10G1 X14 Y14 E14G1 X176 E184G1 Y176 E354G1 X14 E524G1 Y14 E694G92 E10G1 X16 Y16 E14G1 X174 E184G1 Y174 E354G1 X16 E524G1 Y16 E694G92 E10G1 X18 Y18 E14G1 X172 E184G1 Y172 E354G1 X18 E524G1 Y18 E694G92 E10G1 X20 Y20 E14G1 X170 E184G1 Y170 E354G1 X20 E524G1 Y20 E694

 

If your are satisfied with the results of your tweaking, you might hunt down some prefab gcode and while that is printing, you can get your feet wet with compiling some gcode of your own.

I hope that UM has released a newer version of rep-G, bundled with some working profiles, by the time you read this..

  • Link to post
    Share on other sites

    • 1 month later...

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