Merge pull request #3891 from larsbrubaker/master
Only create one mesh for the extruder change placeholder
This commit is contained in:
commit
e2119643b2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue