Merge pull request #5318 from larsbrubaker/may_release

May release
This commit is contained in:
Lars Brubaker 2022-05-07 12:48:54 -07:00 committed by GitHub
commit 0ce950dc89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -81,7 +81,7 @@ namespace MatterHackers.MatterControl
var foundPartSettings = false;
var newSceneOverrides = new PrinterSettingsLayer();
// accumulate all the scene overrides ordered by their names, which is the order they will be in the design tree
foreach (var partSettingsObject in scene.DescendantsAndSelf().Where(c => c is PartSettingsObject3D).OrderBy(i => i.Name))
foreach (var partSettingsObject in scene.DescendantsAndSelf().Where(c => c is PartSettingsObject3D && c.Parent?.WorldPrintable() == true).OrderBy(i => i.Name))
{
foundPartSettings = true;
var settings = ((PartSettingsObject3D)partSettingsObject).Overrides;

View file

@ -204,7 +204,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
if (set.Count > 1)
{
#if false
#if true
setMesh = BooleanProcessing.DoArray(set.Select(i => (i.mesh, i.matrix)),
CsgModes.Union,
Processing,

View file

@ -2434,6 +2434,9 @@ Translated:Item cannot be exported
English:Item cannot be exported as AMF
Translated:Item cannot be exported as AMF
English:Item cannot be exported as MCX
Translated:Item cannot be exported as MCX
English:Item not Found
Translated:Item not Found

@ -1 +1 @@
Subproject commit 171deb5573a4497a73bf4497fcaae47d7264e1e1
Subproject commit e83b5b6e0f0030b24513124d84649e6d05417d2b