hints.ini 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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 = print ( {print, filament, sla_print, sla_material, printer} according to settings tab)
  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 = 2 (values 0-2 according to prefernces tab to be opened)
  38. # hypertext_preferences_item = show_collapse_button (name of variable saved in prusaslicer.ini connected to the setting in preferences)
  39. #
  40. # Open gallery (no aditional var)
  41. # hypertext_type = gallery
  42. #
  43. #Open top menubar item
  44. #hypertext_menubar_menu_name = (Exact Name in english visible as menu name: File, ) Note: If it contains "&", you have to leave it
  45. #hypertext_menubar_item_name = (Exact Name of item in english, if there are three dots at the end of name, put name without three dots) Note: If it contains "&", you have to leave it
  46. #
  47. #
  48. # Each notification can have disabled and enabled modes and techs - divided by ; and space
  49. # enabled_tags = ...
  50. # disabled_tags = ...
  51. # supported tags are: simple; advanced; expert; FFF; MMU; SLA; Windows; Linux; OSX;
  52. # and all filament types: PLA; PET; ABS; ASA; FLEX; HIPS; EDGE; NGEN; NYLON; PVA; PC; PP; PEI; PEEK; PEKK; POM; PSU; PVDF; SCAFF;
  53. # Tags are case sensitive.
  54. # FFF is affirmative for both one or more extruder printers.
  55. # Algorithm shows hint only if ALL enabled tags are affirmative. (so never do enabled_tags = FFF; SLA;)
  56. # Algorithm shows hint only if not in all disabled tags.
  57. # if there are both disabled and preferred, only preferred that are not in disabled are valid.
  58. #
  59. #
  60. # Notifications shows in random order, already shown notifications are saved at cache/hints.cereal (as binary - human non-readable)
  61. # You can affect random ordering by seting weigh
  62. # weight = 5
  63. # Weight must be larger or equal to 1. Default weight is 1.
  64. # Weight defines probability as weight : sum_of_all_weights.
  65. [hint:Fuzzy skin]
  66. 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.
  67. hypertext_type = settings
  68. hypertext_settings_opt = fuzzy_skin
  69. hypertext_settings_type = print
  70. hypertext_settings_category = Layers and perimeters
  71. disabled_tags = SLA
  72. [hint:Shapes gallery]
  73. 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>.
  74. hypertext_type = gallery
  75. disable_modes = simple
  76. [hint:Arrange settings]
  77. text = Arrange settings\nDid you know that you can right-click the<a>Arrange icon</a>to adjust the size of the gap between objects and to allow automatic rotations?
  78. hypertext_type = plater
  79. hypertext_plater_item = arrange
  80. [hint:Negative volume]
  81. 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.)
  82. documentation_link = https://help.prusa3d.com/en/article/negative-volume_238503
  83. disabled_tags = SLA; simple
  84. [hint:Simplify mesh]
  85. 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.
  86. documentation_link = https://help.prusa3d.com/en/article/simplify-mesh_238941
  87. [hint:Reload from disk]
  88. 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.
  89. documentation_link = https://help.prusa3d.com/en/article/reload-from-disk_120427
  90. [hint:Hiding sidebar]
  91. 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>.
  92. hypertext_type = preferences
  93. hypertext_preferences_page = 2
  94. hypertext_preferences_item = show_collapse_button
  95. [hint:Perspective camera]
  96. text = Perspective camera\nDid you know that you can use the <b>K</b> key to quickly switch between an orthographic and perspective camera?
  97. [hint:Camera Views]
  98. text = Camera Views\nDid you know that you can use the number keys <b>0-6</b> to quickly switch between predefined camera angles?
  99. [hint:Place on face]
  100. 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.
  101. hypertext_type = gizmo
  102. hypertext_gizmo_item = place
  103. [hint:Set number of instances]
  104. 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?
  105. [hint:Combine infill]
  106. 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>.
  107. hypertext_type = settings
  108. hypertext_settings_opt = infill_every_layers
  109. hypertext_settings_type = print
  110. hypertext_settings_category = Infill
  111. disabled_tags = SLA; simple
  112. [hint:Variable layer height]
  113. 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.)
  114. hypertext_type = plater
  115. hypertext_plater_item = layersediting
  116. disabled_tags = SLA
  117. [hint:Undo/redo history]
  118. 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?
  119. hypertext_type = plater
  120. hypertext_plater_item = undo
  121. [hint:Different layer height for each model]
  122. 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.
  123. documentation_link= https://help.prusa3d.com/en/article/per-model-settings_1674
  124. disabled_tags = SLA
  125. [hint:Solid infill threshold area]
  126. 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.)
  127. hypertext_type = settings
  128. hypertext_settings_opt = solid_infill_below_area
  129. hypertext_settings_type = print
  130. hypertext_settings_category = Infill
  131. enabled_tags = FFF; expert
  132. [hint:Search functionality]
  133. 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>.
  134. hypertext_type = plater
  135. hypertext_plater_item = search
  136. [hint:Box selection]
  137. 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>.
  138. [hint:Zoom on selected objects or on all objects if none selected]
  139. 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.
  140. [hint:Printable toggle]
  141. 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.
  142. [hint:Mirror]
  143. 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.
  144. [hint:PageUp / PageDown quick rotation by 45 degrees]
  145. 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?
  146. [hint:Load config from G-code]
  147. text = Load config from G-code\nDid you know that you can use File-Import-Import Config to load print, filament and printer profiles from an existing G-code file? Similarly, you can use File-Import-Import SL1 / SL1S archive, which also lets you reconstruct 3D models from the voxel data.
  148. [hint:Ironing]
  149. 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.)
  150. documentation_link = https://help.prusa3d.com/en/article/ironing_177488
  151. disabled_tags = SLA; simple
  152. [hint:Paint-on supports]
  153. 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.)
  154. hypertext_type = gizmo
  155. hypertext_gizmo_item = fdm_supports
  156. disabled_tags = SLA; simple
  157. [hint:Paint-on seam]
  158. 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.)
  159. hypertext_type = gizmo
  160. hypertext_gizmo_item = seam
  161. disabled_tags = SLA; simple
  162. [hint:Insert Pause]
  163. 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.
  164. documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490#insert-pause-at-layer
  165. disabled_tags = SLA
  166. [hint:Insert Custom G-code]
  167. text = Insert Custom G-code\nDid you know that you can insert a custom G-code at a specific layer? Left-click the layer in the Preview, Right-click the plus icon and select Add custom G-code. With this function you can, for example, create a temperature tower. Read more in the documentation.
  168. documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490#insert-custom-g-code-at-layer
  169. disabled_tags = SLA
  170. [hint:Configuration snapshots]
  171. text = Configuration snapshots\nDid you know that you can 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 - <a>Configuration snapshots menu</a>.
  172. documentation_link = https://help.prusa3d.com/en/article/configuration-snapshots_1776
  173. hypertext_type = menubar
  174. hypertext_menubar_menu_name = &Configuration
  175. hypertext_menubar_item_name = &Configuration Snapshots
  176. [hint:Minimum shell thickness]
  177. text = Minimum shell 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.
  178. hypertext_type = settings
  179. hypertext_settings_opt = top_solid_min_thickness
  180. hypertext_settings_type = print
  181. hypertext_settings_category = Layers and perimeters
  182. disabled_tags = SLA
  183. [hint:Settings in non-modal window]
  184. 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.
  185. hypertext_type = preferences
  186. hypertext_preferences_page = 2
  187. hypertext_preferences_item = dlg_settings_layout_mode
  188. [hint:Adaptive infills]
  189. 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.
  190. documentation_link = https://help.prusa3d.com/en/article/infill-patterns_177130
  191. disabled_tags = SLA
  192. [hint:Lightning infill]
  193. text = Lightning infill\nDid you know that you can use the Lightning infill to support only the top surfaces, save a lot of the filament, and decrease the print time? Read more in the documentation.
  194. documentation_link = https://help.prusa3d.com/en/article/infill-patterns_177130
  195. disabled_tags = SLA
  196. [hint:Fullscreen mode]
  197. text = Fullscreen mode\nDid you know that you can switch PrusaSlicer to fullscreen mode? Use the <b>F11</b> hotkey.
  198. enabled_tags = Windows
  199. #[hint:]
  200. #text =
  201. #hypertext =
  202. #follow_text =