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

Why wait 5s before taking snapshot ? #2

Open
kenny94xxhell opened this issue Mar 4, 2022 · 1 comment
Open

Why wait 5s before taking snapshot ? #2

kenny94xxhell opened this issue Mar 4, 2022 · 1 comment

Comments

@kenny94xxhell
Copy link

sleep(5) # I think this is necessary because of the way the printer cools down and reheats the print cores between switching. To prevent taking multiple pictures of the same layer.

I dont get why you added sleep(5) here before taking a snapshot. When the printcore reach the good position, you have 1 or 2 second to take the snapshot. The printcore return on the model immediatly after that.
Maybe move this sleep(5) before the while not location_check ?

@starbuck93
Copy link
Owner

It has been a few years since I've thought about this. I do not have Ultimaker printers anymore. I want to say the gcode took a few seconds in a given position to change temps of the nozzle before starting the next layer. I imagine sleep(5) could also go before location_check just as well.

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

2 participants