mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Print window no longer gets an ever increasing list of print targets
CL-720
This commit is contained in:
parent
cb0ac9b0c8
commit
4680996a49
@ -31,6 +31,7 @@ UM.Dialog
|
|||||||
|
|
||||||
property var printersModel: ListModel{}
|
property var printersModel: ListModel{}
|
||||||
function resetPrintersModel() {
|
function resetPrintersModel() {
|
||||||
|
printersModel.clear()
|
||||||
printersModel.append({ name: "Automatic", key: ""})
|
printersModel.append({ name: "Automatic", key: ""})
|
||||||
|
|
||||||
for (var index in OutputDevice.printers)
|
for (var index in OutputDevice.printers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user