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

Fix layer cooldown time #3303

Merged
merged 4 commits into from
Apr 12, 2016
Merged

Fix layer cooldown time #3303

merged 4 commits into from
Apr 12, 2016

Conversation

hyperair
Copy link
Contributor

The recent GCode writer changes which put the speed changes on a line of
their own have caused the layer time slowdown to be ignored by the regex
in CoolingBuffer.pm.

The recent GCode writer changes which put the speed changes on a line of
their own have caused the layer time slowdown to be ignored by the regex
in CoolingBuffer.pm.

Fixes: slic3r#3134
@lordofhyphens
Copy link
Member

Is there a test case so I can see the difference between the effect of this PR and the previous setup?

@hyperair
Copy link
Contributor Author

Issue is at #3134

When accumulating elapsed_time from many moves that take less than 1
second, elapsed_time does not get incremented because (unsigned int)0.9
= 0.
@lordofhyphens
Copy link
Member

All checks are passing and it looks like it works and doesn't cause any other problems from my limited testing. Going to merge this in, @alexrj for 1.3.0

@lordofhyphens lordofhyphens merged commit 510ca9f into slic3r:master Apr 12, 2016
@hyperair hyperair deleted the fix-cooldown branch April 12, 2016 18:12
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.

2 participants