Welcome! Log In Create A New Profile

Advanced

Print with Z scale- height difference

Posted by bentech4u 
Print with Z scale- height difference
June 29, 2019 07:07AM
HI

i have updated to Marlin 1.1.9 and i tried to print 20mm cube. but the output was x=20mm, y=20mm and z=26mm

in my configuration.h , i have put
#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 4000, 94.69 }


my thread rod is 5mm normal screw.


HOw to fix this issue?

here are my configurations:

Configuration.h
Configuration_adv.h
Re: Print with Z scale- height difference
June 29, 2019 08:19AM
my guess is your using M6 not M5

M5 is 4000 but you say you get 26 when it should be 20

20/26 * 4000 =3076...

M6 should be 3200 steps/mm so it is my guess
Re: Print with Z scale- height difference
June 29, 2019 08:22AM
HI

Thanks for the response,

mine is M5 , just now i checked with a caliper.

Regards,
Ben
Re: Print with Z scale- height difference
June 30, 2019 04:40AM
Why not just change the steps to an adjusted number to have the Z-height correctly? smiling smiley Try 3076 steps/mm and see what happens?


http://www.marinusdebeer.nl/
Re: Print with Z scale- height difference
June 30, 2019 03:05PM
If you are changing the steps/mm in the configuration.h make sure you also update the values stored in the eeprom
Re: Print with Z scale- height difference
June 30, 2019 04:22PM
got fixed, some value was in eeprom. cleared everything and it's working fine now
Sorry, only registered users may post in this forum.

Click here to login