mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Re-enable commented code
This commit is contained in:
parent
b33ce573c1
commit
6a3b321e5a
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ Item
|
|||
var result = { "type": "material" }
|
||||
if(Cura.MachineManager.filterMaterialsByMachine)
|
||||
{
|
||||
// result.definition = Cura.MachineManager.activeDefinitionId
|
||||
result.definition = Cura.MachineManager.activeDefinitionId
|
||||
if(Cura.MachineManager.hasVariants)
|
||||
{
|
||||
result.variant = Cura.MachineManager.activeVariantId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue