Cura/cura
Arjen Hiemstra 7008e047f6 Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing
* 'master' of github.com:ultimaker/Cura: (76 commits)
  Added UMO upgrade selection
  Added stubs for UMO upgrade selection
  Machine action labels are now translatable
  Code style CURA-1676
  Using the correct placeholder
  SplashScreen: Using system-default fontfamily
  USBPrinting: Let's "Print via USB"
  BQ Hephestos2 - Preheating temperature fix When starting a print with the "custom" GCode by BQ, the printer resets the nozzle temperature to 210°C when printing via SD card (no matter what you set on Cura) and only preheats the nozzle to 180°C when printing via USB. So currently the printer begins to print via USB at 180°C and reaches the correct temperature eg.g while printing the brim.
  Fix warning about missing color in theme
  Automatically show the Print Monitor when starting a print
  Fix USBPrinterOutputDevice to work with the Print Monitor
  Properly prevent warning when no printer is connected.
  ZOffset decorator is now correctly copied
  Force focus instead of requesting it.
  Fix two "critical errors" on startup
  Minor check machine action GUI improvements
  Prevent warning when no printer is connected.
  Fix empty material/quality profiles when switching variants
  Disable monitor buttons when there is no job running
  Move message stack "above" the viewport overlay
  ...
2016-07-04 11:45:59 +02:00
..
Settings Introduce a MaterialSettingsVisibilityHandler that will only show those settings relevant for materials 2016-06-28 17:30:46 +02: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 Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02: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
ContainerManager.py Add a setContainerMetaDataEntry to ContainerManager 2016-06-30 17:31:19 +02:00
ContainerSettingsModel.py Show that a value is being calculated instead of showing "QVariant..." 2016-06-09 21:40:53 +02:00
ConvexHullDecorator.py Fixed up the 3MF reader to use the changed MeshBuilder and MeshData. 2016-06-28 11:43:02 +02:00
ConvexHullNode.py Fixed up the convex hull 'shadow' creation and deletion after the merge. 2016-06-22 14:48:15 +02:00
CrashHandler.py Mark certain types of exceptions as fatal and abort the application if they occur 2016-06-10 15:08:16 +02:00
CuraActions.py Update documentation & code cleanup 2016-04-08 14:26:28 +02:00
CuraApplication.py Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing 2016-07-04 11:45:59 +02:00
CuraContainerRegistry.py Minor codestyle/naming fix. 2016-06-16 09:15:34 +02:00
CuraSplashScreen.py Code style 2016-07-03 16:01:57 +02:00
CuraVersion.py.in Restored accidental delete 2016-06-23 11:19:54 +02:00
ExtruderManager.py Fix filtering of variants and materials by definition instead of by machine 2016-06-22 09:55:18 +02:00
ExtrudersModel.py Fix minor codereview issues 2016-06-22 17:19:14 +02:00
Layer.py Updated the cura code for removal of MeshBuilder.getMesh(). 2016-05-24 20:51:49 +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 Introduced a LayerDataBuilder. Made LayerData immutable just like its superclass. Fixed the layer view which broke. 2016-05-23 09:49:31 +02:00
LayerDataDecorator.py Moved LayerData & Decorator outside of backend plugin 2015-09-23 15:01:48 +02:00
LayerPolygon.py Moved layerData & polygon to own file 2016-04-08 15:07:07 +02:00
MachineAction.py Removed Execute, as it's no longer used 2016-06-22 13:10:10 +02:00
MachineActionManager.py Added missing decorator 2016-06-23 11:41:13 +02:00
MachineManagerModel.py Fix two "critical errors" on startup 2016-07-01 10:12:11 +02:00
MultiMaterialDecorator.py Added merging for multi material 2015-07-27 14:25:27 +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 Fixes for the problem where duplicated objects were broken, missing hull 'shadows' or would fly off the build plate. 2016-06-30 09:35:41 +02:00
PlatformPhysicsOperation.py Prevent models from vibrating on the z axis due to fp errors, change the tolerance of the comparison. 2016-05-12 13:48:25 +02:00
PrinterOutputDevice.py Added jobName property 2016-06-23 17:05:45 +02:00
PrintInformation.py Fix uninitialised variable 2016-06-05 16:03:31 +02:00
ProfileReader.py Add profile reader plug-in type 2016-05-20 16:22:10 +02:00
ProfileWriter.py Move ProfileReader and ProfileWriter over to Cura itself. 2016-06-09 14:14:49 +02:00
SetParentOperation.py Refactor grouping/ungrouping into an operation that is undoable 2016-05-11 15:21:01 +02:00
SettingOverrideDecorator.py Rename 'attribute' to 'property_name' 2016-06-12 15:49:13 +02:00
ZOffsetDecorator.py ZOffset decorator is now correctly copied 2016-07-01 11:39:47 +02:00