summaryrefslogtreecommitdiffstats
path: root/share/extensions/gcodetools_engraving.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_engraving.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_engraving.inx')
-rw-r--r--share/extensions/gcodetools_engraving.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/gcodetools_engraving.inx b/share/extensions/gcodetools_engraving.inx
index a488f45a1..6dd1a3c73 100644
--- a/share/extensions/gcodetools_engraving.inx
+++ b/share/extensions/gcodetools_engraving.inx
@@ -13,7 +13,7 @@
<param name="engraving-newton-iterations" type="int" min="2" max="10" _gui-text="Accuracy factor (2 low to 10 high):">4</param>
<param name="engraving-draw-calculation-paths" type="boolean" _gui-text="Draw additional graphics to see engraving path">false</param>
- <_param name="help" type="description">
+ <_param name="help" type="description" xml:space="preserve">
This function creates path to engrave letters or any shape with sharp angles.
Cutter's depth as a function of radius is defined by the tool.
Depth may be any Python expression. For instance:
@@ -61,7 +61,7 @@ ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4</_param>
</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.