mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
CURA-4870 Add callback function to apply remote configuration
This commit is contained in:
parent
d02d845d1b
commit
731a1092c5
2 changed files with 6 additions and 1 deletions
|
@ -66,7 +66,7 @@ Column
|
|||
configuration: modelData
|
||||
onActivateConfiguration:
|
||||
{
|
||||
print("SELECCIONANDO CONFIGURACION", JSON.stringify(configuration))
|
||||
Cura.MachineManager.applyRemoteConfiguration(configuration)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue