mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
|
||||
|
||||
|
||||
#
|
||||
# This model is used for the custom profile items in the profile drop down menu.
|
||||
#
|
||||
class CustomQualityProfilesModel(QualityProfilesModel):
|
||||
|
||||
def _update(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue