mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:49:01 +08:00
Add all categories to default visible list
Since otherwise none of the children will be visible Contributes to CURA-1278 Fixes CURA-1614
This commit is contained in:
parent
4fc1407c00
commit
7ce4e23677
@ -149,6 +149,7 @@ class CuraApplication(QtApplication):
|
|||||||
Preferences.getInstance().setDefault("local_file/last_used_type", "text/x-gcode")
|
Preferences.getInstance().setDefault("local_file/last_used_type", "text/x-gcode")
|
||||||
|
|
||||||
Preferences.getInstance().setDefault("general/visible_settings", """
|
Preferences.getInstance().setDefault("general/visible_settings", """
|
||||||
|
machine_settings
|
||||||
resolution
|
resolution
|
||||||
layer_height
|
layer_height
|
||||||
shell
|
shell
|
||||||
@ -165,6 +166,7 @@ class CuraApplication(QtApplication):
|
|||||||
speed
|
speed
|
||||||
speed_print
|
speed_print
|
||||||
speed_travel
|
speed_travel
|
||||||
|
travel
|
||||||
cooling
|
cooling
|
||||||
cool_fan_enabled
|
cool_fan_enabled
|
||||||
support
|
support
|
||||||
@ -177,8 +179,11 @@ class CuraApplication(QtApplication):
|
|||||||
raft_airgap
|
raft_airgap
|
||||||
layer_0_z_overlap
|
layer_0_z_overlap
|
||||||
raft_surface_layers
|
raft_surface_layers
|
||||||
|
meshfix
|
||||||
blackmagic
|
blackmagic
|
||||||
print_sequence
|
print_sequence
|
||||||
|
dual
|
||||||
|
experimental
|
||||||
""")
|
""")
|
||||||
|
|
||||||
JobQueue.getInstance().jobFinished.connect(self._onJobFinished)
|
JobQueue.getInstance().jobFinished.connect(self._onJobFinished)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user