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 moving only X or Y before taking picture #74

Closed
steckdev opened this issue Oct 28, 2022 · 3 comments
Closed

Add support for moving only X or Y before taking picture #74

steckdev opened this issue Oct 28, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@steckdev
Copy link

My camera is position such that I only need the Y axis to be in the correct position before taking the screenshot. This will prevent additional movement on X that is not needed.

I can adjust the "seam position" so that the X is in a consistent location on layer change. Although it may move the head around a little bit on the X axis. The print part would be the correct location.

This would increase the speed of the print and minimize jerking of the spool which I is causing my "co-extrusion" printed parts to be more inconsistent with photos.

@zellneralex zellneralex added the enhancement New feature or request label Nov 18, 2022
@zellneralex
Copy link
Member

Need to be discussed in the team but in general possible.
I would add it to the park position option.

zellneralex added a commit that referenced this issue Jan 15, 2023
Following #74

2 new park modes are added
- X_ONLY: uses CUSTOM_POS_X and CUSTOM_POS_DZ to move only in these 2 directions
- Y_ONLY: uses CUSTOM_POS_Y and CUSTOM_POS_DZ to move only in these 2 directions

Signed-off-by: Alex Zellner <[email protected]>
@zellneralex
Copy link
Member

See https://github.com/mainsail-crew/moonraker-timelapse/tree/park_modes. Will be merged soon

@zellneralex
Copy link
Member

Added the 2 park modes. Mainsail will allow to set them in V2.5

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

2 participants