faster merge close perimeters
run with opentk by default
This commit is contained in:
parent
21f43a2992
commit
121623bad3
3 changed files with 7 additions and 3 deletions
|
|
@ -313,7 +313,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
if (!firstExtruder)
|
||||
{
|
||||
mergeRules += ",";
|
||||
mergeRules += "E";
|
||||
}
|
||||
mergeRules += AddObjectsForExtruder(itemsByExtruder[extruderIndex], holes, outputOptions, ref savedStlCount);
|
||||
firstExtruder = false;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue