Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2019-01-18 14:12:36 +0300
committerfieldOfView <aldo@fieldofview.com>2019-01-18 14:12:36 +0300
commit056655e58424998d2227be5bc22aa0b51bbacd55 (patch)
tree862d206c1016761a84ae47540031640d3a33c57e /cura_app.py
parente66875865ff81ee9f32b92e4d1ece33ff13bb8fd (diff)
parenta51289d7ceed23a996468d8c7d397c17015a8238 (diff)
Merge branch 'master' into feature_curaversion_appname
# Conflicts: # cura/CuraApplication.py
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/cura_app.py b/cura_app.py
index fea47e5a8b..bd6136f982 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -17,12 +17,6 @@ parser.add_argument("--debug",
default = False,
help = "Turn on the debug mode by setting this option."
)
-parser.add_argument("--trigger-early-crash",
- dest = "trigger_early_crash",
- action = "store_true",
- default = False,
- help = "FOR TESTING ONLY. Trigger an early crash to show the crash dialog."
- )
known_args = vars(parser.parse_known_args()[0])
if not known_args["debug"]: