- made confirmation messages for the values that are modified not to be printed in the Shell

- Isolation Tool: working on the Rest machining: almost there, perhaps I will use multiprocessing
This commit is contained in:
Marius Stanciu
2020-05-30 03:06:47 +03:00
committed by Marius
parent 14e6d5f63a
commit 15d94404a7
5 changed files with 249 additions and 124 deletions

View File

@@ -9845,12 +9845,12 @@ class App(QtCore.QObject):
"""
Shows a message on the FlatCAM Shell
:param msg: Message to display.
:param show: Opens the shell.
:param error: Shows the message as an error.
:param warning: Shows the message as an warning.
:param success: Shows the message as an success.
:param selected: Indicate that something was selected on canvas
:param msg: Message to display.
:param show: Opens the shell.
:param error: Shows the message as an error.
:param warning: Shows the message as an warning.
:param success: Shows the message as an success.
:param selected: Indicate that something was selected on canvas
:return: None
"""
if show: