mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:45:52 +08: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
@ -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(" ", ""))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user