mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add doc for CustomQualityProfilesModel
This commit is contained in:
parent
154d104f95
commit
f485702e58
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ from UM.Logger import Logger
|
||||||
from cura.Machines.Models.QualityProfilesModel import QualityProfilesModel
|
from cura.Machines.Models.QualityProfilesModel import QualityProfilesModel
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# This model is used for the custom profile items in the profile drop down menu.
|
||||||
|
#
|
||||||
class CustomQualityProfilesModel(QualityProfilesModel):
|
class CustomQualityProfilesModel(QualityProfilesModel):
|
||||||
|
|
||||||
def _update(self):
|
def _update(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue