Jump to content
UltiMaker Community of 3D Printing Experts

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.3 stable released
        In this stable release, Cura 5.3 achieves yet another huge leap forward in 3D printing thanks to material interlocking! As well as introducing an expanded recommended print settings menu and lots of print quality improvements. Not to mention, a whole bunch of new printer profiles for non-UltiMaker printers!
          • Thanks
          • Like
        • 24 replies
      • Here it is. The new UltiMaker S7
        The UltiMaker S7 is built on the success of the UltiMaker S5 and its design decisions were heavily based on feedback from customers.
         
         
        So what’s new?
        The obvious change is the S7’s height. It now includes an integrated Air Manager. This filters the exhaust air of every print and also improves build temperature stability. To further enclose the build chamber the S7 only has one magnetically latched door.
         
        The build stack has also been completely redesigned. A PEI-coated flexible steel build plate makes a big difference to productivity. Not only do you not need tools to pop a printed part off. But we also don’t recommend using or adhesion structures for UltiMaker materials (except PC, because...it’s PC). Along with that, 4 pins and 25 magnets make it easy to replace the flex plate perfectly – even with one hand.
         
        The re-engineered print head has an inductive sensor which reduces noise when probing the build plate. This effectively makes it much harder to not achieve a perfect first layer, improving overall print success. We also reversed the front fan direction (fewer plastic hairs, less maintenance), made the print core door magnets stronger, and add a sensor that helps avoid flooding.
         

         
        The UltiMaker S7 also includes quality of life improvements:
        Reliable bed tilt compensation (no more thumbscrews) 2.4 and 5 GHz Wi-Fi A 1080p camera (mounted higher for a better view) Compatibility with 280+ Marketplace materials Compatibility with S5 project files (no reslicing needed) And a whole lot more  
        Curious to see the S7 in action?
        We’re hosting a free tech demo on February 7.
        It will be live and you can ask any questions to our CTO, Miguel Calvo.
        Register here for the Webinar
          • Like
        • 18 replies
      • UltiMaker Cura Alpha 🎄 Tree Support Spotlight 🎄
        Are you a fan of tree support, but dislike the removal process and the amount of filament it uses? Then we would like to invite you to try this special release of UltiMaker Cura. Brought to you by our special community contributor @thomasrahm
         
        We generated a special version of Cura 5.2 called 5.3.0 Alpha + Xmas. The only changes we introduced compared to UltiMaker Cura 5.2.1 are those which are needed for the new supports. So keep in mind, this is not a sneak peek for Cura 5.3 (there are some really cool new features coming up) but a spotlight release highlighting this new version of tree supports.  
          • Like
        • 22 replies
    ×
    ×
    • Create New...