This would otherwise search in, and process the result of, _all_ variants, since the 'id' would be empty.
This could actually happen w.r.t. searching dealing with abstract printers, which could slow down the process enough that the entire UI becomes very stuttery for users. (But mostly only for the old Makerbot Method-series printers ... somehow.)
1st (and hopefully last) attempt at fixing CURA-12835 (and if we're lucky, some other seemingly related issues).
- Move machine related models to cura.Machines.Models
- Move printer device related models to cura.PrinterOutput.Models
- Other UI/GUI related modules in cura.UI
2019-03-26 08:29:22 +01:00
Renamed from cura/UI/PrinterConfigurationModel.py (Browse further)