Added hints for the Cut, Measurement, Text tool
Added weights to these new hints, hints for new features should with higher priority than the old ones.
This commit is contained in:
parent
6251a880df
commit
60020ce458
1 changed files with 21 additions and 1 deletions
|
@ -232,8 +232,28 @@ text = Fullscreen mode\nDid you know that you can switch PrusaSlicer to fullscre
|
|||
enabled_tags = Windows
|
||||
|
||||
[hint:Printables integration]
|
||||
text = Printables.com integration\nDid you know that when you are browsing Printables.com, you can send 3D model files to PrusaSlicer with a single click? Read more in the documentation.
|
||||
text = Printables.com integration\nDid you know that when you are browsing Printables.com, you can send 3D model files to PrusaSlicer with a single click? Learn more in the documentation.
|
||||
documentation_link = https://help.prusa3d.com/article/prusaslicer-printables-com-integration_399198
|
||||
weight = 3
|
||||
|
||||
[hint:Cut tool]
|
||||
text = Cut tool\nDid you know that you can cut a model at any angle and even create aligning pins with the updated Cut tool? Learn more in the documentation.
|
||||
documentation_link = https://help.prusa3d.com/article/cut-tool_1779
|
||||
hypertext_type = gizmo
|
||||
hypertext_gizmo_item = cut
|
||||
weight = 3
|
||||
|
||||
[hint:Measurement tool]
|
||||
text = Measurement tool\nDid you know that you can measure the distances between points, edges and planes, the radius of a hole or the angle between edges or planes? Learn more in the documentation.
|
||||
documentation_link = https://help.prusa3d.com/article/measurement-tool_399451
|
||||
hypertext_type = gizmo
|
||||
hypertext_gizmo_item = measure
|
||||
weight = 3
|
||||
|
||||
[hint:Text tool]
|
||||
text = Text tool\nDid you know that you can add custom text labels to your models or even use the text as a modifier? Learn more in the documentation.
|
||||
documentation_link = https://help.prusa3d.com/article/text-tool_399460
|
||||
weight = 3
|
||||
|
||||
#[hint:]
|
||||
#text =
|
||||
|
|
Loading…
Reference in a new issue