Make Simple Mode reflect global settings (Support, Adhesion)

This commit is contained in:
fieldOfView 2016-08-25 13:41:39 +02:00
parent 983d0dd999
commit 1b4283257f

View File

@ -426,7 +426,7 @@ Item
{ {
id: platformAdhesionType id: platformAdhesionType
containerStackId: Cura.MachineManager.activeStackId containerStackId: Cura.MachineManager.activeMachineId
key: "adhesion_type" key: "adhesion_type"
watchedProperties: [ "value" ] watchedProperties: [ "value" ]
storeIndex: 0 storeIndex: 0
@ -436,7 +436,7 @@ Item
{ {
id: supportEnabled id: supportEnabled
containerStackId: Cura.MachineManager.activeStackId containerStackId: Cura.MachineManager.activeMachineId
key: "support_enable" key: "support_enable"
watchedProperties: [ "value" ] watchedProperties: [ "value" ]
storeIndex: 0 storeIndex: 0
@ -456,7 +456,7 @@ Item
{ {
id: supportExtruderNr id: supportExtruderNr
containerStackId: Cura.MachineManager.activeStackId containerStackId: Cura.MachineManager.activeMachineId
key: "support_extruder_nr" key: "support_extruder_nr"
watchedProperties: [ "value" ] watchedProperties: [ "value" ]
storeIndex: 0 storeIndex: 0