We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e526c16 commit 46309b1Copy full SHA for 46309b1
1 file changed
docs/src/gui/qtdragon.adoc
@@ -176,6 +176,19 @@ EMBED_TAB_COMMAND = qtvcp vismach_mill_xyz
176
EMBED_TAB_LOCATION = tabWidget_utilities
177
----
178
179
+=== Preview Control
180
+
181
+Magic comments can be used to control the gcode preview. +
182
+On very large programs the preview can take a long time to load. You can control
183
+what is shown and what is hidden the the graphics screen by adding the appropriate
184
+comments from this list:
185
186
+----
187
+(PREVIEW,stop)
188
+(PREVIEW,hide)
189
+(PREVIEW,show)
190
191
192
=== Program Extensions/Filters
193
194
You can control what programs are displayed in the filemanager window with
0 commit comments