mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
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:
parent
d6c25fcd10
commit
4349f6c75b
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ class CuraApplication(QtApplication):
|
|||
meshfix
|
||||
blackmagic
|
||||
print_sequence
|
||||
infill_mesh
|
||||
dual
|
||||
experimental
|
||||
""".replace("\n", ";").replace(" ", ""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue