summaryrefslogtreecommitdiffstats
path: root/share/extensions
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
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')
-rw-r--r--share/extensions/gcodetools_about.inx4
-rw-r--r--share/extensions/gcodetools_area.inx8
-rw-r--r--share/extensions/gcodetools_check_for_updates.inx2
-rw-r--r--share/extensions/gcodetools_dxf_points.inx4
-rw-r--r--share/extensions/gcodetools_engraving.inx4
-rw-r--r--share/extensions/gcodetools_graffiti.inx4
-rw-r--r--share/extensions/gcodetools_lathe.inx10
-rw-r--r--share/extensions/gcodetools_orientation_points.inx4
-rw-r--r--share/extensions/gcodetools_path_to_gcode.inx4
-rw-r--r--share/extensions/gcodetools_prepare_path_for_plasma.inx2
-rw-r--r--share/extensions/gcodetools_tools_library.inx4
11 files changed, 25 insertions, 25 deletions
diff --git a/share/extensions/gcodetools_about.inx b/share/extensions/gcodetools_about.inx
index 385a38244..4a1579181 100644
--- a/share/extensions/gcodetools_about.inx
+++ b/share/extensions/gcodetools_about.inx
@@ -8,7 +8,7 @@
<param name='active-tab' type="notebook">
<page name='about' _gui-text='About'>
- <_param name="help" type="description">Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode is a special format which is used in most of CNC machines. So Gcodetools allows you to use Inkscape as CAM program.
+ <_param name="help" type="description" xml:space="preserve">Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode is a special format which is used in most of CNC machines. So Gcodetools allows you to use Inkscape as CAM program.
It can be used with a lot of machine types:
Mills
@@ -22,7 +22,7 @@ To get more info visit developers page at http://www.cnc-club.ru/gcodetools</_pa
</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.
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.
diff --git a/share/extensions/gcodetools_check_for_updates.inx b/share/extensions/gcodetools_check_for_updates.inx
index 6eaa098a5..05cc97b1d 100644
--- a/share/extensions/gcodetools_check_for_updates.inx
+++ b/share/extensions/gcodetools_check_for_updates.inx
@@ -12,7 +12,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.
diff --git a/share/extensions/gcodetools_dxf_points.inx b/share/extensions/gcodetools_dxf_points.inx
index 4367353b9..06d655624 100644
--- a/share/extensions/gcodetools_dxf_points.inx
+++ b/share/extensions/gcodetools_dxf_points.inx
@@ -8,7 +8,7 @@
<param name='active-tab' type="notebook">
<page name='dxfpoints' _gui-text='DXF points'>
- <_param name="help" type="description">
+ <_param name="help" type="description" xml:space="preserve">
Convert selected objects to drill points (as dxf_import plugin does). Also you can save original shape. Only the start point of each curve will be used.
@@ -49,7 +49,7 @@ Also you can manually select object, open XML editor (Shift+Ctrl+X) and add or r
</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.
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.
diff --git a/share/extensions/gcodetools_graffiti.inx b/share/extensions/gcodetools_graffiti.inx
index bcaec76d4..c2ea161d9 100644
--- a/share/extensions/gcodetools_graffiti.inx
+++ b/share/extensions/gcodetools_graffiti.inx
@@ -37,7 +37,7 @@ different X/Y scale)</_option>
<_item value="G20 (All units in inches)">in</_item>
</param>
- <_param name="help" type="description">
+ <_param name="help" type="description" xml:space="preserve">
Orientation points are used to calculate transformation (offset,scale,mirror,rotation in XY plane) of the path.
3-points mode only: do not put all three into one line (use 2-points mode instead).
@@ -88,7 +88,7 @@ Now press apply to create control points (independent set for each layer).
</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.
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.
diff --git a/share/extensions/gcodetools_orientation_points.inx b/share/extensions/gcodetools_orientation_points.inx
index 604369881..9f07ff219 100644
--- a/share/extensions/gcodetools_orientation_points.inx
+++ b/share/extensions/gcodetools_orientation_points.inx
@@ -27,7 +27,7 @@ different X/Y scale)</_option>
<_item value="G20 (All units in inches)">in</_item>
</param>
- <_param name="help" type="description">
+ <_param name="help" type="description" xml:space="preserve">
Orientation points are used to calculate transformation (offset,scale,mirror,rotation in XY plane) of the path.
3-points mode only: do not put all three into one line (use 2-points mode instead).
@@ -42,7 +42,7 @@ Now press apply to create control points (independent set for each layer).
</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.
diff --git a/share/extensions/gcodetools_path_to_gcode.inx b/share/extensions/gcodetools_path_to_gcode.inx
index b1664a70e..6862a40a4 100644
--- a/share/extensions/gcodetools_path_to_gcode.inx
+++ b/share/extensions/gcodetools_path_to_gcode.inx
@@ -19,7 +19,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.
@@ -63,7 +63,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.
diff --git a/share/extensions/gcodetools_prepare_path_for_plasma.inx b/share/extensions/gcodetools_prepare_path_for_plasma.inx
index 805a3a2b2..c6d77e7db 100644
--- a/share/extensions/gcodetools_prepare_path_for_plasma.inx
+++ b/share/extensions/gcodetools_prepare_path_for_plasma.inx
@@ -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.
diff --git a/share/extensions/gcodetools_tools_library.inx b/share/extensions/gcodetools_tools_library.inx
index e7be0d996..7841c3130 100644
--- a/share/extensions/gcodetools_tools_library.inx
+++ b/share/extensions/gcodetools_tools_library.inx
@@ -23,7 +23,7 @@
</param>
- <_param name="help" type="description">
+ <_param name="help" type="description" xml:space="preserve">
Selected tool type fills appropriate default values. You can change these values using the Text tool later on.
The topmost (z order) tool in the active layer is used. If there is no tool inside the current layer it is taken from the upper layer.
@@ -33,7 +33,7 @@ Press Apply to create new tool.
</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.