mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Print window no longer gets an ever increasing list of print targets
CL-720
This commit is contained in:
parent
cb0ac9b0c8
commit
4680996a49
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue