diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2017-02-24 09:04:32 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2017-02-24 09:04:32 +0000 |
| commit | e6fa028cd4ccc870664dae669c17f0528ed9f676 (patch) | |
| tree | 377e04cda146cae55c1e81cc92dfdcbdbb04dd5e /share/extensions/gcodetools_area.inx | |
| parent | Display style attribute properties when object row selected. Allow their dele... (diff) | |
| download | inkscape-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_area.inx')
| -rw-r--r-- | share/extensions/gcodetools_area.inx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/extensions/gcodetools_area.inx b/share/extensions/gcodetools_area.inx index 23efdf8b6..8dbcb1e1f 100644 --- a/share/extensions/gcodetools_area.inx +++ b/share/extensions/gcodetools_area.inx @@ -12,7 +12,7 @@ <param name="area-inkscape-radius" type="float" min="-1000" max="1000" _gui-text="Area width:">-10</param> <param name="area-tool-overlap" type="float" min="0" max="1" _gui-text="Area tool overlap (0..0.9):">0</param> - <_param name="help" type="description"> + <_param name="help" type="description" xml:space="preserve"> "Create area offset": creates several Inkscape path offsets to fill original path's area up to "Area radius" value. Outlines start from "1/2 D" up to "Area width" total width with "D" steps where D is taken from the nearest tool definition ("Tool diameter" value). @@ -37,7 +37,7 @@ Only one offset will be created if the "Area width" is equal to "1/2 D". <_option value="mark with style">mark with style</_option> <_option value="delete">delete</_option> </param> - <_param name="help" type="description"> + <_param name="help" type="description" xml:space="preserve"> Usage: 1. Select all Area Offsets (gray outlines) 2. Object/Ungroup (Shift+Ctrl+G) @@ -59,7 +59,7 @@ Suspected small objects will be marked out by colored arrows. <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. @@ -103,7 +103,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. |
