Jump to content

wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade


inx

Recommended Posts

Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

Hello.

Upgrading my ultimaker with a heated bed made me use branch Marlin_UM_HeatedBedUpgrade.

After some bad (z-compressed) prints i figured out the problem:

looking into Configuration.h where DEFAULT_AXIS_STEPS_PER_UNIT is defined i find the following:

#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0,760*1.1}

steps per unit for z-axis: 200

while in branch "Marlin_v1" i find a different value for the z-axis:

200.0*8/3

which explains the "compressed" prints and my bent heated aluminium bed...

changing that value solved the problem.

The same value for the z-axis (200) is to find in branch Marlin_UM_Original_Plus.

is this intentional or just simply a mistake?

inx

 

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    Did you upgrade with the UM made heated bed or a custom self built one? I believe the firmware you mentioned in git is for the UM made bed which comes with a different Z stepper and screw.

    If you build a custom heated bed than you should know two things... The mm per steps is 200 * 8 / 3 because the UM original without the bed upgrade has a screw with a 3 mm pitch, a stepper with 200 steps per rev and it is run in 8 microstepping mode.

    The second is that the UM made bed uses a PT100 temp sensor which your bed probably doesn't use. Flashing the UM firmware for the UM made bed onto a printer with a custom built bed and a different temp sensor causes problems in the firmware with MAXTEMP or MINTEMP errors and may make updating the firmware difficult.

     

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    Indeed i use a non UM heated bed unsing a temperature sensor with 100kOhm

    Figuring out the Temperature sensor was quite straight forward and easy to find in the configuration file.

    Why would a heated bed change the Z stepping resolution? Well, maybe UMs heated bed comes with a new rod... i dont know.

    anyway, i think at least some comments in Configuration.h would nice to avoid that people use wrong values for the z-axis.

    a wrong value there can harm the machine...

     

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    Yes indeed, UM Heated bed kit comes with a new Z axis, just as the UMO+

    The Marlin_UM_HeatedBedUpgrade branch is for the official UM kit.

     

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    Well, i think the title of this post should be rephrased:

    "Attention when using branch Marlin_UM_HeatedBedUpgrade for custom heated bed"

    Nevertheless i think it would be a good idea to have some explicit comments about the values for DEFAULT_AXIS_STEPS_PER_UNIT in Configuration.h

     

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    Hello Guys!

    I have a UMO and the new heated bed kit by ultimaker. I usually compile my own custom version of Marlin.

    There are a few things I would like to confirm:

    - the temperature sensor should be set to \\20 is the PT100 circuit found in the Ultimainboard V2.x

    - the steps per unit should be 200 and the microsteps should be set to 1/8

    Thanks in Advance,

    Antonio

     

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    You only have to change the steps, the temperature sensor is not changed with the kit. You only get a PT100 with the UMO+.

    The official firmware for the UMO+HBK is https://github.com/Ultimaker/Marlin/tree/Marlin_UM_HeatedBedUpgrade, you can compare in GitHub the changes from the https://github.com/Ultimaker/Marlin/tree/Marlin_v1.

     

  • Link to post
    Share on other sites

    Posted · wrong DEFAULT_AXIS_STEPS_PER_UNIT in branch Marlin_UM_HeatedBedUpgrade

    Thank you!

     

  • 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. 
         
        • 16 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.
        • 0 replies
    ×
    ×
    • Create New...