Creality3DPrinting / Ender-3

The Creality3D Ender-3, a fully Open Source 3D printer perfect for new users on a budget.
GNU General Public License v3.0
1.78k stars 655 forks source link

Ender 3 making print Taller. #49

Closed Johnathan2581 closed 4 years ago

Johnathan2581 commented 4 years ago

Hello,

I'm currently printing with some new PETG I got for Christmas. I started a common (20x20x20 XYZ cube ) print to check and make sure everything is okay. Well, I run into an issue for some reason it has doubled the z of the print and I can't figure out why it's doing so. My sliced CURA file sliced it like a 20x20x20 so I don't think it's that. I also looked at the Z-axis steps and it's set to the default 400/mm. I also took a look at the two little bolts on the Z screw coupler and they are tight.

Any other ideas would be a great help Thank you! 20200106_165248 20200106_165237 20200106_165240 20200106_165244

wjsteele commented 4 years ago

Are you sure you're gcode is not setting the M92 value for the Z axis incorrectly? The defaults are shown in M502, but what is active is M503. If not, try setting the steps per mm to half the value, using M92 Z200, which will tell it it only needs 200 steps to make a complete revolution. This is actually a common failure mode of stepper motor controllers, where they loose a micro stepping increment. For example, it's no longer at 16th stepping mode... but only at 8th step mode, so it's doubling the distance it is travelling. The M92 command will fix that... then you can save it using the M500 command... or simply insert it into your start gcode for each job.

Bill


From: Johnathan2581 notifications@github.com Sent: Monday, January 6, 2020 7:55 PM To: Creality3DPrinting/Ender-3 Ender-3@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Creality3DPrinting/Ender-3] Ender 3 making print Taller. (#49)

Hello,

I'm currently printing with some new PETG I got for Christmas. I started a common (20x20x20 XYZ cube ) print to check and make sure everything is okay. Well, I run into an issue for some reason it has doubled the z of the print and I can't figure out why it's doing so. My sliced CURA file sliced it like a 20x20x20 so I don't think it's that. I also looked at the Z-axis steps and it's set to the default 400/mm. I also took a look at the two little bolts on the Z screw coupler and they are tight.

Any other ideas would be a great help Thank you! [20200106_165248]https://user-images.githubusercontent.com/15080496/71859859-50b50880-30a5-11ea-9a61-2da5b39c649d.jpg [20200106_165237]https://user-images.githubusercontent.com/15080496/71859860-50b50880-30a5-11ea-80da-b55bc505bd5b.jpg [20200106_165240]https://user-images.githubusercontent.com/15080496/71859861-50b50880-30a5-11ea-889d-788329a5b7fb.jpg [20200106_165244]https://user-images.githubusercontent.com/15080496/71859862-50b50880-30a5-11ea-8338-f42517ec9935.jpg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Creality3DPrinting/Ender-3/issues/49?email_source=notifications&email_token=AARQCQND2SSMGVJ4P6GVAL3Q4PHJ5A5CNFSM4KDOINE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IELSFUQ, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AARQCQJKI7ZAXJOP7YXETPTQ4PHJ5ANCNFSM4KDOINEQ.

Johnathan2581 commented 4 years ago

Thank you for the advice it was the steps I reduced it to 200mm/s and it printed a pretty good cube 20200106_195847 20200106_195856 20200106_195859 20200106_195904