Improving iteration of sub edit objects (stop at described root)
This commit is contained in:
parent
73a54f0e3c
commit
5717bb5f19
8 changed files with 39 additions and 37 deletions
|
|
@ -107,7 +107,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
progressReporter.Report(progressStatus);
|
||||
|
||||
// Flatten the scene, filtering out items outside of the build volume
|
||||
var flattenScene = reloadedItem.Flatten(meshPrintOutputSettings, (item) => item.InsideBuildVolume(printer));
|
||||
var flattenScene = reloadedItem.Flatten(meshPrintOutputSettings, (item) => item.InsideBuildVolume(printer, null));
|
||||
|
||||
var meshGroups = new List<MeshGroup> { flattenScene };
|
||||
if (meshGroups != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue