mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add documentation for globals
And maybe they should not be globals. Contributes to issue CURA-4557.
This commit is contained in:
parent
55b247abbd
commit
f91abf042f
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
||||||
catalog = i18nCatalog("cura")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
|
|
||||||
SHRINKAGE_THRESHOLD = 0.5
|
SHRINKAGE_THRESHOLD = 0.5 #From what shrinkage percentage a warning will be issued about the model size.
|
||||||
WARNING_SIZE_XY = 150
|
WARNING_SIZE_XY = 150 #The horizontal size of a model that would be too large when dealing with shrinking materials.
|
||||||
WARNING_SIZE_Z = 100
|
WARNING_SIZE_Z = 100 #The vertical size of a model that would be too large when dealing with shrinking materials.
|
||||||
|
|
||||||
|
|
||||||
class ModelChecker(QObject, Extension):
|
class ModelChecker(QObject, Extension):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue