Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] After powering on, Z axis moves up twice during filament change #4838

Open
degroof opened this issue Jan 19, 2025 · 2 comments · May be fixed by #4839
Open

[BUG] After powering on, Z axis moves up twice during filament change #4838

degroof opened this issue Jan 19, 2025 · 2 comments · May be fixed by #4839
Labels

Comments

@degroof
Copy link

degroof commented Jan 19, 2025

Printer model

MK3S/+

MMU model

No-MMU

Firmware versions

3.14.1

Upgrades and modifications

none

Printing from...

SD Card

Describe the bug

Minor annoyance: After turning on the printer, the Z axis moves up twice while I'm changing the filament: once when unloading, once when loading. The second one isn't really necessary, and can result in the Z axis topping out if it's already near the top.

Again, not a big deal but hopefully an easy fix. And it only seems to happen after turning the power on. I thought performing an auto-home after startup would be a viable workaround (assumption: firmware doesn't know actual Z height until homed) but it does it in that case too.

How to reproduce

  1. Power on the printer
  2. Select "unload filament" (printhead heats up)
  3. Press knob to eject filament (printhead moves up and ejects filament)
  4. Insert new filament (printhead pulls in filament, then moves up again)

Expected behavior

  1. Power on the printer
  2. Select "unload filament" (printhead heats up)
  3. Press knob to eject filament (printhead moves up and ejects filament)
  4. Insert new filament (printhead pulls in filament, with no additional Z movement)

Files

No response

@degroof degroof added the bug label Jan 19, 2025
@3d-gussner 3d-gussner self-assigned this Jan 20, 2025
@sarusani
Copy link
Collaborator

sarusani commented Jan 24, 2025

The configured minimum raise for unload is 20mm, for load it's 50mm. Therefore the head moves up an additional 30mm.

I will change the behavior to align both values (to 35mm) for a future release.

@degroof
Copy link
Author

degroof commented Jan 24, 2025

Ah! Is that what it's doing? Makes sense now. Thanks for the explanation.

@sarusani sarusani linked a pull request Jan 24, 2025 that will close this issue
@3d-gussner 3d-gussner assigned sarusani and unassigned 3d-gussner and sarusani Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants