summaryrefslogtreecommitdiff
path: root/templates/output_params_txt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/output_params_txt.xml')
-rw-r--r--templates/output_params_txt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml
index c8ca35ee..8b7f66f5 100644
--- a/templates/output_params_txt.xml
+++ b/templates/output_params_txt.xml
@@ -36,6 +36,6 @@
gui-description="{{ _("minimum spindle speed value (grbl $31 setting)") }}" min="-1" max="1000000000">-1</param>
<param name="max_spindle_speed" type="int" gui-text="{{ _("max spindle speed") }}"
gui-description="{{ _("minimum spindle speed value (grbl $30 setting)") }}" min="-1" max="1000000000">-1</param>
- <param name="feed_rate" type="int" gui-description="{{ _("feed rate (in mm/min, set to -1 to omit)")}}" min="-1" max="1000000000">-1</param>
+ <param name="feed_rate" type="int" gui-text="{{ _("feed rate (in mm/min, set to -1 to omit)")}}" min="-1" max="1000000000">-1</param>
</page>
</param>