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

Solve M73 issue: remove TimeProcessor::post_process #8425

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

SoftFever
Copy link
Owner

Description

ref to: #8388

Screenshots/Recordings/Graphs

Tests

@SoftFever SoftFever merged commit 14d49b7 into main Feb 16, 2025
12 checks passed
@SoftFever SoftFever deleted the feature/remove-duplicated-post-processing branch February 16, 2025 10:44
@Schildkroet
Copy link
Contributor

This version does not include maximum layers. It always says 0
image

}
//BBS: write total layer number
else if (line == reserved_tag(ETags::Total_Layer_Number_Placeholder)) {
char buf[128];
Copy link
Contributor

Choose a reason for hiding this comment

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

This part is needed.

Copy link
Owner Author

Choose a reason for hiding this comment

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

This part is needed.

👍 Nice catch!
We need to incorporate this logic into the GCodeProcessor::run_post_process() function.
It is quite late where I am, so I’ll review this tomorrow or on another day.
Thank you for tracking the issue all the way down!

Copy link
Contributor

Choose a reason for hiding this comment

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

No problem. Just my feedback to help improving Orca Slicer

@Schildkroet
Copy link
Contributor

Schildkroet commented Feb 16, 2025

The time calcualtion is now also wrong. My 3h print was at 100% after 2h.
It seems the correct M73 was removed and the faulty one is still included

@SoftFever
Copy link
Owner Author

The time calcualtion is now also wrong. My 3h print was at 100% after 2h. It seems the correct M73 was removed and the faulty one is still included

It should be fix in #8435 now. Tested on P1S
Let me know if it works for you.

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