Jump to content

Cura 14.07: Where is the bed leveling wizard for UM original?


peanudt

Recommended Posts

Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

Hi,

I wanted to level my bed on my UM original, but when I use the wizard, the print head moves to the center in the back for the second calibration step.

I think this is the required method for the UM2, but on the UM original the fan is blocking one of the adjustment screws.

Do I miss something or is it a bug?

 

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    I like that the wizard positions the head automatically to each of the corners. So you do not have to move the head manually (my assumption is that the automated way is more precise) and/or do it step by step via the software or controller.

    The wizard was one of the elements that made me happy compared to the leveling procedure for my Prusa Mendel.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Is your fan on the left or the right? (It should be on the right. I know this is easy to do wrong. As it's still on the left on my home printer)

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Print head

    It is on the left as described in the instruction manual. i don't understand why it should be on the right side now? And if so, would that work? Looks like it will block the right adjustment screw then.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Sorry, it should be on the left, and mine is on the right. (was looking at the machine from the wrong direction)

    The bed-leveling-wizard in Cura should account for this and put the head a bit out of the way of the screws...

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    It did before. With the four adjustment screws it should move to each of the four corners.

    Even if I could reach the screws, it is probably not working to level the bed properly if you need to do this based on one location in the center of the bed. So it's useless for the standard UM.

    Is this way of working now the 'standard' procedure or should it still be working on the regular UM (maybe my system does not recognize the correct printer)?

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Wait a sec. Do you have a heated bed? Because if you have a heated-bed selected, it assumes you have a 3 point leveling system instead of the 4 point leveling system.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Yes, it was selected! My printer is busy, so I cannot check if this fixes the issue now but will let you know.

    If this is the case, I would suggest not to keep these settings related to each other. Otherwise the people experimenting with DYI heated beds on the UM1 can be disappointed ;-).

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Do you have an ulticontroller too?

    I would suggest to generate a gcode file with a leveling routeen so you have no need to use the wizzard.

    If you´re interested, I can post my gcode-file as soon as I´m back home...

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    I have the Ulticontroller, so posting the leveling g-code is very much appreciated Drayson! Think others will like it too.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    If this is the case, I would suggest not to keep these settings related to each other. Otherwise the people experimenting with DYI heated beds on the UM1 can be disappointed :wink:.

     

    It's a secret plot to sell more heated-bed-upgrade-kits. But don't tell anyone that.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Think this is the number one USP for selling them :mrgreen:

    And yes, you were right. When the heated bed setting is disabled, the bed leveling wizard is visiting all 4 corners again. Thanks for the help.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    I have the Ulticontroller, so posting the leveling g-code is very much appreciated Drayson! Think others will like it too.

     

    Sorry, was a damn long night yesterday :-)

    Just put the code into an empty .txt and rename it to .gcode. It´s for 4 P leveling with an second round as extention to make the leveling super accurate.

    Here we go:

    G21 ;metric values

    G90 ;absolute positioning

    M107 ;start with the fan off

    M117 Homing X/Y

    G28 X0 Y0 ;move X/Y to min endstops

    M117 Start Extended Bed Leveling

    M0

    M117 Front Left

    G1 X42 Y15 F9000

    G28 Z0 ;move Z to min endstops

    M0 ;Pause

    M117 Front Right

    G1 Z5.0 F180 ;move the platform down

    G1 X148 Y15 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Back Right

    G1 Z5.0 F180 ;move the platform down

    G1 X148 Y180 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Back Left

    G1 Z5.0 F180 ;move the platform down

    G1 X42 Y180 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    G00 Z10.0 F180 ;move the platform down

    M117 Extended Front Left

    G1 X15 Y15 F9000

    G28 Z0 ;move Z to min endstops

    M0 ;Pause

    M117 Extended Front Right

    G1 Z5.0 F180 ;move the platform down

    G1 X175 Y15 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Extended Back Right

    G1 Z5.0 F180 ;move the platform down

    G1 X175 Y180 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Extended Back Left

    G1 Z5.0 F180 ;move the platform down

    G1 X15 Y180 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Extended Middle

    G1 Z5.0 F180 ;move the platform down

    G1 X95 Y97.5 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Homing X/Y

    G00 Z10.0 F180 ;move the platform down

    G28 X0 Y0 F9000

    Have fun with it - if sombody has recommendations it please feel free to modify :-)

    b.t.w. I don´t use it any more as I modified my bed to 3P leveling - there I have a similar code...

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Hi Drayson,

    That is a nice gcode hack. can you also publish your 3point levelling? Then I can compare them and modify to my printer. i also have 3point levelling but my likely my locations are the other way around. I have 2 points in the back and 1 on the front... Thanks

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Sure!

    Here we go for 3P leveling...

    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

    M117 Start Extended Bed Leveling

    M117 Front Left

    G1 X42 Y15 F9000

    G28 Z0 ;move Z to min endstops

    M0 ;Pause

    M117 Front Right

    G1 Z5.0 F180 ;move the platform down

    G1 X148 Y15 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Back Middle

    G1 Z5.0 F180 ;move the platform down

    G1 X95 Y180 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    G00 Z10.0 F180 ;move the platform down

    M117 Extended Front Left

    G1 X15 Y15 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Extended Front Right

    G1 Z5.0 F180 ;move the platform down

    G1 X175 Y15 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Extended Middle

    G1 Z5.0 F180 ;move the platform down

    G1 X95 Y97.5 F9000

    G1 Z0.0 F180 ;touch print head to bed

    M0 ;Pause

    M117 Homing X/Y

    G00 Z10.0 F180 ;move the platform down

    G28 X0 Y0 F9000

    M117 Leveling Done

    G00 Z80.0 F180 ;move the platform down

    My corresponding hardware you can find here: http://www.thingiverse.com/thing:247552

     

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    Thanks

    Now I have some hacking todo...

  • Link to post
    Share on other sites

    Posted · Cura 14.07: Where is the bed leveling wizard for UM original?

    great, keep us informed :-)

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