Merge pull request #4023 from jlewin/master
Always switch to Model view when items are added to bed
This commit is contained in:
commit
38e8fd84fd
1 changed files with 5 additions and 0 deletions
|
|
@ -192,6 +192,11 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
public InsertionGroupObject3D AddToPlate(IEnumerable<ILibraryItem> itemsToAdd)
|
||||
{
|
||||
if (this.Printer?.ViewState.ViewMode != PartViewMode.Model)
|
||||
{
|
||||
this.Printer.ViewState.ViewMode = PartViewMode.Model;
|
||||
}
|
||||
|
||||
InsertionGroupObject3D insertionGroup = null;
|
||||
|
||||
var context = ApplicationController.Instance.DragDropData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue