Added a scale tip
This commit is contained in:
parent
cd25716b91
commit
2c8cbbdb31
2 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1ae44ea9a1cdb3daf376dcf8b42a771f0500e164
|
||||
Subproject commit aca385d04928c2c0e2ff90f3087e8f2d849e9f81
|
||||
Loading…
Add table
Add a link
Reference in a new issue