mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Removing "Embedding" option again
This commit is contained in:
parent
ab6508657d
commit
bc7cb1491d
1 changed files with 0 additions and 3 deletions
|
@ -574,7 +574,6 @@ class CuraApplication(QtApplication):
|
|||
parser.add_argument("file", nargs="*", help="Files to load after starting the application.")
|
||||
parser.add_argument("--single-instance", action="store_true", default=False)
|
||||
parser.add_argument("--headless", action = "store_true", default=False)
|
||||
parser.add_argument("-Embedding", action="store_true", default=False) # Commandline option set my DCOM (Windows Automation)
|
||||
|
||||
# Set up a local socket server which listener which coordinates single instances Curas and accepts commands.
|
||||
def _setUpSingleInstanceServer(self):
|
||||
|
@ -667,8 +666,6 @@ class CuraApplication(QtApplication):
|
|||
single_instance_socket.flush()
|
||||
single_instance_socket.waitForDisconnected()
|
||||
return False
|
||||
if parsed_command_line["Embedding"]:
|
||||
cls._splash_prevent = True
|
||||
return True
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue