From 4349f6c75b7db8be90ec6bccd00a2b2a4035cbbb Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 7 Jul 2016 21:18:25 +0200 Subject: [PATCH] fix: make infill_mesh visible by default because it's the only setting which is only visible in the per-object settings menu which is not normally visible (CURA-833) Because it should never show up in the normal global/extruder settings tab, people might forget about this setting. It's one of the reasons per-object settings is awesome ^^. --- cura/CuraApplication.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 88ced6f68e..de933ecb88 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -233,6 +233,7 @@ class CuraApplication(QtApplication): meshfix blackmagic print_sequence + infill_mesh dual experimental """.replace("\n", ";").replace(" ", ""))