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

fix: fix issue with extruder cannot extrude after a klipper restart #1495

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

meteyou
Copy link
Member

@meteyou meteyou commented Jul 29, 2023

Description

After a Klipper firmware_restart/restart and the extruder temp is higher than the min_extrude setting, Moonraker/Klipper only init the extruder with can_extrude: false but don't update it. With this PR, i send a delayed reinit request to update this attribute. This is more a "hack" then a fix, because the fix would have to be in Moonraker/Klipper itself.

Related Tickets & Documents

fixes #1490

Mobile & Desktop Screenshots/Recordings

none

[optional] Are there any post-deployment tasks we need to perform?

none

…restart

Signed-off-by: Stefan Dej <meteyou@gmail.com>
@meteyou meteyou requested review from dw-0 and rackrick July 29, 2023 11:01
@meteyou meteyou merged commit cda3098 into mainsail-crew:develop Jul 30, 2023
7 checks passed
@meteyou meteyou deleted the fix/extruder-can-extruder branch July 30, 2023 19:03
Zeanon added a commit to LynxCrew/mainsail that referenced this pull request Jul 30, 2023
commit 1b763e2
Merge: 4d241fc 1a12554
Author: Stefan Dej <meteyou@gmail.com>
Date:   Sun Jul 30 21:23:05 2023 +0200

    [Automated] Merged develop into target master

commit 1a12554
Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Jul 30 19:22:55 2023 +0000

    chore: push version number to v2.6.2

commit 7251a8c
Author: Zhu Qian <xiaoqianzi15@gmail.com>
Date:   Mon Jul 31 03:17:39 2023 +0800

    locale(zh): update chinese locale (mainsail-crew#1486)

    Co-authored-by: Stefan Dej <meteyou@gmail.com>

commit cda3098
Author: Stefan Dej <meteyou@gmail.com>
Date:   Sun Jul 30 21:03:00 2023 +0200

    fix: fix issue with cannot extrude after a Klipper restart (mainsail-crew#1495)

commit 9eb133b
Author: Stefan Dej <meteyou@gmail.com>
Date:   Sun Jul 30 21:02:28 2023 +0200

    fix: fix multiple issues in the refactored update manager (mainsail-crew#1497)

commit 6a4cca7
Author: Stefan Dej <meteyou@gmail.com>
Date:   Sun Jul 30 21:01:05 2023 +0200

    fix: fix issue with create/edit presets and refactor settings (mainsail-crew#1499)

commit d67ef3a
Author: Stefan Dej <meteyou@gmail.com>
Date:   Sun Jul 30 12:41:08 2023 +0200

    fix: use webcam name instead of UUID for timelapse plugin (mainsail-crew#1492)

commit aeee198
Author: Stefan Dej <meteyou@gmail.com>
Date:   Fri Jul 28 22:48:01 2023 +0200

    fix: fix issue with camel-case object names in temperature panel (mainsail-crew#1491)

commit 5c40820
Author: Stefan Dej <meteyou@gmail.com>
Date:   Thu Jul 27 23:02:51 2023 +0200

    fix: fix flip function in several webcam clients (mainsail-crew#1487)

commit e929c7c
Author: Stefan Dej <meteyou@gmail.com>
Date:   Thu Jul 27 09:42:07 2023 +0200

    fix: hide rpm in temperature_fans without tachometer_pin (mainsail-crew#1489)

commit 0b47a80
Author: Stefan Dej <meteyou@gmail.com>
Date:   Mon Jul 24 22:13:16 2023 +0200

    refactor: refactor SettingsRow (mainsail-crew#1484)

commit 8447be2
Author: Stefan Dej <meteyou@gmail.com>
Date:   Mon Jul 24 22:08:50 2023 +0200

    fix: fix editor save & restart button behavior (mainsail-crew#1483)

commit 0c5aca8
Author: Daviteusz <daviteusz0@gmail.com>
Date:   Mon Jul 24 19:27:21 2023 +0200

    locale(pl): Update Polish translation (mainsail-crew#1482)

commit eceb442
Author: meteyou <meteyou@users.noreply.github.com>
Date:   Mon Jul 24 07:36:14 2023 +0000

    docs(changelog): update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filament cannot be extruded, and the extrusion button is gray and cannot be pressed.
2 participants