Ignore the precise outer wall option when the wall sequence is not set to InnerOuter.#10687
Conversation
| loop_number = 0; | ||
|
|
||
| auto apply_precise_outer_wall = config->precise_outer_wall; | ||
| auto apply_precise_outer_wall = config->precise_outer_wall && config->wall_sequence != WallSequence::InnerOuter; |
There was a problem hiding this comment.
Should it be config->wall_sequence == WallSequence::InnerOuter; ?
There was a problem hiding this comment.
According to the title, yes... but even so, I don't understand why do that.
There was a problem hiding this comment.
This is why #10678 (comment)
So yes, it should be ==
| coord_t ext_perimeter_spacing2; | ||
| // Orca: ignore precise_outer_wall if wall_sequence is not InnerOuter | ||
| if(config->precise_outer_wall) | ||
| if(config->precise_outer_wall && config->wall_sequence != WallSequence::InnerOuter) |
There was a problem hiding this comment.
Should it be config->wall_sequence == WallSequence::InnerOuter; ?
There was a problem hiding this comment.
Yes, it should be ==. Thanks for pointing that out.
…s not set to InnerOuter. (OrcaSlicer#10687)" This reverts commit d2eb007.
|
Just saw this in the patch note and I don't really get it why is it disabled by default. I've read this message #10678 (comment) but on my ends, Precise Wall provides better wall surfaces even with IOI ? I mean forcing it to the user to have it disabled even though they asked it willingly for it isn't a good move imo. |
…s not set to InnerOuter. (OrcaSlicer#10687)" This reverts commit d2eb007. Signed-off-by: Kuran Kaname <[email protected]>
|
I'm not particularly a fan of this PR as I have seen improved surface finish with precise wall with all wall order options, and lowers our ability to tune our printers. |
|
Didn't influence print quality on my printer with IOI but I think it's better to leave it as it was. Maybe it works on some printers? A pop up explaining it might make color painting buggy should be enough. |
* Layer time Variability Co-Authored-By: dewi-ny-je <[email protected]> * Layer time Variability ++ Co-Authored-By: dewi-ny-je <[email protected]> * Infill gcode analysis tool * Infill calculator project * 2 Sigma Co-Authored-By: dewi-ny-je <[email protected]> * Layer Time Variability improved calculation, grouping % and New names Co-Authored-By: dewi-ny-je <[email protected]> * Fix Applies to lines * Reorder, icons and descriptions * #10687 comment * Update phishing site reporting instructions in README README now advises users to report malicious sites using both Google Safe Browsing and Microsoft Security Intelligence, improving community security guidance. * Ziped analysis gcodes * Klipper estimator + 3mf klipperized * Klipper estimator Corrected * Reformat MD generator * extra-solid-infill.gif Size Optimized * Analysis Refactor * cleaned outliers * imagefix * Images with accurate values * Project specific Machine, Material and Process * Notes * Update extra-solid-infill.gif * Update profiles images and fix using same name * Zipped analysis files * Add note on Avoid Crossing Walls and Timelapse mode Co-Authored-By: Rodrigo <[email protected]> * Update VS build instructions Co-Authored-By: Anson Liu <[email protected]> * Added IPThreat report links in README * DEFA[.]NG Co-Authored-By: Nanashi <[email protected]> --------- Co-authored-by: dewi-ny-je <[email protected]> Co-authored-by: Rodrigo <[email protected]> Co-authored-by: Anson Liu <[email protected]> Co-authored-by: Nanashi <[email protected]>
* Layer time Variability Co-Authored-By: dewi-ny-je <[email protected]> * Layer time Variability ++ Co-Authored-By: dewi-ny-je <[email protected]> * Infill gcode analysis tool * Infill calculator project * 2 Sigma Co-Authored-By: dewi-ny-je <[email protected]> * Layer Time Variability improved calculation, grouping % and New names Co-Authored-By: dewi-ny-je <[email protected]> * Fix Applies to lines * Reorder, icons and descriptions * OrcaSlicer#10687 comment * Update phishing site reporting instructions in README README now advises users to report malicious sites using both Google Safe Browsing and Microsoft Security Intelligence, improving community security guidance. * Ziped analysis gcodes * Klipper estimator + 3mf klipperized * Klipper estimator Corrected * Reformat MD generator * extra-solid-infill.gif Size Optimized * Analysis Refactor * cleaned outliers * imagefix * Images with accurate values * Project specific Machine, Material and Process * Notes * Update extra-solid-infill.gif * Update profiles images and fix using same name * Zipped analysis files * Add note on Avoid Crossing Walls and Timelapse mode Co-Authored-By: Rodrigo <[email protected]> * Update VS build instructions Co-Authored-By: Anson Liu <[email protected]> * Added IPThreat report links in README * DEFA[.]NG Co-Authored-By: Nanashi <[email protected]> --------- Co-authored-by: dewi-ny-je <[email protected]> Co-authored-by: Rodrigo <[email protected]> Co-authored-by: Anson Liu <[email protected]> Co-authored-by: Nanashi <[email protected]>
* Layer time Variability Co-Authored-By: dewi-ny-je <[email protected]> * Layer time Variability ++ Co-Authored-By: dewi-ny-je <[email protected]> * Infill gcode analysis tool * Infill calculator project * 2 Sigma Co-Authored-By: dewi-ny-je <[email protected]> * Layer Time Variability improved calculation, grouping % and New names Co-Authored-By: dewi-ny-je <[email protected]> * Fix Applies to lines * Reorder, icons and descriptions * OrcaSlicer#10687 comment * Update phishing site reporting instructions in README README now advises users to report malicious sites using both Google Safe Browsing and Microsoft Security Intelligence, improving community security guidance. * Ziped analysis gcodes * Klipper estimator + 3mf klipperized * Klipper estimator Corrected * Reformat MD generator * extra-solid-infill.gif Size Optimized * Analysis Refactor * cleaned outliers * imagefix * Images with accurate values * Project specific Machine, Material and Process * Notes * Update extra-solid-infill.gif * Update profiles images and fix using same name * Zipped analysis files * Add note on Avoid Crossing Walls and Timelapse mode Co-Authored-By: Rodrigo <[email protected]> * Update VS build instructions Co-Authored-By: Anson Liu <[email protected]> * Added IPThreat report links in README * DEFA[.]NG Co-Authored-By: Nanashi <[email protected]> --------- Co-authored-by: dewi-ny-je <[email protected]> Co-authored-by: Rodrigo <[email protected]> Co-authored-by: Anson Liu <[email protected]> Co-authored-by: Nanashi <[email protected]>
* Layer time Variability Co-Authored-By: dewi-ny-je <[email protected]> * Layer time Variability ++ Co-Authored-By: dewi-ny-je <[email protected]> * Infill gcode analysis tool * Infill calculator project * 2 Sigma Co-Authored-By: dewi-ny-je <[email protected]> * Layer Time Variability improved calculation, grouping % and New names Co-Authored-By: dewi-ny-je <[email protected]> * Fix Applies to lines * Reorder, icons and descriptions * OrcaSlicer#10687 comment * Update phishing site reporting instructions in README README now advises users to report malicious sites using both Google Safe Browsing and Microsoft Security Intelligence, improving community security guidance. * Ziped analysis gcodes * Klipper estimator + 3mf klipperized * Klipper estimator Corrected * Reformat MD generator * extra-solid-infill.gif Size Optimized * Analysis Refactor * cleaned outliers * imagefix * Images with accurate values * Project specific Machine, Material and Process * Notes * Update extra-solid-infill.gif * Update profiles images and fix using same name * Zipped analysis files * Add note on Avoid Crossing Walls and Timelapse mode Co-Authored-By: Rodrigo <[email protected]> * Update VS build instructions Co-Authored-By: Anson Liu <[email protected]> * Added IPThreat report links in README * DEFA[.]NG Co-Authored-By: Nanashi <[email protected]> --------- Co-authored-by: dewi-ny-je <[email protected]> Co-authored-by: Rodrigo <[email protected]> Co-authored-by: Anson Liu <[email protected]> Co-authored-by: Nanashi <[email protected]>
Description
Screenshots/Recordings/Graphs
Tests