Dima Buzdyk

Results 38 comments of Dima Buzdyk

I'm closing this PR so far. Implementation needs to be refined in order to take care of all use-cases.

This change may or may not be relevant depending on how long it would take to have https://github.com/SoftFever/OrcaSlicer/pull/4175 integrated.

@lhndo, another workaround may be enabling "Bridge counterbore holes" to either partially bridged or sacrificial layer: ![Screenshot from 2024-05-17 05-11-10](https://github.com/SoftFever/OrcaSlicer/assets/46728448/5a188030-3e00-49b7-9413-01e193a79f4d) However, this might compromise part strength if your wall is...

There are actually special case just for your configuration: https://github.com/SoftFever/OrcaSlicer/blob/79ba04515093cc7350834dd891f783123e0d2169/src/libslic3r/GCode/CoolingBuffer.cpp#L748-L752 Which is literally forcing zero cooling for the first layer if gradual cooling ramp up is enabled. You may try...

Try installing package ```libwebkit2gtk-4.0-37``` on the host system and see if it helps: ``` sudo apt install libwebkit2gtk-4.0-37 ```

I've actually looked at this few weeks back and found that on windows model is fixed by Windows SDK component. My approach would be is to bring integration with [MeshLab](https://www.meshlab.net/)...

I've also noticed that behavior some time ago and actually looked into the code. The thing is: - setting seam position to "nearest" makes print start at nearest corner, but...

@mfp20, I've looked into the changes provided by @dkbay some few months ago just to estimate effort needed to integrate those changes into Orca. There are some actual porting needed...

You are correct. I'd like to note that I am referring specifically to the set of changes/functionality mentioned in the first comment here. Those changes are most users with mass-produced...

@igiannakas , thanks for your testing @yw4z, thanks for your comment. Looking at your changes I see that windows builds are still broken. I'll update PR once fix MacOS and...