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

printout hub_height and clearance_height #536

Closed
shirubana opened this issue Aug 28, 2024 · 1 comment · Fixed by #540
Closed

printout hub_height and clearance_height #536

shirubana opened this issue Aug 28, 2024 · 1 comment · Fixed by #540

Comments

@shirubana
Copy link
Member

for a trackerdict, if hub_height was passed , why is it giving a pritout that clearance_height was passed and is being removed?
clearance_height is still what is used by makeScene internally as it shifts the panels up by that distance, and that is okay. But maybe user doesn't need to know that we calcualted it, and used it, and if wanted removed it? I don't think removing is necessary

sceneDict Warning: 'hub_height' and 'clearance_height' are being passed. Using hub_height and removing clearance_height

S.

@cdeline
Copy link
Contributor

cdeline commented Aug 28, 2024

Yeah, I had thought about suppressing this warning somehow since it is an internal call that the user doesn't have any interaction with. We know what's going on, but the user doesn't need to be worried about it...

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 a pull request may close this issue.

2 participants