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 optional fixed position for filament change #1793

Closed
hawkeyexp opened this issue May 11, 2021 · 6 comments
Closed

Add optional fixed position for filament change #1793

hawkeyexp opened this issue May 11, 2021 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@hawkeyexp
Copy link

I'm using the filament change without M600. Caused by my case it's sometimes not really comfortable to change the filament and reaching the clamb of the extruder if the printhead is not liftet up to a special level etc. to reach the extruder clamb during the portal.
It would be nice if you can add the option for a fixed xyz position to change the filament.

@hawkeyexp hawkeyexp added the enhancement New feature or request label May 11, 2021
@UnchartedBull
Copy link
Owner

This seems like a good idea. Defining a fixed position probably is not feasible though, since this could cause issue when the printer is not homed. I'm thinking more of some Custom G-Code that could be triggered if the user clicks on an icon in the heating screen.

@UnchartedBull UnchartedBull added this to the v3.2.0 milestone Jun 1, 2021
@hawkeyexp
Copy link
Author

yes i agree - i think best solution should be starting the process with an g28 to ensure correct positions.

By the way: if pausing a print printhead stays on last position and is melting the printed parts - possible a second point where an action is needed th lift and move the head - in this step it could interact with the filament change option but for such a behaviour last position must be saved to ensure restart is on same position etc. - a bit complex to handle this correctly

@jneilliii
Copy link
Contributor

If the firmware supports position reporting you could utilize the on after pause and before resume gcode scripts possibly? The docs have a good example of this.

https://docs.octoprint.org/en/master/features/gcode_scripts.html#more-nifty-pause-and-resume

@hawkeyexp
Copy link
Author

@jneilliii you ae right - forgot this option :-) Trying out...

@hawkeyexp
Copy link
Author

working ...

@mwilgar
Copy link

mwilgar commented Mar 1, 2022

I see this in the release notes as part of 2.3.0, but I can't find anywhere to set the position coordinates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants