hints.ini 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. # THIS DOCUMENT CONTAINS DATA FOR HINTS NOTIFICATIONS
  2. #
  3. # Each notification is divided by
  4. # [hint:*name of notification*]
  5. #
  6. # Each notification MUST have text var in format:
  7. # text = Headline of hint\nBody of hint.
  8. # Headline is divided by new line (\n) from body.
  9. # Headline is automaticaly printed as Bold.
  10. # Body can contain bold marks: <b>text to be bold</b> (currently rendered as different color, not bold due to font limitations)
  11. # Body can contain hypertext: <a>hypertext text</a>
  12. # Hypertext must be max one per notification and must be closed by </a>
  13. #
  14. # Notification can have documentation link:
  15. # documentation_link = https://help.prusa3d.com/en/article/name-of-article
  16. #
  17. # If notification contains hypertext, it needs to be specified by hypertext_type var.
  18. # each type needs to be supported with one or more additional vars.
  19. # These types are possible:
  20. #
  21. # Settings highlight (like search feature)
  22. # hypertext_type = settings
  23. # hypertext_settings_opt = name_of_settings (hover over settings value and copy last line of hover text)
  24. # hypertext_settings_type = 1 (1 - 5 according to settings tab - to be channged to name of tabs instead of numbers)
  25. # hypertext_settings_category = Infill (name of panel - written on left in settings)
  26. #
  27. # Plater top toolbar highlight
  28. # hypertext_type = plater
  29. # hypertext_plater_item = nameofbutton (internal name of GLToolbar items)
  30. #
  31. # Plater gizmos (left) toolbar highlight
  32. # hypertext_type = gizmo
  33. # hypertext_gizmo_item = name (name of svg icon of gizmo in resources without .svg suffix)
  34. #
  35. # Open preferences (might add item to highlight)
  36. # hypertext_type = preferences
  37. # hypertext_preferences_page = 0 (values 0-2 according to prefernces tab to be opened)
  38. #
  39. # Open gallery (no aditional var)
  40. # hypertext_type = gallery
  41. #
  42. #
  43. # Each notification can have disabled and enabled modes and techs - divided by ; and space
  44. # enabled_tags = ...
  45. # disabled_tags = ...
  46. # supported tags are: simple; advanced; expert; FFF; MMU; SLA; Windows; Linux; OSX;
  47. # Tags are case sensitive.
  48. # FFF is affirmative for both one or more extruder printers.
  49. # Algorithm shows hint only if ALL enabled tags are affirmative. (so never do enabled_tags = FFF; SLA;)
  50. # Algorithm shows hint only if not in all disabled tags.
  51. # if there are both disabled and preferred, only preferred that are not in disabled are valid.
  52. [hint:Fuzzy skin]
  53. text = Fuzzy skin\nDid you know that you can create rough fibre-like texture on the sides of your models using the<a>Fuzzy skin</a>feature? You can also use modifiers to apply fuzzy-skin only to a portion of your model.
  54. hypertext_type = settings
  55. hypertext_settings_opt = fuzzy_skin
  56. hypertext_settings_type = 1
  57. hypertext_settings_category = Layers and perimeters
  58. disabled_tags = SLA
  59. [hint:Shapes gallery]
  60. text = Shapes gallery\nDid you know that PrusaSlicer has a Shapes Gallery? You can use the included models as modifiers, negative volumes or as printable objects. Right-click the platter and select<a>Add Shape - Gallery.</a>
  61. hypertext_type = gallery
  62. disable_modes = simple
  63. [hint:Auto-arrange settings]
  64. text = Auto-arrange settings\nDid you know that you can right-click the<a>auto-arrange icon</a>to adjust the size of the gap between objects and to allow automatic rotations?
  65. hypertext_type = plater
  66. hypertext_plater_item = arrange
  67. [hint:Negative volume]
  68. text = Negative volume\nDid you know that you can subtract one mesh from another using the Negative volume modifier? That way you can, for example, create easily resizable holes directly in PrusaSlicer. Read more in the documentation. (Requires Advanced or Expert mode.)
  69. hypertext_type = link
  70. documentation_link = https://help.prusa3d.com/en/article/negative-volume_238503
  71. disabled_tags = SLA; simple
  72. [hint:Simplify mesh]
  73. text = Simplify mesh\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model. Read more in the documentation.
  74. hypertext_type = link
  75. documentation_link = https://help.prusa3d.com/en/article/simplify-mesh_238941
  76. [hint:Reload from disk]
  77. text = Reload from disk\nDid you know that if you created a newer version of your model, you can simply reload it in PrusaSlicer? Right-click the model in the 3D view and choose Reload from disk. Read more in the documentation.
  78. hypertext_type = link
  79. documentation_link = https://help.prusa3d.com/en/article/reload-from-disk_120427
  80. [hint:Hiding sidebar]
  81. text = Hiding sidebar\nDid you know that you can hide the right sidebar using the shortcut <b>Shift+Tab</b>? You can also enable the icon for this from the<a>Preferences.</a>
  82. hypertext_type = preferences
  83. hypertext_preferences_page = 2
  84. [hint:Perspective camera]
  85. text = Perspective camera\nDid you know that you can use the <b>K</b> key to quickly switch between an orthographic and perspective camera?
  86. [hint:Camera Views]
  87. text = Camera Views\nDid you know that you can use the number keys <b>0-6</b> to quickly switch between predefined camera angles?
  88. [hint:Place on face]
  89. text = Place on face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the<a>Place on face</a>function or press the <b>F</b> key.
  90. hypertext_type = gizmo
  91. hypertext_gizmo_item = place
  92. [hint:Set number of instances]
  93. text = Set number of instances\nDid you know that you can right-click a model and set an exact number of instances instead of copy-pasting it several times?
  94. [hint:Combine infill]
  95. text = Combine infill\nDid you know that you can print the infill with a higher layer height compared to perimeters to save print time using the setting<a>Combine infill every.</a>
  96. hypertext_type = settings
  97. hypertext_settings_opt = infill_every_layers
  98. hypertext_settings_type = 1
  99. hypertext_settings_category = Infill
  100. disabled_tags = SLA; simple
  101. [hint:Variable layer height]
  102. text = Variable layer height\nDid you know that you can print different regions of your model with a different layer height and smooth the transitions between them? Try the<a>Variable layer height tool.</a>(Not available for SLA printers.)
  103. hypertext_type = plater
  104. hypertext_plater_item = layersediting
  105. disabled_tags = SLA
  106. [hint:Undo/redo history]
  107. text = Undo/redo history\nDid you know that you can right-click the<a>undo/redo arrows</a>to see the history of changes and to undo or redo several actions at once?
  108. hypertext_type = plater
  109. hypertext_plater_item = undo
  110. [hint:Different layer height for each model]
  111. text = Different layer height for each model\nDid you know that you can print each model on the plater with a different layer height? Right-click the model in the 3D view, choose Layers and Perimeters and adjust the values in the right panel. Read more in the documentation.
  112. hypertext_type = link
  113. documentation_link= https://help.prusa3d.com/en/article/per-model-settings_1674
  114. disabled_tags = SLA
  115. [hint:Solid infill threshold area]
  116. text = Solid infill threshold area\nDid you know that you can make parts of your model with a small cross-section be filled with solid infill automatically? Set the<a>Solid infill threshold area.</a>(Expert mode only.)
  117. hypertext_type = settings
  118. hypertext_settings_opt = solid_infill_below_area
  119. hypertext_settings_type = 1
  120. hypertext_settings_category = Infill
  121. enabled_tags = FFF; expert
  122. [hint:Search functionality]
  123. text = Search functionality\nDid you know that you use the<a>Search</a>tool to quickly find a specific PrusaSlicer setting? Or use the familiar shortcut <b>Ctrl+F</b>.
  124. hypertext_type = plater
  125. hypertext_plater_item = search
  126. [hint:Box selection]
  127. text = Box selection\nDid you know that you can do a box selection with Shift+Mouse drag? You can also box-deselect objects with <b>Alt+Mouse drag</b>.
  128. [hint:Zoom on selected objects or on all objects if none selected]
  129. text =Zoom on selected objects or on all objects if none selected\nDid you know that you can zoom in on selected objects by pressing the <b>Z</b> key? If none are selected, the camera will zoom on all objects in the scene.
  130. [hint:Printable toggle]
  131. text = Printable toggle\nDid you know that you can disable the G-code generation for the selected model without having to move or delete it? Toggle the Printable property of a model from the Right-click context menu.
  132. [hint:Mirror]
  133. text = Mirror\nDid you know that you can mirror the selected model to create a reversed version of it? Right-click the model, select Mirror and pick the mirror axis.
  134. [hint:PageUp / PageDown quick rotation by 45 degrees]
  135. text = PageUp / PageDown quick rotation by 45 degrees\nDid you know that you can quickly rotate selected models by 45 degrees around the Z-axis clockwise or counter-clockwise by pressing <b>Page Up</b> or <b>Page Down</b> respectively?
  136. [hint:Load config from G-code]
  137. text = Load config from G-code\nDid you know that you can use File-Import Config to load print, filament and printer profiles from an existing G-code file? Similarly, you can use File-Import SL1 archive, which also lets you reconstruct 3D models from the voxel data.
  138. [hint:Ironing]
  139. text = Ironing\nDid you know that you can smooth top surfaces of prints using Ironing? The nozzle will run a special second infill phase at the same layer to fill in holes and flatten any lifted plastic. Read more in the documentation. (Requires Advanced or Expert mode.)
  140. hypertext_type = link
  141. documentation_link = https://help.prusa3d.com/en/article/ironing_177488
  142. disabled_tags = SLA; simple
  143. [hint:Paint-on supports]
  144. text = Paint-on supports\nDid you know that you can paint directly on the object and select areas, where supports should be enforced or blocked? Try the<a>Paint-on supports</a>feature. (Requires Advanced or Expert mode.)
  145. hypertext_type = gizmo
  146. hypertext_gizmo_item = fdm_supports
  147. disabled_tags = SLA; simple
  148. [hint:Paint-on seam]
  149. text = Paint-on seam\nDid you know that you can paint directly on the object and select where to place the start/endpoint of each perimeter loop? Try the<a>Seam painting</a>feature. (Requires Advanced or Expert mode.)
  150. hypertext_type = gizmo
  151. hypertext_gizmo_item = seam
  152. disabled_tags = SLA; simple
  153. [hint:Insert Pause]
  154. text = Insert Pause\nDid you know that you can schedule the print to pause at a specific layer? Right-click the layer slider in the Preview and select Add pause print (M601). This can be used to insert magnets, weights or nuts into your prints. Read more in the documentation.
  155. hypertext_type = link
  156. documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490#insert-pause-at-layer
  157. disabled_tags = SLA
  158. [hint:Insert Custom G-code]
  159. text = Insert Custom G-code\nDid you know that you can insert a custom G-code at a specific layer? Right-click the layer in the Preview and select Add custom G-code. With this function you can, for example, create a temperature tower. Read more in the documentation.
  160. hypertext_type = link
  161. documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490#insert-custom-g-code-at-layer
  162. disabled_tags = SLA
  163. [hint:Configuration snapshots]
  164. text = Configuration snapshots\nDid you know that roll back to a complete backup of all system and user profiles? You can view and move back and forth between snapshots using the Configuration - Configuration snapshots menu. Read more in the documentation.
  165. hypertext_type = link
  166. documentation_link = https://help.prusa3d.com/en/article/configuration-snapshots_1776
  167. [hint:Minimum wall thickness]
  168. text = Minimum wall thickness\nDid you know that instead of the number of top and bottom layers, you can define the<a>Minimum shell thickness</a>in millimeters? This feature is especially useful when using the variable layer height function.
  169. hypertext_type = settings
  170. hypertext_settings_opt = top_solid_min_thickness
  171. hypertext_settings_type = 1
  172. hypertext_settings_category = Layers and perimeters
  173. disabled_tags = SLA
  174. [hint:Settings in non-modal window]
  175. text = Settings in non-modal window\nDid you know that you can open the Settings in a new non-modal window? This means you can have settings open on one screen and the G-code Preview on the other. Go to the<a>Preferences</a>and select Settings in non-modal window.
  176. hypertext_type = preferences
  177. hypertext_preferences_page = 2
  178. [hint:Adaptive infills]
  179. text = Adaptive infills\nDid you know that you can use the Adaptive cubic and Support cubic infills to decrease the print time and lower the filament consumption? Read more in the documentation.
  180. hypertext_type = link
  181. documentation_link = https://help.prusa3d.com/en/article/infill-patterns_177130
  182. disabled_tags = SLA
  183. [hint:Fullscreen mode]
  184. text = Fullscreen mode\nDid you know that you can switch PrusaSlicer to fullscreen mode? Use the <b>F11</b> hotkey.
  185. enabled_tags = Windows
  186. #[hint:]
  187. #text =
  188. #hypertext =
  189. #follow_text =