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("general/visible_settings", """
|
||||
machine_settings
|
||||
resolution
|
||||
layer_height
|
||||
shell
|
||||
|
|
@ -165,6 +166,7 @@ class CuraApplication(QtApplication):
|
|||
speed
|
||||
speed_print
|
||||
speed_travel
|
||||
travel
|
||||
cooling
|
||||
cool_fan_enabled
|
||||
support
|
||||
|
|
@ -177,8 +179,11 @@ class CuraApplication(QtApplication):
|
|||
raft_airgap
|
||||
layer_0_z_overlap
|
||||
raft_surface_layers
|
||||
meshfix
|
||||
blackmagic
|
||||
print_sequence
|
||||
dual
|
||||
experimental
|
||||
""")
|
||||
|
||||
JobQueue.getInstance().jobFinished.connect(self._onJobFinished)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue