Cura/cura
Ghostkeeper 0e31de3ed9
No longer crash when numeric settings are empty strings
They may temporarily be empty strings while the user is typing, but that currently makes the setting red. However, if we crash during the build plate updating, the front-end gets in some half-updated state in which settings get reset to their previous state every time the user changes anything. So don't crash here.

Contributes to issue CURA-3157.
2016-12-16 16:17:14 +01:00
..
Settings Order of extruders is now sorted by position 2016-12-16 13:29:51 +01:00
__init__.py Move src to cura so we can use the same package for installed and source 2015-05-18 15:03:42 +02:00
BuildVolume.py No longer crash when numeric settings are empty strings 2016-12-16 16:17:14 +01:00
CameraAnimation.py Move src to cura so we can use the same package for installed and source 2015-05-18 15:03:42 +02:00
CameraImageProvider.py Added CameraImageProvider & camera handling 2016-06-16 09:34:43 +02:00
ConvexHullDecorator.py fix: don't expand disallowed areas when using none platform adhesion (CURA-759) 2016-11-14 12:36:21 +01:00
ConvexHullNode.py Layout. CURA-1707 2016-07-28 13:48:43 +02:00
CrashHandler.py Make Debug mode a build-time option instead of a hardcoded value 2016-12-15 16:46:13 +01:00
CuraActions.py Update documentation & code cleanup 2016-04-08 14:26:28 +02:00
CuraApplication.py Merge pull request #1235 from Ultimaker/project_save_dialog 2016-12-12 10:41:49 +01:00
CuraSplashScreen.py Code style 2016-07-03 16:01:57 +02:00
CuraVersion.py.in Make Debug mode a build-time option instead of a hardcoded value 2016-12-15 16:46:13 +01:00
Layer.py Code cleanup 2016-07-12 01:32:46 +02:00
LayerData.py Introduced a LayerDataBuilder. Made LayerData immutable just like its superclass. Fixed the layer view which broke. 2016-05-23 09:49:31 +02:00
LayerDataBuilder.py Adapting code to merge of simple_convex_hull and code cleanup. 2016-06-28 23:50:00 +02:00
LayerDataDecorator.py Moved LayerData & Decorator outside of backend plugin 2015-09-23 15:01:48 +02:00
LayerPolygon.py Shade layerview elements printed with non-active extruder(s) 2016-09-21 21:21:20 +02:00
MachineAction.py Updated documentation for MachineActions 2016-12-06 14:21:57 +01:00
MachineActionManager.py Fix order of machine actions on manage printers page 2016-07-29 17:14:18 +02:00
OneAtATimeIterator.py One at a time iterator no longer ignores objects higher than gantry height 2016-04-04 11:25:41 +02:00
PlatformPhysics.py Fixed drop to buildplate issue with 3mf 2016-10-28 13:44:52 +02:00
PlatformPhysicsOperation.py Platform physics now set the absolute position, instead of transforming in local space 2016-10-28 13:53:24 +02:00
PrinterOutputDevice.py Solve merge conflict PrinterOutputDevice. CURA-1263 2016-11-24 13:55:22 +01:00
PrintInformation.py Fix error when no machine is active 2016-09-28 14:20:58 +02:00
ProfileReader.py Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import. 2016-07-12 12:41:49 +02:00
ProfileWriter.py Exporting a profile now exports all profiles in a zipped container 2016-08-26 12:55:31 +02:00
QualityManager.py Internal docs. 2016-10-31 16:03:40 +01:00
SetParentOperation.py SetParentOperation now also takes removed group nodes into account 2016-10-28 15:44:20 +02:00
ZOffsetDecorator.py ZOffset decorator is now correctly copied 2016-07-01 11:39:47 +02:00