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

Gap Fill Missing Large Gaps #1351

Closed
CCS86 opened this issue Jun 23, 2021 · 5 comments
Closed

Gap Fill Missing Large Gaps #1351

CCS86 opened this issue Jun 23, 2021 · 5 comments
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@CCS86
Copy link

CCS86 commented Jun 23, 2021

2.3.56.5 / Win10 x64

Even with Minimum gap fill area set to 0, it is missing some relatively large gaps:

image

gapfillmiss.3mf.txt

@neophyl
Copy link

neophyl commented Jun 23, 2021

When I try and open your projectct with 2.3.56.5 on Win10 (same version as you) I get the following error ConfigBase::set_deserialize() failed for parameter "fill_pattern", value "" So it looks like one of the fill settings is missing when saved. I'm wondering if that could be contributing to the missing gapFILL.

Looks like the missing value is from a Generic-Box modifier you placed.
<volume firstid="200794" lastid="200805"> <metadata type="volume" key="name" value="Generic-Box"/> <metadata type="volume" key="modifier" value="1"/> <metadata type="volume" key="volume_type" value="ParameterModifier"/> <metadata type="volume" key="matrix" value="-2.2204460492503131e-16 0.85086001522700705 0 0.30170535407682564 -1 -1.889288759275869e-16 0 -17.504012486592764 0 0 1 2.75 0 0 0 1"/> <metadata type="volume" key="extruder" value="0"/> <metadata type="volume" key="fill_density" value="100%"/> <metadata type="volume" key="fill_pattern" value=""/> </volume>

@supermerill
Copy link
Owner

supermerill commented Jun 23, 2021

oh, that saving bug.
I finally succeed to replicate it and fix it not so long ago.
With what version of the software this save has been made?

@supermerill supermerill added bug Something isn't working as intended fixed for the next version That means that you should be able to test it in the latest nightly build labels Jun 23, 2021
supermerill pushed a commit that referenced this issue Jun 23, 2021
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Jun 26, 2021
@SimonSolar2C
Copy link

SimonSolar2C commented Oct 22, 2021

Hello - I still get this error with SS 2.3.56.8
Looks like its missing cubic in a loaded modifier
image

image

@supermerill
Copy link
Owner

Hello - I still get this error with SS 2.3.56.8 Looks like its missing cubic in a loaded modifier

This issue of "don't write correct project file" should have been fixed.
The issue is that you have been able to create a flawed .3mf, right?
Is there something special you have done before saving it?

@SimonSolar2C
Copy link

Nothing special that I know of. I saved the file and opened it both using v2.3.56.8
I have multiple stls in the project file.
I loaded the modifier, set its infill to 8%. I did not implicity set the infill type.
I was able to load the project file again by editing the 3 model configs to include "cubic" where it was missing.
Usually I export the gcode then use Ctrl-S to save the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

4 participants