summaryrefslogtreecommitdiffstats
path: root/share/extensions/gcodetools_lathe.inx
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2017-02-24 09:04:32 +0000
committerJazzyNico <nicoduf@yahoo.fr>2017-02-24 09:04:32 +0000
commite6fa028cd4ccc870664dae669c17f0528ed9f676 (patch)
tree377e04cda146cae55c1e81cc92dfdcbdbb04dd5e /share/extensions/gcodetools_lathe.inx
parentDisplay style attribute properties when object row selected. Allow their dele... (diff)
downloadinkscape-e6fa028cd4ccc870664dae669c17f0528ed9f676.tar.gz
inkscape-e6fa028cd4ccc870664dae669c17f0528ed9f676.zip
[Bug #980527] Gcodetools: Unlocalized messages.
Fixed bugs: - https://launchpad.net/bugs/980527 (bzr r15543)
Diffstat (limited to 'share/extensions/gcodetools_lathe.inx')
-rw-r--r--share/extensions/gcodetools_lathe.inx10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/extensions/gcodetools_lathe.inx b/share/extensions/gcodetools_lathe.inx
index 7483ac2b9..4bb9888a6 100644
--- a/share/extensions/gcodetools_lathe.inx
+++ b/share/extensions/gcodetools_lathe.inx
@@ -19,15 +19,15 @@
<param name="lathe-z-axis-remap" type="string" _gui-text="Lathe Z axis remap:">Z</param>
</page>
- <page name='lathe_modify_path' _gui-text='Lathe modify path'>
- <_param name="help" type="description">
+ <page name='lathe_modify_path' _gui-text='Lathe modify path'>
+ <_param name="help" type="description" xml:space="preserve">
This function modifies path so it will be possible to be cut it with a rectangular cutter.
</_param>
<param name="lathe-rectangular-cutter-width" type="float" precision="5" min="0" max="1000" _gui-text="Lathe width:">4</param>
</page>
- <page name='path-to-gcode' _gui-text='Path to Gcode'>
+ <page name='path-to-gcode' _gui-text='Path to Gcode'>
<param name="biarc-tolerance" type='float' precision="5" _gui-text='Biarc interpolation tolerance:'>1</param>
<param name="biarc-max-split-depth" type="int" _gui-text="Maximum splitting depth:">4</param>
<param name="path-to-gcode-order" _gui-text="Cutting order:" type="optiongroup" appearance="minimal">
@@ -39,7 +39,7 @@
<param name="path-to-gcode-depth-function" type="string" _gui-text="Depth function:">d</param>
<param name="path-to-gcode-sort-paths" type="boolean" _gui-text="Sort paths to reduce rapid distance">True</param>
- <_param name="help" type="description">
+ <_param name="help" type="description" xml:space="preserve">
Biarc interpolation tolerance is the maximum distance between path and its approximation.
The segment will be split into two segments if the distance between path's segment and its approximation exceeds biarc interpolation tolerance.
For depth function c=color intensity from 0.0 (white) to 1.0 (black), d is the depth defined by orientation points, s - surface defined by orientation points.
@@ -83,7 +83,7 @@ For depth function c=color intensity from 0.0 (white) to 1.0 (black), d is the d
</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.