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 a delay after power panic, so the printer can reach pause state #936

Merged
merged 1 commit into from
May 6, 2024

Conversation

TojikCZ
Copy link
Contributor

@TojikCZ TojikCZ commented Feb 1, 2024

No description provided.

@@ -358,13 +361,31 @@ def stop_print(self):
self.data.printing = False
self.data.paused = False

def get_bed_temperture(self, file_path):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def get_bed_temperture(self, file_path):
def get_bed_temperature(self, file_path):

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for finding this typo. Not really sure if this version is going to make it in, it might happen that firmware will make these variable waits not necessary

@TojikCZ TojikCZ marked this pull request as draft February 5, 2024 08:32
@TojikCZ TojikCZ marked this pull request as ready for review May 6, 2024 08:29
@ondratu ondratu merged commit 004797e into master May 6, 2024
2 checks passed
@ondratu ondratu deleted the pp-wait branch May 6, 2024 08:33
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 this pull request may close these issues.

3 participants