faster merge close perimeters

run with opentk by default
This commit is contained in:
MatterHackers 2023-01-15 16:26:06 -08:00
parent 21f43a2992
commit 121623bad3
3 changed files with 7 additions and 3 deletions

View file

@ -313,7 +313,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
{
if (!firstExtruder)
{
mergeRules += ",";
mergeRules += "E";
}
mergeRules += AddObjectsForExtruder(itemsByExtruder[extruderIndex], holes, outputOptions, ref savedStlCount);
firstExtruder = false;

View file

@ -223,8 +223,12 @@ namespace MatterHackers.MatterControl
config.Bind("Agg:ProviderTypes", AggContext.Config.ProviderTypes);
config.Bind("Agg:GraphicsMode", AggContext.Config.GraphicsMode);
#if DEBUG
Slicer.RunInProcess = config.GetValue<bool>("MatterControl:Slicer:Debug", true);
#else
Slicer.RunInProcess = config.GetValue<bool>("MatterControl:Slicer:Debug");
Application.EnableF5Collect = config.GetValue<bool>("MatterControl:Application:EnableF5Collect");
#endif
Application.EnableF5Collect = config.GetValue<bool>("MatterControl:Application:EnableF5Collect");
Application.EnableNetworkTraffic = config.GetValue("MatterControl:Application:EnableNetworkTraffic", true);
// Make sure we have the right working directory as we assume everything relative to the executable.

@ -1 +1 @@
Subproject commit 5e8df4758b20789a14a54801c176717da9465275
Subproject commit 3e48ee30a5a4ab9ad10c74be5526a513dad92983