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

Add support for multiple extruder #302

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Add support for multiple extruder #302

merged 1 commit into from
Mar 26, 2024

Conversation

cashew22
Copy link
Collaborator

The patch add support for multiple extruder, the klipper convention to do so is quite simple, the first one is called extruder and the others are named extruder1, extruder2 and so on. By moving the extruder sensors to the optional sensor where we use the object list it's quite easy to support multiple one

Attempt to fix #298

The patch add support for multiple extruder, the klipper convention to do so
is quite simple, the first one is called extruder and the others are named
extruder1, extruder2 and so on. By moving the extruder sensors to the optional
sensor where we use the object list it's quite easy to support multiple one
@cashew22 cashew22 merged commit 724cf9f into main Mar 26, 2024
6 checks passed
@cashew22 cashew22 deleted the features/multi-extruder branch March 26, 2024 13:57
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.

Second extruder support
2 participants