- updated the translation files
This commit is contained in:
@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
- Gerber Editor: made Add Pad repeat until user exits the Add Pad through either mouse right click, or ESC key or deselecting the Add Pad menu item
|
- Gerber Editor: made Add Pad repeat until user exits the Add Pad through either mouse right click, or ESC key or deselecting the Add Pad menu item
|
||||||
- Gerber and Geometry Editors: fixed some issues with the Add Arc/Add Semidisc; in mode 132, the norm() function was not the one from numpy but from a FlatCAM Class. Also fixed some of the texts and made sure that when changing the mode, the current points are reset to prepare for the newly selected mode.
|
- Gerber and Geometry Editors: fixed some issues with the Add Arc/Add Semidisc; in mode 132, the norm() function was not the one from numpy but from a FlatCAM Class. Also fixed some of the texts and made sure that when changing the mode, the current points are reset to prepare for the newly selected mode.
|
||||||
- Fixed Measurement Tool to show the mouse coordinates on the status bar (it was broken at some point)
|
- Fixed Measurement Tool to show the mouse coordinates on the status bar (it was broken at some point)
|
||||||
|
- updated the translation files
|
||||||
|
|
||||||
22.04.2019
|
22.04.2019
|
||||||
|
|
||||||
|
|||||||
@@ -977,6 +977,10 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
|||||||
<td height="20"> </td>
|
<td height="20"> </td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr height="20">
|
||||||
|
<td height="20"><strong>B</strong></td>
|
||||||
|
<td> New Gerber</td>
|
||||||
|
</tr>
|
||||||
<tr height="20">
|
<tr height="20">
|
||||||
<td height="20"><strong>E</strong></td>
|
<td height="20"><strong>E</strong></td>
|
||||||
<td> Edit Object (if selected)</td>
|
<td> Edit Object (if selected)</td>
|
||||||
@@ -1492,7 +1496,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
|||||||
<td> Add Track</td>
|
<td> Add Track</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr height="20">
|
<tr height="20">
|
||||||
<td height="20"><strong>R</strong></td>
|
<td height="20"><strong>T</strong></td>
|
||||||
<td> Within Track & Region Tools will cycle FORWARD the bend modes</td>
|
<td> Within Track & Region Tools will cycle FORWARD the bend modes</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr height="20">
|
<tr height="20">
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user