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

Instead of relying on _CLIENT_VARIABLES default park configuration, configure depending on model #246

Open
pellcorp opened this issue Nov 17, 2024 · 0 comments

Comments

@pellcorp
Copy link
Owner

So when copying start_end.cfg, also set these variables in _CLIENT_VARIABLES:

variable_use_custom_pos   : False ; use custom park coordinates for x,y [True/False]
variable_custom_park_x    : 0.0   ; custom x position; value must be within your defined min and max of X
variable_custom_park_y    : 0.0   ; custom y position; value must be within your defined min and max of Y

Set variable_use_custom_pos to True
Set the variable_custom_park_x to be printer.toolhead.axis_maximum.x - 10.0
Set the variable_custom_park_y to be printer.toolhead.axis_maximum.y - 10.0

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

No branches or pull requests

1 participant