K1 users sometimes get a layer shift during a pause/resume of any kind. I have figured out why. #696
grrminator
started this conversation in
Issues
Replies: 1 comment
-
this must be something new with the latest K1 series firmware, I am running 2 or 3 versions behind and the G28 command is not in my pause macro.
and my gcode file hasn't been touched since march. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running out of filament or pausing the print for any reason, when resuming, sometimes I would see a layer shift. My printer is sound and finely tuned, and I dont have slips at any other time. ONLY when a pause and resume occurs. Layer shifts happened about 50% of the time after a pause/resume.
And I figured out why.
In the resume macro in the gcode_macros.cfg file there is a G28 X Y command in the beginning of the macro.
That line is unnecessary because the printer locks the motors and keeps them on after a pause. And it turns out that this was the cause of the layer shifting I am seeing. I made creality aware by pinging them in the reddit post I mentioned below.
I commented out that line like this: https://pastebin.com/ssiXmNZg
And it made the issue go away.
I can only imagine this is caused by current shifts/pressure when the motors has been running or possibly another property changes enough in the printer to cause that G28 command to achieve a home that is slightly different than the original homing at the start of the print.
I also detailed this in a reddit post to get the fix out to others who may not see it here. https://www.reddit.com/r/crealityk1/comments/1gqsdn1/read_and_fix_i_know_why_the_k1_max_layer_shifts/?rdt=34314
@Guilouz this might be worth mentioning in the helper script guide, or use the helper script to outright fix it out of the gate.
Beta Was this translation helpful? Give feedback.
All reactions