Merge pull request #3891 from larsbrubaker/master

Only create one mesh for the extruder change placeholder
This commit is contained in:
johnlewin 2018-10-25 14:41:32 -07:00 committed by GitHub
commit e2119643b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
Mesh tinyMesh = PlatonicSolids.CreateCube(.001, .001, .001);
string tinyObjectFileName = Path.Combine(folderToSaveStlsTo, Path.ChangeExtension(tinyMesh.GetLongHashCode().ToString(), ".stl"));
string tinyObjectFileName = Path.Combine(folderToSaveStlsTo, Path.ChangeExtension("non_printing_extruder_change_mesh", ".stl"));
StlProcessing.Save(tinyMesh, tinyObjectFileName, CancellationToken.None);

@ -1 +1 @@
Subproject commit 55191bf217dc37b4ef05918bb46aad81721242be
Subproject commit 6fa0efc2a1e97f7d835035946b3c4dcbd84aedc8