summaryrefslogtreecommitdiffstats
path: root/share/extensions/gcodetools_prepare_path_for_plasma.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/gcodetools_prepare_path_for_plasma.inx')
-rw-r--r--share/extensions/gcodetools_prepare_path_for_plasma.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/gcodetools_prepare_path_for_plasma.inx b/share/extensions/gcodetools_prepare_path_for_plasma.inx
index ab054714e..c6d77e7db 100644
--- a/share/extensions/gcodetools_prepare_path_for_plasma.inx
+++ b/share/extensions/gcodetools_prepare_path_for_plasma.inx
@@ -7,7 +7,7 @@
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name='active-tab' type="notebook">
- <page name='plasma-prepare-path' _gui-text='Prepare path for plasma or laser cuters'>
+ <page name='plasma-prepare-path' _gui-text='Prepare path for plasma or laser cutters'>
<param name='in-out-path' type="boolean" _gui-text="Create in-out paths" >True</param>
<param name='in-out-path-len' type="float" precision="5" min="0" max="1000000" _gui-text='In-out path length:'>10</param>
<param name='in-out-path-point-max-dist' type="float" precision="5" min="0" max="1000000" _gui-text='In-out path max distance to reference point:'>10</param>
@@ -30,7 +30,7 @@
</page>
<page name='help' _gui-text='Help'>
- <_param name="fullhelp" type="description">
+ <_param name="fullhelp" type="description" xml:space="preserve">
Gcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters.
This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed.