mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08: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
@ -16,9 +16,9 @@ from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
|
||||
SHRINKAGE_THRESHOLD = 0.5
|
||||
WARNING_SIZE_XY = 150
|
||||
WARNING_SIZE_Z = 100
|
||||
SHRINKAGE_THRESHOLD = 0.5 #From what shrinkage percentage a warning will be issued about the model size.
|
||||
WARNING_SIZE_XY = 150 #The horizontal size of a model that would be too large when dealing with shrinking materials.
|
||||
WARNING_SIZE_Z = 100 #The vertical size of a model that would be too large when dealing with shrinking materials.
|
||||
|
||||
|
||||
class ModelChecker(QObject, Extension):
|
||||
|
Loading…
x
Reference in New Issue
Block a user