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 ^^.
This commit is contained in:
Tim Kuipers 2016-07-07 21:18:25 +02:00
parent d6c25fcd10
commit 4349f6c75b

View file

@ -233,6 +233,7 @@ class CuraApplication(QtApplication):
meshfix meshfix
blackmagic blackmagic
print_sequence print_sequence
infill_mesh
dual dual
experimental experimental
""".replace("\n", ";").replace(" ", "")) """.replace("\n", ";").replace(" ", ""))