- fixed bug in ToolCutout where creating a cutout object geometry from another external isolation geometry failed

- fixed bug in cncjob TclCommand where the gcode could not be correctly generated due of missing bounds params in obj.options dict
- fixed a hardcoded tolerance in FlatCAMGeometry.generatecncjob() and in FlatCAMGeometry.mtool_gen_cncjob() to use the parameter from Preferences
This commit is contained in:
Marius Stanciu
2019-06-08 00:08:05 +03:00
parent a5ffe475dd
commit 3fa661f8d1
8 changed files with 261 additions and 287 deletions

Binary file not shown.

View File

@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2019-06-05 12:38+0300\n"
"PO-Revision-Date: 2019-06-05 13:01+0300\n"
"POT-Creation-Date: 2019-06-07 23:14+0300\n"
"PO-Revision-Date: 2019-06-07 23:14+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
@@ -734,7 +734,7 @@ msgstr "Source Editor"
msgid "[ERROR]App.on_view_source() -->%s"
msgstr "[ERROR]App.on_view_source() -->%s"
#: FlatCAMApp.py:6562 FlatCAMApp.py:7704 FlatCAMObj.py:5581
#: FlatCAMApp.py:6562 FlatCAMApp.py:7704 FlatCAMObj.py:5587
msgid "Code Editor"
msgstr "Code Editor"
@@ -1167,17 +1167,14 @@ msgid "[success] All plots enabled."
msgstr "[success] All plots enabled."
#: FlatCAMApp.py:8342
#| msgid "[success] All plots enabled."
msgid "[success] Selected plots enabled..."
msgstr "[success] Selected plots enabled..."
#: FlatCAMApp.py:8350
#| msgid "[success] All non selected plots disabled."
msgid "[success] Selected plots disabled..."
msgstr "[success] Selected plots disabled..."
#: FlatCAMApp.py:8360 FlatCAMApp.py:8373
#| msgid "Moving ..."
msgid "Working ..."
msgstr "Working ..."
@@ -1211,11 +1208,11 @@ msgstr "[ERROR_NOTCL] Failed to save project file: %s. Retry to save it."
msgid "[success] Name changed from {old} to {new}"
msgstr "[success] Name changed from {old} to {new}"
#: FlatCAMObj.py:546 FlatCAMObj.py:2031 FlatCAMObj.py:3311 FlatCAMObj.py:5478
#: FlatCAMObj.py:546 FlatCAMObj.py:2031 FlatCAMObj.py:3311 FlatCAMObj.py:5484
msgid "<span style=\"color:green;\"><b>Basic</b></span>"
msgstr "<span style=\"color:green;\"><b>Basic</b></span>"
#: FlatCAMObj.py:558 FlatCAMObj.py:2047 FlatCAMObj.py:3333 FlatCAMObj.py:5484
#: FlatCAMObj.py:558 FlatCAMObj.py:2047 FlatCAMObj.py:3333 FlatCAMObj.py:5490
msgid "<span style=\"color:red;\"><b>Advanced</b></span>"
msgstr "<span style=\"color:red;\"><b>Advanced</b></span>"
@@ -1237,8 +1234,8 @@ msgid "Total Slots"
msgstr "Total Slots"
#: FlatCAMObj.py:2103 FlatCAMObj.py:3384 FlatCAMObj.py:3682 FlatCAMObj.py:3869
#: FlatCAMObj.py:3882 FlatCAMObj.py:3999 FlatCAMObj.py:4416 FlatCAMObj.py:4653
#: FlatCAMObj.py:5061 flatcamEditors/FlatCAMExcEditor.py:1474
#: FlatCAMObj.py:3882 FlatCAMObj.py:3999 FlatCAMObj.py:4416 FlatCAMObj.py:4654
#: FlatCAMObj.py:5067 flatcamEditors/FlatCAMExcEditor.py:1474
#: flatcamTools/ToolCalculators.py:307 flatcamTools/ToolCalculators.py:318
#: flatcamTools/ToolCalculators.py:330 flatcamTools/ToolCalculators.py:345
#: flatcamTools/ToolCalculators.py:358 flatcamTools/ToolCalculators.py:372
@@ -1295,7 +1292,7 @@ msgid ""
msgstr ""
"[ERROR_NOTCL] Milling tool for SLOTS is larger than hole size. Cancelled."
#: FlatCAMObj.py:2602 FlatCAMObj.py:4304 FlatCAMObj.py:4519 FlatCAMObj.py:4836
#: FlatCAMObj.py:2602 FlatCAMObj.py:4304 FlatCAMObj.py:4520 FlatCAMObj.py:4837
msgid ""
"[ERROR_NOTCL] Wrong value format for self.defaults[\"z_pdepth\"] or self."
"options[\"z_pdepth\"]"
@@ -1303,7 +1300,7 @@ msgstr ""
"[ERROR_NOTCL] Wrong value format for self.defaults[\"z_pdepth\"] or self."
"options[\"z_pdepth\"]"
#: FlatCAMObj.py:2614 FlatCAMObj.py:4316 FlatCAMObj.py:4531 FlatCAMObj.py:4848
#: FlatCAMObj.py:2614 FlatCAMObj.py:4316 FlatCAMObj.py:4532 FlatCAMObj.py:4849
msgid ""
"[ERROR_NOTCL] Wrong value format for self.defaults[\"feedrate_probe\"] or "
"self.options[\"feedrate_probe\"]"
@@ -1311,12 +1308,12 @@ msgstr ""
"[ERROR_NOTCL] Wrong value format for self.defaults[\"feedrate_probe\"] or "
"self.options[\"feedrate_probe\"]"
#: FlatCAMObj.py:2646 FlatCAMObj.py:4723 FlatCAMObj.py:4728 FlatCAMObj.py:4874
#: FlatCAMObj.py:2646 FlatCAMObj.py:4725 FlatCAMObj.py:4730 FlatCAMObj.py:4880
msgid "Generating CNC Code"
msgstr "Generating CNC Code"
#: FlatCAMObj.py:2672 FlatCAMObj.py:5020 camlib.py:5152 camlib.py:5611
#: camlib.py:5874
#: FlatCAMObj.py:2672 FlatCAMObj.py:5026 camlib.py:5151 camlib.py:5610
#: camlib.py:5873
msgid ""
"[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the "
"format (x, y) \n"
@@ -1396,7 +1393,7 @@ msgstr "[ERROR_NOTCL] Failed. No tool selected in the tool table ..."
msgid "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s"
msgstr "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s"
#: FlatCAMObj.py:4425 FlatCAMObj.py:4662
#: FlatCAMObj.py:4425 FlatCAMObj.py:4663
msgid ""
"[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n"
"Add a Tool Offset or change the Offset Type."
@@ -1404,20 +1401,20 @@ msgstr ""
"[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n"
"Add a Tool Offset or change the Offset Type."
#: FlatCAMObj.py:4543 flatcamTools/ToolSolderPaste.py:1107
#: FlatCAMObj.py:4544 flatcamTools/ToolSolderPaste.py:1107
#: flatcamTools/ToolSolderPaste.py:1162
msgid "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..."
msgstr "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..."
#: FlatCAMObj.py:4907 FlatCAMObj.py:4917 camlib.py:3335 camlib.py:3344
#: FlatCAMObj.py:4913 FlatCAMObj.py:4923 camlib.py:3335 camlib.py:3344
msgid "[ERROR_NOTCL] Scale factor has to be a number: integer or float."
msgstr "[ERROR_NOTCL] Scale factor has to be a number: integer or float."
#: FlatCAMObj.py:4955
#: FlatCAMObj.py:4961
msgid "[success] Geometry Scale done."
msgstr "[success] Geometry Scale done."
#: FlatCAMObj.py:4972 camlib.py:3414
#: FlatCAMObj.py:4978 camlib.py:3414
msgid ""
"[ERROR_NOTCL] An (x,y) pair of values are needed. Probable you entered only "
"one value in the Offset field."
@@ -1425,29 +1422,29 @@ msgstr ""
"[ERROR_NOTCL] An (x,y) pair of values are needed. Probable you entered only "
"one value in the Offset field."
#: FlatCAMObj.py:4992
#: FlatCAMObj.py:4998
msgid "[success] Geometry Offset done."
msgstr "[success] Geometry Offset done."
#: FlatCAMObj.py:5546 FlatCAMObj.py:5551 flatcamTools/ToolSolderPaste.py:1361
#: FlatCAMObj.py:5552 FlatCAMObj.py:5557 flatcamTools/ToolSolderPaste.py:1361
msgid "Export Machine Code ..."
msgstr "Export Machine Code ..."
#: FlatCAMObj.py:5557 flatcamTools/ToolSolderPaste.py:1364
#: FlatCAMObj.py:5563 flatcamTools/ToolSolderPaste.py:1364
msgid "[WARNING_NOTCL] Export Machine Code cancelled ..."
msgstr "[WARNING_NOTCL] Export Machine Code cancelled ..."
#: FlatCAMObj.py:5570
#: FlatCAMObj.py:5576
#, python-format
msgid "[success] Machine Code file saved to: %s"
msgstr "[success] Machine Code file saved to: %s"
#: FlatCAMObj.py:5592
#: FlatCAMObj.py:5598
#, python-format
msgid "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s"
msgstr "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s"
#: FlatCAMObj.py:5709
#: FlatCAMObj.py:5715
#, python-format
msgid ""
"[WARNING_NOTCL] This CNCJob object can't be processed because it is a %s "
@@ -1456,11 +1453,11 @@ msgstr ""
"[WARNING_NOTCL] This CNCJob object can't be processed because it is a %s "
"CNCJob object."
#: FlatCAMObj.py:5762
#: FlatCAMObj.py:5768
msgid "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21"
msgstr "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21"
#: FlatCAMObj.py:5775
#: FlatCAMObj.py:5781
msgid ""
"[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's "
"empty."
@@ -1468,15 +1465,15 @@ msgstr ""
"[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's "
"empty."
#: FlatCAMObj.py:5782
#: FlatCAMObj.py:5788
msgid "[success] Toolchange G-code was replaced by a custom code."
msgstr "[success] Toolchange G-code was replaced by a custom code."
#: FlatCAMObj.py:5797 flatcamTools/ToolSolderPaste.py:1390
#: FlatCAMObj.py:5803 flatcamTools/ToolSolderPaste.py:1390
msgid "[WARNING_NOTCL] No such file or directory"
msgstr "[WARNING_NOTCL] No such file or directory"
#: FlatCAMObj.py:5817 FlatCAMObj.py:5829
#: FlatCAMObj.py:5823 FlatCAMObj.py:5835
msgid ""
"[WARNING_NOTCL] The used postprocessor file has to have in it's name: "
"'toolchange_custom'"
@@ -1484,7 +1481,7 @@ msgstr ""
"[WARNING_NOTCL] The used postprocessor file has to have in it's name: "
"'toolchange_custom'"
#: FlatCAMObj.py:5835
#: FlatCAMObj.py:5841
msgid "[ERROR] There is no postprocessor file."
msgstr "[ERROR] There is no postprocessor file."
@@ -1614,12 +1611,12 @@ msgstr ""
"not having a tool associated.\n"
"Check the resulting GCode."
#: camlib.py:5061
#: camlib.py:5060
#, python-format
msgid "[ERROR] There is no such parameter: %s"
msgstr "[ERROR] There is no such parameter: %s"
#: camlib.py:5131
#: camlib.py:5130
msgid ""
"[WARNING] The Cut Z parameter has positive value. It is the depth value to "
"drill into material.\n"
@@ -1633,22 +1630,22 @@ msgstr ""
"therefore the app will convert the value to negative. Check the resulting "
"CNC code (Gcode etc)."
#: camlib.py:5138 camlib.py:5634 camlib.py:5897
#: camlib.py:5137 camlib.py:5633 camlib.py:5896
#, python-format
msgid ""
"[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file"
msgstr ""
"[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file"
#: camlib.py:5367 camlib.py:5464 camlib.py:5522
#: camlib.py:5366 camlib.py:5463 camlib.py:5521
msgid "[ERROR_NOTCL] The loaded Excellon file has no drills ..."
msgstr "[ERROR_NOTCL] The loaded Excellon file has no drills ..."
#: camlib.py:5469
#: camlib.py:5468
msgid "[ERROR_NOTCL] Wrong optimization type selected."
msgstr "[ERROR_NOTCL] Wrong optimization type selected."
#: camlib.py:5622 camlib.py:5885
#: camlib.py:5621 camlib.py:5884
msgid ""
"[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad "
"combinations of other parameters."
@@ -1656,7 +1653,7 @@ msgstr ""
"[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad "
"combinations of other parameters."
#: camlib.py:5627 camlib.py:5890
#: camlib.py:5626 camlib.py:5889
msgid ""
"[WARNING] The Cut Z parameter has positive value. It is the depth value to "
"cut into material.\n"
@@ -1670,11 +1667,11 @@ msgstr ""
"therefore the app will convert the value to negative.Check the resulting CNC "
"code (Gcode etc)."
#: camlib.py:5639 camlib.py:5902
#: camlib.py:5638 camlib.py:5901
msgid "[ERROR_NOTCL] Travel Z parameter is None or zero."
msgstr "[ERROR_NOTCL] Travel Z parameter is None or zero."
#: camlib.py:5643 camlib.py:5906
#: camlib.py:5642 camlib.py:5905
msgid ""
"[WARNING] The Travel Z parameter has negative value. It is the height value "
"to travel between cuts.\n"
@@ -1688,19 +1685,19 @@ msgstr ""
"therefore the app will convert the value to positive.Check the resulting CNC "
"code (Gcode etc)."
#: camlib.py:5650 camlib.py:5913
#: camlib.py:5649 camlib.py:5912
#, python-format
msgid ""
"[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file"
msgstr ""
"[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file"
#: camlib.py:5780
#: camlib.py:5779
#, python-format
msgid "[ERROR]Expected a Geometry, got %s"
msgstr "[ERROR]Expected a Geometry, got %s"
#: camlib.py:5786
#: camlib.py:5785
msgid ""
"[ERROR_NOTCL] Trying to generate a CNC Job from a Geometry object without "
"solid_geometry."
@@ -1708,7 +1705,7 @@ msgstr ""
"[ERROR_NOTCL] Trying to generate a CNC Job from a Geometry object without "
"solid_geometry."
#: camlib.py:5825
#: camlib.py:5824
msgid ""
"[ERROR_NOTCL] The Tool Offset value is too negative to use for the "
"current_geometry.\n"
@@ -1718,7 +1715,7 @@ msgstr ""
"current_geometry.\n"
"Raise the value (in module) and try again."
#: camlib.py:6039
#: camlib.py:6036
msgid "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry."
msgstr "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry."
@@ -1765,7 +1762,6 @@ msgstr ""
#: flatcamEditors/FlatCAMExcEditor.py:207
#, python-format
#| msgid "[ERROR_NOTCL] The value is mistyped. Check the value."
msgid "[ERROR_NOTCL] The value is mistyped. Check the value. %s"
msgstr "[ERROR_NOTCL] The value is mistyped. Check the value. %s"
@@ -2254,8 +2250,8 @@ msgid "[WARNING_NOTCL] Paint cancelled. No shape selected."
msgstr "[WARNING_NOTCL] Paint cancelled. No shape selected."
#: flatcamEditors/FlatCAMGeoEditor.py:574 flatcamTools/ToolCutOut.py:355
#: flatcamTools/ToolCutOut.py:512 flatcamTools/ToolCutOut.py:651
#: flatcamTools/ToolCutOut.py:756 flatcamTools/ToolDblSided.py:363
#: flatcamTools/ToolCutOut.py:518 flatcamTools/ToolCutOut.py:657
#: flatcamTools/ToolCutOut.py:762 flatcamTools/ToolDblSided.py:363
msgid ""
"[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and "
"retry."
@@ -3025,8 +3021,6 @@ msgstr "Shape transformations ..."
#: flatcamEditors/FlatCAMGeoEditor.py:3416
#, python-brace-format
#| msgid ""
#| "[WARNING] Editing MultiGeo Geometry, tool: {tool} with diameter: {dia}"
msgid ""
"[WARNING_NOTCL] Editing MultiGeo Geometry, tool: {tool} with diameter: {dia}"
msgstr ""
@@ -5749,7 +5743,6 @@ msgstr ""
" "
#: flatcamGUI/FlatCAMGUI.py:1578
#| msgid "Toggle Units\tQ"
msgid "Toggle Panel"
msgstr "Toggle Panel"
@@ -7378,17 +7371,10 @@ msgstr ""
"and Leading Zeros are removed."
#: flatcamGUI/FlatCAMGUI.py:5031
#| msgid "A list of Geometry Editor parameters."
msgid "A list of Excellon Editor parameters."
msgstr "A list of Excellon Editor parameters."
#: flatcamGUI/FlatCAMGUI.py:5041
#| msgid ""
#| "Set the number of selected geometry\n"
#| "items above which the utility geometry\n"
#| "becomes just a selection rectangle.\n"
#| "Increases the performance when moving a\n"
#| "large number of geometric elements."
msgid ""
"Set the number of selected Excellon geometry\n"
"items above which the utility geometry\n"
@@ -7403,34 +7389,26 @@ msgstr ""
"large number of geometric elements."
#: flatcamGUI/FlatCAMGUI.py:5053
#| msgid "Tool Dia:"
msgid "New Tool Dia:"
msgstr "New Tool Dia:"
#: flatcamGUI/FlatCAMGUI.py:5076
#| msgid "<b>Paint Area:</b>"
msgid "<b>Linear Drill Array:</b>"
msgstr "<b>Linear Drill Array:</b>"
#: flatcamGUI/FlatCAMGUI.py:5080
#| msgid "Linear"
msgid "Linear Dir.:"
msgstr "Linear Dir.:"
#: flatcamGUI/FlatCAMGUI.py:5116
#| msgid "<b>Paint Area:</b>"
msgid "<b>Circular Drill Array:</b>"
msgstr "<b>Circular Drill Array:</b>"
#: flatcamGUI/FlatCAMGUI.py:5120
#| msgid "Circular"
msgid "Circular Dir.:"
msgstr "Circular Dir.:"
#: flatcamGUI/FlatCAMGUI.py:5122
#| msgid ""
#| "Direction for circular array.Can be CW = clockwise or CCW = counter "
#| "clockwise."
msgid ""
"Direction for circular array.\n"
"Can be CW = clockwise or CCW = counter clockwise."
@@ -7439,7 +7417,6 @@ msgstr ""
"Can be CW = clockwise or CCW = counter clockwise."
#: flatcamGUI/FlatCAMGUI.py:5133
#| msgid "Tip Angle:"
msgid "Circ. Angle:"
msgstr "Circ. Angle:"
@@ -7722,7 +7699,6 @@ msgid "Annotation Color:"
msgstr "Annotation Color:"
#: flatcamGUI/FlatCAMGUI.py:5587
#| msgid "Set the color for the shape."
msgid "Set the font color for the annotation texts."
msgstr "Set the font color for the annotation texts."
@@ -8642,9 +8618,6 @@ msgid "Feedrate Z Dispense:"
msgstr "Feedrate Z Dispense:"
#: flatcamGUI/FlatCAMGUI.py:6619
#| msgid ""
#| "Feedrate (speed) while moving up vertically\n"
#| " to Dispense position (on Z plane)."
msgid ""
"Feedrate (speed) while moving up vertically\n"
"to Dispense position (on Z plane)."
@@ -9526,7 +9499,6 @@ msgid "<b>Plot kind:</b>"
msgstr "<b>Plot kind:</b>"
#: flatcamGUI/ObjectUI.py:1369
#| msgid "<b>Plot Options:</b>"
msgid "<b>Display Annotation:</b>"
msgstr "<b>Display Annotation:</b>"
@@ -9978,7 +9950,7 @@ msgstr ""
"The LMB click has to be done on the perimeter of\n"
"the Geometry object used as a cutout geometry."
#: flatcamTools/ToolCutOut.py:341 flatcamTools/ToolCutOut.py:499
#: flatcamTools/ToolCutOut.py:341 flatcamTools/ToolCutOut.py:505
#: flatcamTools/ToolNonCopperClear.py:666 flatcamTools/ToolPaint.py:764
#: flatcamTools/ToolPanelize.py:352 flatcamTools/ToolPanelize.py:366
#: flatcamTools/ToolSub.py:237 flatcamTools/ToolSub.py:249
@@ -10003,25 +9975,25 @@ msgstr ""
"[WARNING_NOTCL] Tool Diameter is zero value. Change it to a positive real "
"number."
#: flatcamTools/ToolCutOut.py:370 flatcamTools/ToolCutOut.py:527
#: flatcamTools/ToolCutOut.py:771
#: flatcamTools/ToolCutOut.py:370 flatcamTools/ToolCutOut.py:533
#: flatcamTools/ToolCutOut.py:777
msgid ""
"[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry."
msgstr ""
"[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry."
#: flatcamTools/ToolCutOut.py:381 flatcamTools/ToolCutOut.py:538
#: flatcamTools/ToolCutOut.py:666
#: flatcamTools/ToolCutOut.py:381 flatcamTools/ToolCutOut.py:544
#: flatcamTools/ToolCutOut.py:672
msgid ""
"[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry."
msgstr ""
"[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry."
#: flatcamTools/ToolCutOut.py:388 flatcamTools/ToolCutOut.py:545
#: flatcamTools/ToolCutOut.py:388 flatcamTools/ToolCutOut.py:551
msgid "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry."
msgstr "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry."
#: flatcamTools/ToolCutOut.py:392 flatcamTools/ToolCutOut.py:549
#: flatcamTools/ToolCutOut.py:392 flatcamTools/ToolCutOut.py:555
msgid ""
"[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 "
"or 8. Fill in a correct value and retry. "
@@ -10029,7 +10001,7 @@ msgstr ""
"[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 "
"or 8. Fill in a correct value and retry. "
#: flatcamTools/ToolCutOut.py:397 flatcamTools/ToolCutOut.py:554
#: flatcamTools/ToolCutOut.py:397 flatcamTools/ToolCutOut.py:560
msgid ""
"[ERROR]Cutout operation cannot be done on a multi-geo Geometry.\n"
"Optionally, this Multi-geo Geometry can be converted to Single-geo "
@@ -10041,18 +10013,18 @@ msgstr ""
"Geometry,\n"
"and after that perform Cutout."
#: flatcamTools/ToolCutOut.py:483 flatcamTools/ToolCutOut.py:636
#: flatcamTools/ToolCutOut.py:489 flatcamTools/ToolCutOut.py:642
msgid "[success] Any form CutOut operation finished."
msgstr "[success] Any form CutOut operation finished."
#: flatcamTools/ToolCutOut.py:503 flatcamTools/ToolPaint.py:768
#: flatcamTools/ToolCutOut.py:509 flatcamTools/ToolPaint.py:768
#: flatcamTools/ToolPanelize.py:358
#, python-format
msgid "[ERROR_NOTCL] Object not found: %s"
msgstr "[ERROR_NOTCL] Object not found: %s"
#: flatcamTools/ToolCutOut.py:517 flatcamTools/ToolCutOut.py:656
#: flatcamTools/ToolCutOut.py:761
#: flatcamTools/ToolCutOut.py:523 flatcamTools/ToolCutOut.py:662
#: flatcamTools/ToolCutOut.py:767
msgid ""
"[ERROR_NOTCL] Tool Diameter is zero value. Change it to a positive real "
"number."
@@ -10060,36 +10032,36 @@ msgstr ""
"[ERROR_NOTCL] Tool Diameter is zero value. Change it to a positive real "
"number."
#: flatcamTools/ToolCutOut.py:641
#: flatcamTools/ToolCutOut.py:647
msgid ""
"Click on the selected geometry object perimeter to create a bridge gap ..."
msgstr ""
"Click on the selected geometry object perimeter to create a bridge gap ..."
#: flatcamTools/ToolCutOut.py:682
#: flatcamTools/ToolCutOut.py:688
msgid "Making manual bridge gap..."
msgstr "Making manual bridge gap..."
#: flatcamTools/ToolCutOut.py:705
#: flatcamTools/ToolCutOut.py:711
#, python-format
msgid "[ERROR_NOTCL] Could not retrieve Geometry object: %s"
msgstr "[ERROR_NOTCL] Could not retrieve Geometry object: %s"
#: flatcamTools/ToolCutOut.py:709
#: flatcamTools/ToolCutOut.py:715
#, python-format
msgid "[ERROR_NOTCL] Geometry object for manual cutout not found: %s"
msgstr "[ERROR_NOTCL] Geometry object for manual cutout not found: %s"
#: flatcamTools/ToolCutOut.py:719
#: flatcamTools/ToolCutOut.py:725
msgid "[success] Added manual Bridge Gap."
msgstr "[success] Added manual Bridge Gap."
#: flatcamTools/ToolCutOut.py:736
#: flatcamTools/ToolCutOut.py:742
#, python-format
msgid "[ERROR_NOTCL] Could not retrieve Gerber object: %s"
msgstr "[ERROR_NOTCL] Could not retrieve Gerber object: %s"
#: flatcamTools/ToolCutOut.py:740
#: flatcamTools/ToolCutOut.py:746
msgid ""
"[ERROR_NOTCL] There is no Gerber object selected for Cutout.\n"
"Select one and try again."
@@ -10097,7 +10069,7 @@ msgstr ""
"[ERROR_NOTCL] There is no Gerber object selected for Cutout.\n"
"Select one and try again."
#: flatcamTools/ToolCutOut.py:745
#: flatcamTools/ToolCutOut.py:751
msgid ""
"[ERROR_NOTCL] The selected object has to be of Gerber type.\n"
"Select a Gerber file and try again."