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 skirt/Brim #4669

Merged
merged 5 commits into from
Jan 6, 2019
Merged

Fix skirt/Brim #4669

merged 5 commits into from
Jan 6, 2019

Conversation

lordofhyphens
Copy link
Member

I've finished porting the tests from t/skirt_brim.t and found/fixed some bugs along the way.

@lordofhyphens lordofhyphens added the Code Cleanup/Refactoring This is a cleanup/refactor effort that should not affect functionality. label Jan 2, 2019
@lordofhyphens lordofhyphens self-assigned this Jan 2, 2019
@AppVeyorBot
Copy link

@lordofhyphens lordofhyphens requested a review from Samir55 January 3, 2019 06:08
@alranel
Copy link
Member

alranel commented Jan 6, 2019

It's not clear to me what issue required to expose skirt_height_z

@lordofhyphens
Copy link
Member Author

lordofhyphens commented Jan 6, 2019

Tests were failing and I tracked it down to that logic. skirt_height_z was never actually used for anything outside of that method. Moreover, skirt_height is in layers and the index for the map was in scaled mm so the logic in PrintGCode::process() wouldn't do anything for the third logic.

The net effect is that only the first layer got a skirt.

@alranel alranel merged commit dabb5f3 into master Jan 6, 2019
@alranel alranel deleted the fix-skirt branch January 6, 2019 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup/Refactoring This is a cleanup/refactor effort that should not affect functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants