Merged jpcgt/flatcam/Beta into Beta
This commit is contained in:
@@ -1830,7 +1830,7 @@ class App(QtCore.QObject):
|
|||||||
self.shell.setWindowTitle("FlatCAM Shell")
|
self.shell.setWindowTitle("FlatCAM Shell")
|
||||||
self.shell.resize(*self.defaults["global_shell_shape"])
|
self.shell.resize(*self.defaults["global_shell_shape"])
|
||||||
self.shell.append_output("FlatCAM %s (c)2014-2019 Juan Pablo Caram " % self.version)
|
self.shell.append_output("FlatCAM %s (c)2014-2019 Juan Pablo Caram " % self.version)
|
||||||
self.shell.append_output("(Type help to get started)\n\n")
|
self.shell.append_output(_("(Type help to get started)\n\n"))
|
||||||
|
|
||||||
self.init_tcl()
|
self.init_tcl()
|
||||||
|
|
||||||
|
|||||||
@@ -450,4 +450,4 @@ def getdxftext(exf_object, object_type, units=None):
|
|||||||
# geo = rotate(geo, phi, origin=tr)
|
# geo = rotate(geo, phi, origin=tr)
|
||||||
#
|
#
|
||||||
# geo_block_transformed.append(geo)
|
# geo_block_transformed.append(geo)
|
||||||
# return geo_block_transformed
|
# return geo_block_transformed
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -27,6 +27,10 @@ msgstr ""
|
|||||||
msgid "[ERROR] Could not find the Language files. The App strings are missing."
|
msgid "[ERROR] Could not find the Language files. The App strings are missing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: FlatCAMApp.py:1836
|
||||||
|
msgid "(Type help to get started)\n\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: FlatCAMApp.py:2018 ObjectCollection.py:80 flatcamTools/ToolImage.py:213
|
#: FlatCAMApp.py:2018 ObjectCollection.py:80 flatcamTools/ToolImage.py:213
|
||||||
#: flatcamTools/ToolPcbWizard.py:299 flatcamTools/ToolPcbWizard.py:322
|
#: flatcamTools/ToolPcbWizard.py:299 flatcamTools/ToolPcbWizard.py:322
|
||||||
msgid "Open cancelled."
|
msgid "Open cancelled."
|
||||||
|
|||||||
Reference in New Issue
Block a user