Cura/cura
Ghostkeeper bb79e33ad5
Don't forget to update approximate diameter after resetting actual diameter
The approximate diameter needs to be in a static field because the list model filters on that field. The filter function is not clever enough to be able to filter on values being in some kind of range or rounded, so instead the decision was made that the rounded value needs to be set in a separate field so that the static filter can filter on it.

Contributes to issue CURA-2822.
2017-06-29 16:55:47 +02:00
..
Settings Don't forget to update approximate diameter after resetting actual diameter 2017-06-29 16:55:47 +02:00
__init__.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
Arrange.py Minor refactor; Return None instead of weird 999999 if no suitable location was found 2017-04-12 15:01:39 +02:00
ArrangeObjectsJob.py Added message if arrange all could not find location for all objects 2017-04-07 15:19:30 +02:00
BlockSlicingDecorator.py D6: Fixed file naming, removed spaces and fixed decoration calls 2016-12-23 15:53:17 -05:00
BuildVolume.py Merge branch 'master' of github.com:Ultimaker/Cura 2017-06-29 13:45:02 +02:00
CameraAnimation.py Undo old testcode, added testcode for CURA-3334 2017-02-27 11:20:22 +01:00
CameraImageProvider.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
ConvexHullDecorator.py Update convex hull to account for first layer horizontal expansion 2017-06-28 11:41:51 +02:00
ConvexHullNode.py ConvexHull Scene node no longe re-builds the shader every time it's created 2017-04-05 15:25:20 +02:00
CrashHandler.py Dump stacktrace for all threads in CrashReport 2017-05-19 15:00:54 +02:00
CuraActions.py Workaround a tiny display issue with checkable MenuItems 2017-04-24 17:11:37 +02:00
CuraApplication.py Add MaterialsModel to make material list update upon metadata change 2017-06-22 18:17:16 +02:00
CuraSplashScreen.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
CuraVersion.py.in Properly handle CMake options that are enabled but not "ON" 2017-03-06 17:26:02 +01:00
GCodeListDecorator.py D6: Fixed file naming, removed spaces and fixed decoration calls 2016-12-23 15:53:17 -05:00
Layer.py Codestyle & removal unused imports 2017-03-22 11:38:55 +01:00
LayerData.py Codestyle & removal unused imports 2017-03-22 11:38:55 +01:00
LayerDataBuilder.py Fix displaying layers with python3.6 2017-06-06 23:47:40 +03:00
LayerDataDecorator.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
LayerPolygon.py Be robust against faulty data from the engine 2017-06-02 11:35:11 +02:00
MachineAction.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
MachineActionManager.py CURA-3470 Return list instead of set for QVariantList 2017-03-07 16:42:56 +01:00
MultiplyObjectsJob.py Change MultiplyObjectsJob to work on a list of objects 2017-04-20 17:41:53 +02:00
OneAtATimeIterator.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
PlatformPhysics.py Only push free nodes inside buildplate 2017-04-07 16:22:44 +02:00
PlatformPhysicsOperation.py Fix ordering of merged PlatformPhysicsOperation 2017-06-13 13:10:59 +02:00
PrinterOutputDevice.py The monitor item is now actually used to display information on monitor page 2017-05-29 13:47:41 +02:00
PrintInformation.py Changed profile names 2017-05-15 16:52:25 +02:00
ProfileReader.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
ProfileWriter.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
QualityManager.py Fix switching to quality changes profiles 2017-06-14 15:30:55 +02:00
SetParentOperation.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
ShapeArray.py Fixed one_at_a_time and arranger. CURA-3670 2017-04-10 11:16:34 +02:00
SliceableObjectDecorator.py D6: Fixed layers and line widths 2017-01-05 13:04:32 -05:00
ZOffsetDecorator.py Added missing super call 2017-05-18 10:49:05 +02:00