Jump to content
UltiMaker Community of 3D Printing Experts

UM1-Z axis is 1/2 of original height - SOLVED


stewe

Recommended Posts

Posted · UM1-Z axis is 1/2 of original height - SOLVED

Hello guys. Today I finished my Ultimaker Original build. What a machine. I was impressed by the quality of the components during the build.

After about hour of messing with bed leveling I made my first print. It was the Ultimaker robot which was loaded in Cura 14.01. I choose the quick settings in the simple version of settings and clicked print. The final product wasnt bad, but it is only 1/2 of the original height.(I got about 1,7cm instead of 3,3cm) I printed with PLA/PHA from ColorFABB on 203°C, blue tape, Cura 14.01 via USB. I also have Ulticontroller connected, but didn't used it. The second print was on expert settings, 0,1mm layer, set raft on, temperature 200°C, speed 50mm/s, travel 150mm/s, retraction on, printed 36min. But again, the layer thickness is about 1/2 height of the original. If I click to move bed in Z axis, it moves without problem and when I move it with my hand(machine disconnected from power) it is the smoothest movement of all my axes.

Can somebody suggest me what could be the problem? Thank you for any suggestions and help

 

 

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    Well, it could be that it's skipping steps during the moves, or the coupling could be slipping. So the simplest thing to check is that the coupler between the z-motor and the lead screw is connected tightly. Skipping steps is probably not the case, if you say it moves smoothly by hand.

    So, next check the steps per mm in your ulticontroller... go into the Control -> Motion section, and check that the z axis steps/mm is 533.33. That's what it should be for the UM1 - 200 steps of the motor turns it rounds once, but with 8x microstepping that looks like 1600 steps per revolution. And one turn of the lead screw is raises the platform 3mm. So 1600 steps/3mm = 533.33333 steps/mm.

    It's unlikely that is wrong; most likely if it's exactly half the height, then the microstepping setting is wrong, so the motors are expecting twice as many step pulses per mm of movement.

    The Z-axis is supposed to be stepped at 8 x Microstepping. The others are 16x. I can't find a photo of what it's supposed to look like... but if you look here...

    http://wiki.ultimaker.com/Electronics_build_guide

    ... it points out that the MS3 jumper for the z-axis should not be connected - so you might check for that. The steppers are under the little stepper driver boards, I think (the small raised boards with heatsinks). You'll need to carefully remove the board for the z-axis by rocking it end to end while pulling gently. That should reveal the jumpers underneath. Two of them should be connected, but the MS3 one should not be.

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    Thank you! I spent a lot of thenths of hours reading this forum before ordering my own. I was prepared to fight X/Y skipping and other common prodblems, but I was paying attention to these things during the build, so the common problems are fixed. Only this Z axis thing... I hope that the problem is underscrewed coupling between stepper and screw. I will try to screw it properlly tomorrow and print something. Or could it be the updated firmware? I installed Cura 14.01 and it asked me to update firmware, so I did it.

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    One way to tell would be to connect to the printer over USB, and move the bed up and down using Cura, or pronterface. Try moving it fairly slowly (600mm/min), 10cm at a time. Stick some blue tape on the inside back wall of the printer, and mark the position of the bed at each extreme. Run it up and down a few times and see if it always ends up in the same place.

    If the positions are different each time, it's probable a loose screw, unless you hear odd noises as it moves and/or it stutters - in which case it's skipped steps.

    If the positions are always spot on, but the extremes are 5cm apart, instead of 10, then it's probably the microstepping jumpers.

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    Thank you for help, the problem was in jumper on Z axis stepper, there were 3 jumpers instead of 2, so it wasn't stepping 1/8 as it should. Thank you again for your help :)

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    For anyone else who has this problem - the red circled area is how the z jumpers are supposed to be (right most one removed or postitioned as shown so that it does nothing). As usual, click image to see it larger.

    gallery_1527_132_73080.jpg

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    Hi there....

    maybe I ve a similar problem...

    My UltiControler (UM1) shows the z-print-values while printing in a curious way (to my mind).

    e.g. : "Layer hight" setting at 0,1mm

    a. "Initiallayer" : 0,3mm (z-value indicates only 0,29mm)

    b. first printlayer: plus 0,1mm --> so z= 0,4mm, but indicates only z= 0,39mm

    c. second printlayer: plus 0,1mm, --> so z= 0,5mm, indicates z= 0,5 mm

    d. thrd printlayer: plus 0,1mm, --> so z= 0,6mm, indicates only z= 0,59mm

    e. z= 0,7 mm

    f. z= 0,69 mm

    etc.

    My conclusion:

    one layer prints correctly at 0,1mm and the next layer only at 0,09mm, next 'compensate' it with 0,11mm ...

    With a "layer hight" at 0,1mm would be the printing result ok, but printing with a "layer hight" at 0,06mm this "misstep" would be added and results in an uneven surface ...?

    What would you think...?

     

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    That's just a rounding error when displaying the value on the display IIRC.

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    thx for answer!

    hm ... but what do the controller has to "round", if there are allways full values... just has to add "0.1" ...?!

    ...maybe an intern calculating thing...

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    Computers don't store numbers in base 10. They use binary or base 2. For example the number five is 101.

    The number half is 0.1 One quarter is 0.01 and one eighth is 0.001.

    But numbers like 0.1 (base 10) are much more complicated and go on "forever" and you have to round at some point. In fact 1/10 (decimal) converted to binary is 0.0001100110011001100110011001100110011...

    More info here:

    http://www.exploringbinary.com/why-0-point-1-does-not-exist-in-floating-point/

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    :huh: ... thx !

     

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    Hello

    I had a very interesting problem today.

    My old printer Ultimaker Original try has updated its firmware. After the update is received similar to your problem.

    Printer launched Z-axis to print 2 times lower.

    illuminarti Thanks for decision.

    I changed Zaxes_mm of 533.3 and now everything is OK.

  • Link to post
    Share on other sites

    Posted · UM1-Z axis is 1/2 of original height - SOLVED

    It's been a while since i ran my umo and i seem to be running into the issue that my z steps per mm is set to 200 instead of 533.3. is there a reason for this?

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