mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue