mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent
This commit is contained in:
commit
08ffafa475
17 changed files with 95 additions and 102 deletions
|
@ -82,11 +82,12 @@ Rectangle
|
|||
{
|
||||
if (materialSlot.is_favorite)
|
||||
{
|
||||
CuraApplication.getMaterialManager().removeFavorite(material.root_material_id)
|
||||
return
|
||||
CuraApplication.getMaterialManagementModel().removeFavorite(material.root_material_id)
|
||||
}
|
||||
else
|
||||
{
|
||||
CuraApplication.getMaterialManagementModel().addFavorite(material.root_material_id)
|
||||
}
|
||||
CuraApplication.getMaterialManager().addFavorite(material.root_material_id)
|
||||
return
|
||||
}
|
||||
style: ButtonStyle
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[general]
|
||||
name = 0.25 mm
|
||||
version = 4
|
||||
definition = ultimaker2_extended
|
||||
definition = ultimaker2_extended_olsson
|
||||
|
||||
[metadata]
|
||||
setting_version = 10
|
|
@ -1,7 +1,7 @@
|
|||
[general]
|
||||
name = 0.4 mm
|
||||
version = 4
|
||||
definition = ultimaker2_extended
|
||||
definition = ultimaker2_extended_olsson
|
||||
|
||||
[metadata]
|
||||
setting_version = 10
|
|
@ -1,7 +1,7 @@
|
|||
[general]
|
||||
name = 0.6 mm
|
||||
version = 4
|
||||
definition = ultimaker2_extended
|
||||
definition = ultimaker2_extended_olsson
|
||||
|
||||
[metadata]
|
||||
setting_version = 10
|
|
@ -1,7 +1,7 @@
|
|||
[general]
|
||||
name = 0.8 mm
|
||||
version = 4
|
||||
definition = ultimaker2_extended
|
||||
definition = ultimaker2_extended_olsson
|
||||
|
||||
[metadata]
|
||||
setting_version = 10
|
Loading…
Add table
Add a link
Reference in a new issue