mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Remove dummy favorites
Contributes to CURA-5162
This commit is contained in:
parent
8493948ba1
commit
57d41216e1
1 changed files with 2 additions and 9 deletions
|
@ -501,16 +501,9 @@ class CuraApplication(QtApplication):
|
|||
preferences.addPreference("view/filter_current_build_plate", False)
|
||||
preferences.addPreference("cura/sidebar_collapsed", False)
|
||||
|
||||
self._need_to_show_user_agreement = not self.getPreferences().getValue("general/accepted_user_agreement")
|
||||
favorites = [
|
||||
"ultimaker_cpe_green_ultimaker_s5_AA_0.4",
|
||||
"ultimaker_pla_green_ultimaker_s5_AA_0.4",
|
||||
"ultimaker_abs_grey_ultimaker_s5_AA_0.4",
|
||||
"an_incorrect_id"
|
||||
]
|
||||
preferences.addPreference("cura/favorite_materials", favorites)
|
||||
print("FAVORITES ARE NOW SET")
|
||||
preferences.addPreference("cura/favorite_materials", [])
|
||||
|
||||
self._need_to_show_user_agreement = not preferences.getValue("general/accepted_user_agreement")
|
||||
|
||||
for key in [
|
||||
"dialog_load_path", # dialog_save_path is in LocalFileOutputDevicePlugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue