Added a scale tip

This commit is contained in:
Lars Brubaker 2018-04-25 14:10:13 -07:00
parent cd25716b91
commit 2c8cbbdb31
2 changed files with 11 additions and 1 deletions

View file

@ -294,6 +294,16 @@ namespace MatterHackers.MatterControl
Description = "Click on any of the rotate corner contrors to rotate on the plane of that control. Moving the mouse over one of the arrow indicators locks the rotation to a 45° angle."
});
allAvailableTips.Add(new TipAssets()
{
AnimationUri = "https://www.matterhackers.com/r/yNqiNT",
Category = "Design Tools",
SubCategory = "Arangement",
Name = "Scale Controls",
Title = "Scaling Objects in the 3D view",
Description = "Click on any of the scale corner contrors to scale your part on the bed."
});
whatsNewTips = allAvailableTips;
}