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

Added EVENT_GCODE_PARK_Tx #27459

Open
wants to merge 1 commit into
base: bugfix-2.1.x
Choose a base branch
from

Conversation

Dakkaron
Copy link
Contributor

@Dakkaron Dakkaron commented Oct 6, 2024

Description

Added EVENT_GCODE_PARK_Tx as described in #25181.

These gcodes will be run before the pre-existing EVENT_GCODE_TOOLCHANGE_Tx gcode commands.

The main difference is that EVENT_GCODE_PARK_Tx is selected based on the extruder that was in use before the tool change command, while EVENT_GCODE_TOOLCHANGE_Tx is selected based on the new extruder.

This allows the user to specify a parking gcode and a pickup gcode.

So for example say tool 2 is currently active and the user issues the command T3.

This will run the following commands:

  1. EVENT_GCODE_PARK_T2
  2. EVENT_GCODE_TOOLCHANGE_T3

Requirements

  • Only relevant for printers with tool changers that are currently not covered by the pre-defined tool changer variants. For example, tool changers that use servos to move tools in place and lock them there.

Benefits

Can be used as a fall-back for all types of tool changers that are currently not covered by the pre-defined tool changer variants. Any tool changer that can be controlled by gcode commands can be configured using this change.

Configurations

Related Issues

#25181
#27139
#15014

@Dakkaron Dakkaron force-pushed the bugfix-2.1.x-event-gcode-park branch from 83826b5 to 3b9dbbc Compare October 6, 2024 22:23
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.

1 participant