mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 19:35:54 +08:00
Fixed regression in placeholders with preset names. #3960
This commit is contained in:
parent
7255db01f9
commit
ce68851a7c
@ -717,7 +717,7 @@ sub load_presets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->{print}->placeholder_parser->set("${group}_preset", [ @preset_names ]);
|
$self->{print}->placeholder_parser->set_multiple("${group}_preset", [ @preset_names ]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user